core / Exports / ModelResponse
Interface: ModelResponse
Model response interface
Table of contents
Properties
Properties
content
• Optional
content: string
Defined in
functionCall
• Optional
functionCall: any
Defined in
usage
• Optional
usage: Object
Type declaration
Name | Type |
---|---|
promptTokens | number |
completionTokens | number |
totalTokens | number |
Defined in
metadata
• Optional
metadata: Record
<string
, any
>