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/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/openai/chat_types.ts#L114

Properties

text_offset

TypeScript
text_offset: number[];

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/openai/chat_types.ts#L118


token_logprobs

TypeScript
token_logprobs: number[];

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


tokens

TypeScript
tokens: string[];

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


top_logprobs

TypeScript
top_logprobs: Map<string, number>;

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

Docs