Overview
TheAgentListResponse struct represents the response returned when fetching a paginated list of AI agents.
Definition
Fields
A vector containing the AI agents for the current page. Each agent is represented by an
AiAgent struct.Indicates whether there are more agents available beyond the current page. Used for pagination.
Usage Example
Related Types
- AiAgent - The AI agent model
- ListAgentsOptions - Query options for listing agents
See Also
- fetch_agents - API method that returns this type
- create_agent - Create a new AI agent
- fetch_agent - Get a specific agent by ID
