interface AgentListResponse {
    agents?: GeminiNextGenAPIClient.Agents.Agent[];
    nextPageToken?: string;
}

Properties

nextPageToken?: string