fix: we don't need to warn about tool count when in code mode (#6149)

This commit is contained in:
Michael Neale
2025-12-17 17:42:16 +11:00
committed by GitHub
parent 062fc07432
commit b401222b89
+1 -1
View File
@@ -43,7 +43,7 @@ No extensions are defined. You should let the user know that they should add ext
{% endif %}
{% endif %}
{% if extension_tool_limits is defined %}
{% if extension_tool_limits is defined and not code_execution_mode %}
{% with (extension_count, tool_count) = extension_tool_limits %}
# Suggestion