diff --git a/vlmrun/client/agent.py b/vlmrun/client/agent.py index 1571265..603d001 100644 --- a/vlmrun/client/agent.py +++ b/vlmrun/client/agent.py @@ -68,7 +68,7 @@ def get( raise ValueError("Either `id` or `name` or `prompt` must be provided.") response, status_code, headers = self._requestor.request( - method="GET", + method="POST", url="agent/lookup", data=data, )