fix: wired up updatedInput in headless (#720)

This commit is contained in:
Christina Tong
2026-01-28 12:28:37 -08:00
committed by GitHub
parent ebdf78302d
commit b3a2b91e74
2 changed files with 20 additions and 7 deletions

View File

@@ -301,7 +301,7 @@ export type ControlResponseBody =
// --- can_use_tool response payloads ---
export interface CanUseToolResponseAllow {
behavior: "allow";
/** TODO: Not supported - Letta stores tool calls server-side */
/** Modified tool input */
updatedInput?: Record<string, unknown> | null;
/** TODO: Not implemented - dynamic permission rule updates */
updatedPermissions?: unknown[];