Skip to content

Commit 215dc56

Browse files
authored
Added a simple, no param tool eval (#2)
1 parent 709196e commit 215dc56

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tool_calls/no_params_native.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)