Evaluates an LLM request with a structured output schema and message history. The main prompt should be constant as it will be cached for efficiency.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request to evaluate an LLM request with structured output.
JSON schema defining the structure of the expected output. The LLM will produce output conforming to this schema.
Main system prompt providing instructions to the LLM. This should be constant as it will be cached for efficiency.
History of messages in the conversation. Must contain at least one message. The last message is used as the final request to the LLM.
1Type of model to use for the evaluation. Defaults to MODEL_TYPE_SUMMARY if not specified or set to MODEL_TYPE_UNSPECIFIED.
MODEL_TYPE_UNSPECIFIED, MODEL_TYPE_SUMMARY, MODEL_TYPE_THINKING