Proposition Extraction Properties
Shared configuration for proposition extraction from conversations. Used by any application integrating the DICE memory pipeline.
Parameters
whether proposition extraction is enabled
LLM for proposition extraction
LLM for entity resolution (defaults to extractionLlm if null)
number of messages to include in each extraction window
number of messages to overlap for context continuity
extract propositions every N messages (0 = manual only)
whether to log extraction prompts
whether to log extraction responses
packages to scan for NamedEntity classes to include in the data dictionary
number of existing propositions to include in the extraction prompt to avoid duplicates
max propositions per classify-batch LLM call (smaller = faster, more calls)
optional cheaper LLM for classification calls (defaults to extractionLlm if null)
LLM for graph projection relationship classification (defaults to classifyLlm if null)