Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
AddAiAssistantJobInput
Input object expected by the query or mutation
input AddAiAssistantJobInput {
email: String!
externalConversationId: String!
origin: Origin
question: String!
}
Fields
AddAiAssistantJobInput.email ● String! non-null scalar general
The user's email. A Catalog account is required to interact with the AI Assistant, if the user doesn't have one, an error will be raised
AddAiAssistantJobInput.externalConversationId ● String! non-null scalar general
The external identifier acts as a unique key that links a conversation across multiple messages. This enables the AI Assistant to maintain continuity and reuse context, allowing it to deliver consistent and relevant responses throughout the conversation.
AddAiAssistantJobInput.origin ● Origin enum general
Origin of the job (only API or DUST allowed)
AddAiAssistantJobInput.question ● String! non-null scalar general
Question that will be used to find related assets. Must be less than 10000 characters
Example
Member Of
addAiAssistantJobquery