Uses of Class
dev.dokimos.core.evaluators.agents.AgentEvalCase.Builder
Packages that use AgentEvalCase.Builder
-
Uses of AgentEvalCase.Builder in dev.dokimos.core.evaluators.agents
Methods in dev.dokimos.core.evaluators.agents that return AgentEvalCase.BuilderModifier and TypeMethodDescriptionstatic AgentEvalCase.BuilderAgentEvalCase.builder()Creates a new builder for constructing an agentEvalTestCase.AgentEvalCase.Builder.expectedToolCalls(List<ToolCall> expectedToolCalls) Sets the expected tool calls (the"toolCalls"key in expected outputs).Sets the primary input value (the"input"key).Sets the tasks the agent was asked to complete (the"tasks"key in metadata).Sets the actual tool calls the agent made (the"toolCalls"key in actual outputs).AgentEvalCase.Builder.tools(List<ToolDefinition> tools) Sets the tools available to the agent (the"tools"key in metadata).