Skip to content

Conversation

@thiago-aixplain
Copy link
Contributor

@thiago-aixplain thiago-aixplain commented Mar 19, 2025

Model tool descriptions won't be sent as empty string anymore.


if 200 <= r.status_code < 300:
agent = build_agent(payload=response, tools=tools, api_key=api_key)
agent = build_agent(payload=response, api_key=api_key)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should remove tools here because if we remove them, we'll load all the tools again, which will increase the agent creation time.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed according to suggestion

@thiago-aixplain thiago-aixplain merged commit f65e542 into development Apr 1, 2025
@thiago-aixplain thiago-aixplain deleted the ENG-1830-defaultDescription branch April 1, 2025 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants