You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Model for tool selection. Can be a model identifier string (e.g., `'openai:gpt-4o-mini'`) or a `BaseChatModel` instance. Defaults to the agent's main model.
1265
1265
</ParamField>
1266
1266
1267
+
<ParamFieldbody="systemPrompt"type="string">
1268
+
Instructions for the selection model. Uses built-in prompt if not specified.
1269
+
</ParamField>
1270
+
1267
1271
<ParamFieldbody="maxTools"type="number">
1268
-
Maximum number of tools to select. Defaults to no limit.
1272
+
Maximum number of tools to select. If the model selects more, only the first maxTools will be used. No limit if not specified.
1269
1273
</ParamField>
1270
1274
1271
1275
<ParamFieldbody="alwaysInclude"type="string[]">
1272
-
Array of tool names to always include in the selection
1276
+
Tool names to always include regardless of selection. These do not count against the maxTools limit.
0 commit comments