refactor: remove link and unlink (#233)
This commit is contained in:
@@ -8,7 +8,8 @@ type ToolsetId =
|
||||
| "codex_snake"
|
||||
| "default"
|
||||
| "gemini"
|
||||
| "gemini_snake";
|
||||
| "gemini_snake"
|
||||
| "none";
|
||||
|
||||
interface ToolsetOption {
|
||||
id: ToolsetId;
|
||||
@@ -99,6 +100,13 @@ const toolsets: ToolsetOption[] = [
|
||||
"read_many_files",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "none",
|
||||
label: "None (Disable Tools)",
|
||||
description: "Remove all Letta Code tools from the agent",
|
||||
tools: [],
|
||||
isFeatured: true,
|
||||
},
|
||||
];
|
||||
|
||||
interface ToolsetSelectorProps {
|
||||
|
||||
Reference in New Issue
Block a user