BuildAiReviewColumnsInput
The review is carried even though nothing is written to it: the room inside the id is what authorizes the call, and a column builder that ran without a review would be an unauthenticated model call.
input BuildAiReviewColumnsInput {
reviewId: ID!
prompt: String!
modelKey: String
}
Fields
BuildAiReviewColumnsInput.reviewId ● ID! non-null scalar
BuildAiReviewColumnsInput.prompt ● String! non-null scalar
The reviewer's own words for what they want pulled out of each document. Free text, not a prompt for the model: anything that reads as an instruction to the model is refused rather than followed.
BuildAiReviewColumnsInput.modelKey ● String scalar
Omit for Auto, which uses the recommended model for this task. A key the deployment does not offer is answered with UNKNOWN_MODEL rather than silently falling back, so a stale client is visible.
Member Of
buildAiReviewColumns mutation