Skip to content
1 min read · 23 words

Type Alias: ChatCompletionsBucketOrder

ts
type ChatCompletionsBucketOrder = ReadonlyArray<ChatCompletionsBucketLabel>;

Defined in: batteries/llm/chat_common/types.ts:199

Ordered list of ChatCompletionsBucketLabels controlling the sequence in which content buckets are assembled into the prompt.