mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Make config non optional in ToolConfirmationMessage (#7083)
This commit is contained in:
parent
52dae2c583
commit
4e49ee4c73
5 changed files with 17 additions and 7 deletions
|
|
@ -29,7 +29,7 @@ interface HistoryItemDisplayProps {
|
|||
availableTerminalHeight?: number;
|
||||
terminalWidth: number;
|
||||
isPending: boolean;
|
||||
config?: Config;
|
||||
config: Config;
|
||||
isFocused?: boolean;
|
||||
commands?: readonly SlashCommand[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue