diff --git a/ee/tabby-ui/components/chat/prompt-form.tsx b/ee/tabby-ui/components/chat/prompt-form.tsx index 8cda89dacda1..7ca09b3fc77e 100644 --- a/ee/tabby-ui/components/chat/prompt-form.tsx +++ b/ee/tabby-ui/components/chat/prompt-form.tsx @@ -51,6 +51,8 @@ export interface PromptProps { export interface PromptFormRef { focus: () => void + setInput: (value: string) => void + input: string } function PromptFormRenderer(