type property
The type of the agent spec content.
Required. Possible string values are:
- "TYPE_UNSPECIFIED" : Unspecified type.
- "NO_SPEC" : There is no spec for the Agent. The
contentfield must be empty. - "A2A_AGENT_CARD" : The content is an A2A Agent Card following the A2A
specification. The
interfacesfield must be empty.
Implementation
core.String? type;