Record
create-translation-params
No description available.
record create-translation-params {
file: string,
model: string,
prompt: option<string>,
response-format: option<string>,
temperature: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| file | string | |
| model | string | |
| prompt | option<string> | |
| response-format | option<string> | |
| temperature | option<f64> |