Skip to content

@gettoor/core v0.1.0


@gettoor/core / BinaryOutput

Interface: BinaryOutput

Output for the binary evaluation.

Extends

Properties

reasoning

reasoning: string

The reasoning for the LLM-as-a-judge.

Inherited from

Output.reasoning


result

result: boolean

The result of the LLM-as-a-judge.

Inherited from

Output.result


usage

usage: LLMUsage

The usage for the LLM-as-a-judge.

Inherited from

Output.usage