Skip to content
1 min read · 18 words

Type Alias: ChatCompletionsBucketLabel

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

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

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