mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
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 %}
|
||||
|
||||
{% 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user