Skip to content

Commit 9c7c151

Browse files
committed
Remove an outdated comment
1 parent 1fb4b7b commit 9c7c151

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shell/AIShell.Kernel/MCP/BuiltInTool.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ internal static Dictionary<string, BuiltInTool> GetBuiltInTools(Shell shell)
447447
{
448448
ArgumentNullException.ThrowIfNull(shell);
449449

450-
// We don't have the 'run_command' and 'get_command_output' tools yet. Will use 'ToolType.NumberOfBuiltInTools' when all tools are ready.
451450
int toolCount = (int)ToolType.NumberOfBuiltInTools;
452451
Debug.Assert(s_toolDescription.Length == (int)ToolType.NumberOfBuiltInTools, "Number of tool descriptions doesn't match the number of tools.");
453452
Debug.Assert(s_toolSchema.Length == (int)ToolType.NumberOfBuiltInTools, "Number of tool schemas doesn't match the number of tools.");

0 commit comments

Comments
 (0)