SummarizeConfig
Defined in: src/context-manager/methods/summarize.ts:44
Experimental
Configuration for the summarize method.
Properties
Section titled “Properties”model?
Section titled “model?”optional model?: Model;Defined in: src/context-manager/methods/summarize.ts:46
Experimental
Model to use for summarization. When omitted, uses the agent’s model.
systemPrompt?
Section titled “systemPrompt?”optional systemPrompt?: string;Defined in: src/context-manager/methods/summarize.ts:49
Experimental
Custom system prompt for the summarization model.