Upgrades (#1419)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3bc77653ad
commit
453f5bb3e6
94 changed files with 4029 additions and 8199 deletions
|
|
@ -76,11 +76,11 @@ const Tool = ({
|
|||
return;
|
||||
}
|
||||
|
||||
if (selectedTool !== description) {
|
||||
setSelectedTool(description);
|
||||
} else {
|
||||
if (selectedTool === description) {
|
||||
setSelectedTool(null);
|
||||
onClick({ sendMessage });
|
||||
} else {
|
||||
setSelectedTool(description);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue