Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 564 Bytes

File metadata and controls

19 lines (14 loc) · 564 Bytes

JudgeOutput

Example Usage

import { JudgeOutput } from "@mistralai/mistralai/models/components";

let value: JudgeOutput = {
  analysis: "<value>",
  answer: 498.39,
};

Fields

Field Type Required Description
analysis string ✔️ N/A
answer components.Answer ✔️ N/A