Expand description
Structured projection types over a session’s update history. Structured context types for organizing conversation knowledge.
This module provides data structures for tracking decisions, questions, concepts, specifications, and conversation flow within a session.
Structs§
- Concept
Item - A concept identified during the conversation.
- Decision
Item - A decision made during the conversation.
- Flow
Item - A step in the conversation flow.
- Question
Item - A question raised during the conversation.
- Spec
Item - A technical specification discussed in the conversation.
- Structured
Context - Structured representation of conversation context.
Enums§
- Question
Status - Status of a question in the conversation.
Constants§
- MAX_
FLOW_ ITEMS - Maximum number of flow items to retain in conversation_flow. Older items are removed when this limit is exceeded.