Type Alias: ChatCompletionsBucketOrder
ts
type ChatCompletionsBucketOrder = ReadonlyArray<ChatCompletionsBucketLabel>;Defined in: src/batteries/llm/chat_common/types.ts:241
Ordered list of ChatCompletionsBucketLabels controlling the sequence in which content buckets are assembled into the prompt.