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/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/openai/chat_types.ts#L107

Properties

text_offset

TypeScript
text_offset: number[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/openai/chat_types.ts#L111


token_logprobs

TypeScript
token_logprobs: number[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/openai/chat_types.ts#L109


tokens

TypeScript
tokens: string[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/openai/chat_types.ts#L108


top_logprobs

TypeScript
top_logprobs: Map<string, number>;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/openai/chat_types.ts#L110

Docs