GetEvalRunGeneration
Example Usage
typescript
import { GetEvalRunGeneration } from "@meetkai/mka1/models/operations";
let value: GetEvalRunGeneration = {};Fields
| Field | Type | Required | Description |
|---|---|---|---|
instructions | string | ➖ | N/A |
temperature | number | ➖ | N/A |
topP | number | ➖ | N/A |
maxOutputTokens | number | ➖ | N/A |
maxGenToks | number | ➖ | lm-eval alias for max_output_tokens. |
stop | operations.GetEvalRunStop | ➖ | N/A |
until | string[] | ➖ | lm-eval generate_until stop sequences. |
maxToolCalls | number | ➖ | N/A |
reasoning | any | ➖ | N/A |
text | any | ➖ | N/A |
tools | any[] | ➖ | N/A |
toolChoice | any | ➖ | N/A |
parallelToolCalls | boolean | ➖ | N/A |
truncation | operations.GetEvalRunTruncation | ➖ | N/A |
serviceTier | operations.GetEvalRunServiceTier | ➖ | N/A |
presencePenalty | number | ➖ | N/A |
frequencyPenalty | number | ➖ | N/A |
topK | number | ➖ | N/A |
minP | number | ➖ | N/A |
repetitionPenalty | number | ➖ | N/A |
doSample | boolean | ➖ | N/A |
extraBody | Record<string, any> | ➖ | N/A |
chatTemplateKwargs | Record<string, any> | ➖ | N/A |
prefillThink | operations.GetEvalRunPrefillThink | ➖ | N/A |
useCache | boolean | ➖ | N/A |
timeoutSeconds | number | ➖ | N/A |
maxRetries | number | ➖ | N/A |
maxEmptyRetries | number | ➖ | N/A |
additionalProperties | Record<string, any> | ➖ | N/A |