feat: surface pilot intent from llm decisions

This commit is contained in:
Remi
2025-10-16 21:07:21 +02:00
parent d9de0c1c93
commit faebc91ebb
3 changed files with 32 additions and 6 deletions

View File

@@ -120,4 +120,5 @@ export interface LLMDecisionResult {
decision: LLMDecision
trace?: LLMDecisionTrace
active_nodes?: ActiveNodeSummary[]
pilot_intent?: string | null
}