The arguments for creating the conciseness evaluator.
Optionalchoices?: ClassificationChoicesMapOptionalinputMapping?: ObjectMapping<RecordType>The mapping of the input to evaluate to the shape that the evaluator expects
Optionalname?: stringOptionaloptimizationDirection?: OptimizationDirectionOptionalpromptTemplate?: PromptTemplateOptionaltelemetry?: TelemetryConfigAn evaluator function that takes a ConcisenessEvaluationRecord and returns a classification result indicating whether the output is concise or verbose.
Creates a conciseness evaluator function.
This function returns an evaluator that determines whether a given output is concise and free of unnecessary content such as pleasantries, hedging, meta-commentary, or redundant information.