Magidoc

QueryAiPromptCompletionConnection
Object

A connection to AI prompt completions (proxied from the AI server).

Fields

#

availableModels

[ String !]!
Non-null

AI model names present across all prompt completions, for the Model filter.

availableOrganizations

Non-null

Organizations (companies) present across all prompt completions, for the Company filter.

availableProviders

[ String !]!
Non-null

AI providers present across all prompt completions, for the Provider filter.

availableThemes

[ String !]!
Non-null

Classification themes present across all prompt completions, for the Theme filter.

availableUsers

[ User !]!
Non-null

Users present across all prompt completions, for the User filter.

availableVersions

[ String !]!
Non-null

Create versions present across all prompt completions, for the Version filter.

edges

A list of edges.

nodes

A list of nodes.

pageInfo

Non-null

Information to aid in pagination.

permissions

Non-null

A list of Permissions associated with the currently authenticated User and the QueryAiPromptCompletionConnection.

totalCount

Identifies the total count of items in the connection.

totalPages

Non-null

Total number of pages for the current filters (from the AI server).

Usages

#

References

#

  • Field aiPromptCompletions from Query