Overview
ThecreateAskFredThread mutation allows you to start a new AskFred conversation by asking questions about your meeting transcripts. You can ask about a specific meeting or search across multiple meetings using filters. AskFred uses AI to analyze your meeting data and provide intelligent, context-aware answers.
Arguments
Returns
Returns anAskFredResponse object containing the generated message with the answer to your query.
Usage Example
Query a Specific Meeting
Query Across Multiple Meetings
Error Codes
invalid_arguments
invalid_arguments
Validation error occurred. Common causes:
- Query exceeds 2000 character limit or is empty
- Both transcript_id and filters are provided (only one is allowed)
object_not_found
object_not_found
The specified transcript_id does not exist or you don’t have access to it
require_ai_credits
require_ai_credits
You don’t have access to AI credits. Upgrade your plan to use AskFred.
invalid_language_code
invalid_language_code
The provided response_language code is not supported. See Language Codes for valid options.