InferenceDetails interface
推理调用的详细信息
属性
| endpoint | 推理调用的终结点 |
| finish |
完成原因数组 |
| input |
使用的输入令牌数 |
| model | 模型名称/标识符 |
| operation |
推理的作名称/类型 |
| output |
生成的输出令牌数 |
| provider |
提供程序名称(例如 openai、azure、人类) |
| thought |
代理使用的思维过程 |
属性详细信息
endpoint
finishReasons
完成原因数组
finishReasons?: string[]
属性值
string[]
inputTokens
使用的输入令牌数
inputTokens?: number
属性值
number
model
模型名称/标识符
model: string
属性值
string
operationName
outputTokens
生成的输出令牌数
outputTokens?: number
属性值
number
providerName
提供程序名称(例如 openai、azure、人类)
providerName?: string
属性值
string
thoughtProcess
代理使用的思维过程
thoughtProcess?: string
属性值
string