InferenceDetails interface

推論呼び出しの詳細

プロパティ

endpoint

推論呼び出しのエンドポイント

finishReasons

終了理由の配列

inputTokens

使用された入力トークンの数

model

モデル名/識別子

operationName

推論の操作名/型

outputTokens

生成された出力トークンの数

providerName

プロバイダー名 (openai、azure、anthropic など)

thoughtProcess

エージェントによって使用される思考プロセス

プロパティの詳細

endpoint

推論呼び出しのエンドポイント

endpoint?: ServiceEndpoint

プロパティ値

finishReasons

終了理由の配列

finishReasons?: string[]

プロパティ値

string[]

inputTokens

使用された入力トークンの数

inputTokens?: number

プロパティ値

number

model

モデル名/識別子

model: string

プロパティ値

string

operationName

推論の操作名/型

operationName: InferenceOperationType

プロパティ値

outputTokens

生成された出力トークンの数

outputTokens?: number

プロパティ値

number

providerName

プロバイダー名 (openai、azure、anthropic など)

providerName?: string

プロパティ値

string

thoughtProcess

エージェントによって使用される思考プロセス

thoughtProcess?: string

プロパティ値

string