Mutation
insertAssistant
Create an assistant
Permissions needed
select (assistants):
- id insert (assistants):
- user_id
Arguments
object
AssistantInput!
requiredAssistant to create
Response
Type: Assistant!
assistantID
String!
ID of the assistant
name
String!
Name of the assistant
description
String!
Description of the assistant
instructions
String!
Instructions for the assistant. This is used to instruct the AI assistant on how to behave and respond to the user
model
String!
Model to use for the assistant.
graphql
[AssistantToolGraphQL!]
GraphQL data sources and tools. Run against the project’s GraphQL API
webhooks
[AssistantToolWebhook!]
Webhook data sources and tools