You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For api_call tools, simply set the parameters to tool.schema
For integrations, you need to get the correct arguments model from autogen/Tools.py based on the provider and method. Then convert to json schema and set parameters to it
📜 Description
relevant links
https://github.com/julep-ai/julep/blob/dev/agents-api/agents_api/activities/task_steps/prompt_step.py#L70
https://github.com/julep-ai/julep/blob/dev/agents-api/agents_api/autogen/Tools.py#L37
https://github.com/julep-ai/julep/blob/dev/agents-api/agents_api/autogen/Tools.py#L312
👟 Reproduction steps
No response
👀 Have you spent some time to check if this bug has been raised before?
The text was updated successfully, but these errors were encountered: