AxAIOpenAILogprob Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAIOpenAILogprob.md type AxAIOpenAILogprob

AxAIOpenAILogprob

TypeScript
type AxAIOpenAILogprob = object;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/openai/chat_types.ts#L113

Properties

text_offset

TypeScript
text_offset: number[];

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/openai/chat_types.ts#L117


token_logprobs

TypeScript
token_logprobs: number[];

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/openai/chat_types.ts#L115


tokens

TypeScript
tokens: string[];

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/openai/chat_types.ts#L114


top_logprobs

TypeScript
top_logprobs: Map<string, number>;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/openai/chat_types.ts#L116

Docs