Type alias for extracting the discriminator union from history records.
Provides a convenient way to reference all possible history type values
including "userMessage", "assistantMessage", "analyze", "prisma",
"interface", "test", and "realize". This type is useful for type guards,
switch statements, and other type-safe operations that need to handle
different history categories.
Type alias for extracting the discriminator union from history records.
Provides a convenient way to reference all possible history type values including "userMessage", "assistantMessage", "analyze", "prisma", "interface", "test", and "realize". This type is useful for type guards, switch statements, and other type-safe operations that need to handle different history categories.