DocumentManagerAiAssistantMutationSection (Object)
type DocumentManagerAiAssistantMutationSection {
startThread(
input: DocumentManagerAiAssistantCreateThreadInput!
): NonNullDocumentManagerAiAssistantIncompleteThreadMessageResponseValueOrErrorList!
addMessageToThread(
input: DocumentManagerAiAssistantAddMessageToThreadInput!
): NonNullDocumentManagerAiAssistantIncompleteThreadMessageResponseValueOrErrorList!
}