Interface: BodyParams\<T >
Type parameters
| Name | Type |
T | extends Record\<string, unknown> = Record\<string, unknown> |
Properties
args
• args: T
Defined in
inference/src/types.ts:190
mapping
• Optional mapping: InferenceProviderMappingEntry
Defined in
inference/src/types.ts:192
model
• model: string
Defined in
inference/src/types.ts:191
outputType
• Optional outputType: OutputType
Defined in
inference/src/types.ts:194
task
• Optional task: InferenceTask
Defined in
inference/src/types.ts:193
Update on GitHub