{
  "agent": "Lemus Weddings assistant",
  "card": "https://lemusweddings.com/.well-known/agent-card.json",
  "transport": "JSONRPC",
  "usage": "POST a JSON-RPC 2.0 \"message/send\" request with params.message.parts[].text",
  "example": {
    "jsonrpc": "2.0",
    "id": 1,
    "method": "message/send",
    "params": {
      "message": {
        "kind": "message",
        "role": "user",
        "messageId": "example-1",
        "parts": [
          {
            "kind": "text",
            "text": "How much is a wedding photographer in Los Cabos?"
          }
        ]
      }
    }
  }
}