gitpod.v1.AgentService

GetAgent

Gets details about a specific agent including description, and required models.

Use this method to:

  • Check if an agent is defined correctly
  • Understand which models are required for this agent

Examples

  • Get agent details:

    agentId: "07e03a28-65a5-4d98-b532-8ea67b188048"
    
post/gitpod.v1.AgentService/GetAgent

Request body

agentIdstring uuid

Response

Success

GitpodV1GetAgentResponse required— unresolved $ref

Changes