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