Optional
agentTools?: BaseMessage[]Optional
chainOptions?: Partial<Omit<LLMEvalChainInput, "llm">>The options to pass to the evaluator chain.
Optional
criteria?: CriteriaLikeThe criteria to use for the evaluator.
The language model to use for the evaluator.
A list of tools available to the agent, for TrajectoryEvalChain.