Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ These are the parameters you must supply in your test case to run evaluations fo
<ParamField path="input" type="string" required>
The input supplied to your LLM agent.
</ParamField>
<ParamField path="actual_output" type="string" required>
The final output your LLM agent generated for the given input.
</ParamField>
<ParamField path="tools_called" type="list" required>
A list of the tools called by your LLM agent in the order of their calling in a `ToolCall` instance.
</ParamField>
Expand Down