@gettoor/core / Output
Interface: Output<TResult>
Output for the LLM-as-a-judge.
Extended by
Type Parameters
| Type Parameter |
|---|
TResult |
Properties
reasoning
reasoning:
string
The reasoning for the LLM-as-a-judge.
result
result:
TResult
The result of the LLM-as-a-judge.
usage
usage:
LLMUsage
The usage for the LLM-as-a-judge.