InferenceDetails interface
유추 호출에 대한 세부 정보
속성
| endpoint | 유추 호출에 대한 엔드포인트 |
| finish |
완료 이유의 배열 |
| input |
사용된 입력 토큰 수 |
| model | 모델 이름/식별자 |
| operation |
유추에 대한 작업 이름/형식 |
| output |
생성된 출력 토큰 수 |
| provider |
공급자 이름(예: openai, azure, anthropic) |
| thought |
에이전트에서 사용하는 사고 프로세스 |
속성 세부 정보
endpoint
finishReasons
완료 이유의 배열
finishReasons?: string[]
속성 값
string[]
inputTokens
사용된 입력 토큰 수
inputTokens?: number
속성 값
number
model
모델 이름/식별자
model: string
속성 값
string
operationName
outputTokens
생성된 출력 토큰 수
outputTokens?: number
속성 값
number
providerName
공급자 이름(예: openai, azure, anthropic)
providerName?: string
속성 값
string
thoughtProcess
에이전트에서 사용하는 사고 프로세스
thoughtProcess?: string
속성 값
string