CreateAgentVersionFromCodeContent interface
Multipart request body for updating or versioning a code-based agent (POST /agents/{name} and POST /agents/{name}/versions).
Properties
| code | The code zip file (max 250 MB). |
| metadata | JSON metadata including description and hosted definition. |
Property Details
code
The code zip file (max 250 MB).
code: FileContents | FileWithMetadata
Property Value
FileContents | FileWithMetadata
metadata
JSON metadata including description and hosted definition.
metadata: CreateAgentVersionFromCodeMetadata