$result['top_3_candidates'], 'top_5_candidates' => $result['top_5_candidates'] ?? [], 'classifier_raw_response' => $result['classifier_raw_response'] ?? null, 'requested_tool_call' => $result['requested_tool_call'] ?? null, 'tool_call' => $toolCallRecord?->toArray(), 'quick_reply' => $quickReply?->only(['id', 'title']), 'knowledge_gap' => $knowledgeGap, 'draft_article_suggestion' => $draftSuggestion, ]; } }