Overview
ThecontinueAskFredThread mutation allows you to add follow-up questions to an existing AskFred conversation thread. This maintains the context of previous questions and answers, enabling more sophisticated multi-turn conversations about your meeting data.
Arguments
Returns
Returns anAskFredResponse object containing the generated message with the answer to your follow-up query.
Usage Example
Error Codes
object_not_found
object_not_found
The specified thread_id does not exist or you don’t have access to it
require_ai_credits
require_ai_credits
You have insufficient AI credits to continue the thread. Please upgrade your plan or purchase additional credits.
invalid_language_code
invalid_language_code
The language code you provided is invalid. Please refer to the Language Codes page for a list of valid language codes.