forked from Chatbot/v3-api
threads now support suggested_questions
This commit is contained in:
@@ -9,6 +9,7 @@ export type AiV2RunResult = {
|
||||
run_id: string;
|
||||
status: 'answered' | 'escalation_offered';
|
||||
message: string;
|
||||
suggested_questions?: string[] | null;
|
||||
escalation: { summary?: string; handoff_context?: Record<string, unknown> } | null;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user