mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +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
|
|
@ -20,7 +20,7 @@ interface ToolGroupMessageProps {
|
|||
toolCalls: IndividualToolCallDisplay[];
|
||||
availableTerminalHeight?: number;
|
||||
terminalWidth: number;
|
||||
config?: Config;
|
||||
config: Config;
|
||||
isFocused?: boolean;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue