Skip to content
1 min read · 18 words

Type Alias: ChatCompletionsBucketLabel

ts
type ChatCompletionsBucketLabel =
  | "standingInstructions"
  | "memories"
  | "retrievables"
  | "timeline";

Defined in: src/batteries/llm/chat_common/types.ts:231

Name of a system-prompt content bucket whose render order is configurable.