We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709196e commit 215dc56Copy full SHA for 215dc56
tool_calls/no_params_native.yml
@@ -0,0 +1,16 @@
1
+id: no_params_tool
2
+name: no_params_tool
3
+description: Eval to confirm that tool calls with no params work
4
+type: prompt
5
+args:
6
+ stream: true
7
+ system_prompt: "You are a helpful bot"
8
+ message: "Look up the categories please"
9
+ tools:
10
+ -
11
+ name: "categories"
12
+ description: "Look up the categories"
13
+expected_tool_call:
14
+ name: categories
15
+ params: { }
16
+
0 commit comments