Ask a question to get started
Enter to sendā¢Shift+Enter new line
aevaluate_agent_trajectory( self, *, prediction: str, agent_trajectory: Sequence[tuple[AgentAction
prediction
str
The final predicted response.
agent_trajectory
Sequence[tuple[AgentAction, str]]
The intermediate steps forming the agent trajectory.
input
reference
str | None
None
**kwargs
Any
{}
Asynchronously evaluate a trajectory.
The input to the agent.
The reference answer.
Additional keyword arguments.