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/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/openai/chat_types.ts#L112

Properties

text_offset

TypeScript
text_offset: number[];

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


token_logprobs

TypeScript
token_logprobs: number[];

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


tokens

TypeScript
tokens: string[];

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


top_logprobs

TypeScript
top_logprobs: Map<string, number>;

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

Docs