Skip to main content

Module structured_context

Module structured_context 

Source
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§

ConceptItem
A concept identified during the conversation.
DecisionItem
A decision made during the conversation.
FlowItem
A step in the conversation flow.
QuestionItem
A question raised during the conversation.
SpecItem
A technical specification discussed in the conversation.
StructuredContext
Structured representation of conversation context.

Enums§

QuestionStatus
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.