type property

String? type
getter/setter pair

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 content field must be empty.
  • "A2A_AGENT_CARD" : The content is an A2A Agent Card following the A2A specification. The interfaces field must be empty.

Implementation

core.String? type;