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", "database",
"interface", "test", "realize", and "debug". 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", "database", "interface", "test", "realize", and "debug". This type is useful for type guards, switch statements, and other type-safe operations that need to handle different history categories.