Interface AgentCardDefinition.Builder

  • Method Details

    • schemaVersion

      AgentCardDefinition.Builder schemaVersion(String schemaVersion)

      The schema version of the agent card based on the A2A protocol specification.

      Parameters:
      schemaVersion - The schema version of the agent card based on the A2A protocol specification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inlineContent

      AgentCardDefinition.Builder inlineContent(String inlineContent)

      The JSON content containing the A2A agent card definition, conforming to the A2A protocol specification.

      Parameters:
      inlineContent - The JSON content containing the A2A agent card definition, conforming to the A2A protocol specification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.