pydo.genai.update_agent()
Generated on 17 Apr 2025
from pydo
version
v0.10.0
Description
To update an agent, send a PUT request to /v2/gen-ai/agents/{uuid}
. The response body is a JSON object containing the agent.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
uuid |
string | True | Unique agent id | |
body |
JSON or IO[bytes] | False |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.