AgentSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)The spec of the agent.
Attributes |
|
|---|---|
| Name | Description |
type_ |
google.cloud.agentregistry_v1.types.Service.AgentSpec.Type
Required. The type of the agent spec content. |
content |
google.protobuf.struct_pb2.Struct
Optional. The content of the Agent spec in the JSON format. This payload is validated against the schema for the specified type. The content size is limited to 10KB.
|
Classes
Type
Type(value)The type of the agent spec.