Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
addAiAssistantJob
query
addAiAssistantJobStarts an AI Assistant job and returns its jobId. Use the getAiAssistantJobResult query to poll for the job result.
addAiAssistantJob(
data: AddAiAssistantJobInput!
): AddAiAssistantJobOutput!