/api/projects/{project_name}/agents/{agent_name}
This API endpoint updates an agent using the PUT method.
Learn more about agents and the available parameters following this doc page.
Path Parameters
Defines the project where the agents are located. Note that the default project name is 
mindsdb.Defines the agent name.
Body
Name of the agent.
Stores parameters of the model, including 
provider, model_name, and api_key.Stores data connected to an agent, including 
tables and knowledge_bases.Stores instruction to an agent. This should contain the description of connected data.
Response
Unique identifier for the agent.
The name assigned to the agent.
The ID of the project where the agent resides.
Timestamp indicating when the agent was created.
Timestamp indicating when the agent was last updated.
Stores data connected to an agent, including 
tables and knowledge_bases.Stores parameters of the model, including 
provider, model_name, and api_key.Stores instruction to an agent. This should contain the description of connected data.