Skip to main content

ContextPack

Defined in the models module.
Context pack for orchestrator pattern - retrieval without generation. Provides deterministic context that can be passed to Agent.chat_with_context(). Attributes: context: The formatted context string ready for injection citations: List of source citations query: The original query metadata: Additional metadata (timing, retrieval stats, etc.)

Properties

context
str
No description available.
citations
List
No description available.
query
str
No description available.
metadata
Dict
No description available.

Methods

  • from_dict: Create from dictionary.
  • to_dict: Convert to dictionary.