Waiting for engine...
Skip to main content

AiAgentLlmsQueryInput

No description

input AiAgentLlmsQueryInput {
startIndex: Int
endIndex: Int
providerAccountId: ID
}

Fields

AiAgentLlmsQueryInput.startIndex ● Int scalar miscellaneous

Zero-based page index, must not be negative. Default is 0.

AiAgentLlmsQueryInput.endIndex ● Int scalar miscellaneous

The size of the page to be returned, must be greater than 0. Default is 50.

AiAgentLlmsQueryInput.providerAccountId ● ID scalar miscellaneous

Provider account ID to filter LLMs. Only LLMs associated with the specified provider account will be returned.

Member Of

aiAgentLlms query

On this Page