Skip to content

Commit b847dd5

Browse files
sgrebnovlukekim
authored andcommitted
Update default value for tool_recursion_limit (#915)
1 parent 7302680 commit b847dd5

File tree

1 file changed

+1
-2
lines changed
  • website/docs/features/large-language-models

1 file changed

+1
-2
lines changed

website/docs/features/large-language-models/tools.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ models:
4747
4848
### Tool Recursion Limit
4949
50-
When a model requests to call a runtime tool, Spice runs the tool internally and feeds it back to the model. The `tool_recursion_limit` parameter limits the depth of internal recursion Spice will undertake. By default, Spice can infinitely recurse if the model requests to do so.
51-
50+
When a model requests to call a runtime tool, Spice runs the tool internally and feeds it back to the model. The `tool_recursion_limit` parameter limits the depth of internal recursion Spice will undertake. By default, this limit is set to 10.
5251
```yaml
5352
models:
5453
- name: my-model

0 commit comments

Comments
 (0)