This commit is contained in:
@@ -190,6 +190,10 @@ export interface PlannerDecisionItem {
|
||||
user_prompt: string;
|
||||
tool_name: string;
|
||||
arguments: Record<string, unknown>;
|
||||
rationale?: string | null;
|
||||
thinking?: string | null;
|
||||
purpose?: string | null;
|
||||
expected_outcome?: string | null;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user