fix: we don't need to warn about tool count when in code mode (#6149)
This commit is contained in:
@@ -43,7 +43,7 @@ No extensions are defined. You should let the user know that they should add ext
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% 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 %}
|
{% with (extension_count, tool_count) = extension_tool_limits %}
|
||||||
# Suggestion
|
# Suggestion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user