Magidoc

UpdateAiProviderMutationInput
Input Object

Input object for creating or updating an AI provider.

Fields

#

apiToken

API token used to authenticate with the AI provider.

baseUrl

Base API endpoint for the AI provider.

clientMutationId

A unique identifier for the client performing the mutation.

defaultHeaders

Additional headers to include with requests to the AI provider.

id

ID !
Non-null

ID of the AI provider to update.

models

Collection of model identifiers exposed by the AI provider.

name

Non-null

Display name for the AI provider.

Usages

#

References

#

  • Argument input of field updateAiProvider from type Mutation