mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Cleanup low value comments. (#248)
This commit is contained in:
parent
69d1c644d9
commit
0556358560
17 changed files with 31 additions and 78 deletions
|
|
@ -17,7 +17,7 @@ interface InputPromptProps {
|
|||
setInputKey: React.Dispatch<React.SetStateAction<number>>;
|
||||
onSubmit: (value: string) => void;
|
||||
showSuggestions: boolean;
|
||||
suggestions: Suggestion[]; // Changed to Suggestion[]
|
||||
suggestions: Suggestion[];
|
||||
activeSuggestionIndex: number;
|
||||
navigateUp: () => void;
|
||||
navigateDown: () => void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue