fix: remove unused debugLog from VoiceAgentContextValue interface
All checks were successful
Build & Push / build-and-push (push) Successful in 2m0s
All checks were successful
Build & Push / build-and-push (push) Successful in 2m0s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -27,7 +27,6 @@ interface VoiceAgentContextValue {
|
|||||||
endConversation: () => void;
|
endConversation: () => void;
|
||||||
completedBrief: string | null;
|
completedBrief: string | null;
|
||||||
completedFormData: WizardFormData | null;
|
completedFormData: WizardFormData | null;
|
||||||
debugLog: string[];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ─── Context ─────────────────────────────────────────────────────────────────
|
// ─── Context ─────────────────────────────────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user