Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
AddAiAssistantJobOutput
Response from the executed query or mutation
type AddAiAssistantJobOutput {
data: ConverseWithAssistantOutput!
}
Fields
AddAiAssistantJobOutput.data ● ConverseWithAssistantOutput! non-null object general
Field containing the response from the executed query or mutation
Example
{
"data": {}
}
Returned By
addAiAssistantJobquery