Overview
TheToolListResponse struct represents the response returned when fetching a paginated list of AI tools.
Definition
Fields
A vector containing the AI tools for the current page. Each tool is represented by an
AiTool struct.Indicates whether there are more tools available beyond the current page. Used for pagination.
Usage Example
Related Types
- AiTool - The AI tool model
- ListToolsOptions - Query options for listing tools
See Also
- fetch_tools - API method that returns this type
- create_tool - Create a new AI tool
- fetch_tool - Get a specific tool by ID
