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
Loving the fact that we can now use agents through API calls. Now that it's implemented, it would be useful to update agent settings through it as well. In my case specifically, I want to be able to add SQL connections through the API as I want to include the SQL feature in every new workspace I create through the API.
Of course, we'd also need to be able to set the agent's LLM provider since that's needed to enable agents in a new workspace in the first place. Apologies if this feature is already in development.
The text was updated successfully, but these errors were encountered:
Oops sorry, I just realized that the SQL connection is already global to all workspace agents. It still remains however that when a new workspace is created, the LLM provider has to be selected first before agents are enabled on it, and I don't believe I see a way to do that in the API documentation.
What would you like to see?
Loving the fact that we can now use agents through API calls. Now that it's implemented, it would be useful to update agent settings through it as well. In my case specifically, I want to be able to add SQL connections through the API as I want to include the SQL feature in every new workspace I create through the API.
Of course, we'd also need to be able to set the agent's LLM provider since that's needed to enable agents in a new workspace in the first place. Apologies if this feature is already in development.
The text was updated successfully, but these errors were encountered: