DefaultCompactionStrategy 默认压缩策略
()
| 57 | |
| 58 | // DefaultCompactionStrategy 默认压缩策略 |
| 59 | func DefaultCompactionStrategy() *CompactionStrategy { |
| 60 | return &CompactionStrategy{ |
| 61 | ToolResponseRemovalSteps: []float64{0.0, 0.1, 0.2, 0.5, 1.0}, |
| 62 | PreserveSummary: true, |
| 63 | MaxSummaryTokens: 2000, |
| 64 | } |
| 65 | } |
| 66 | |
| 67 | // SummarizationMiddlewareConfig 配置 |
| 68 | type SummarizationMiddlewareConfig struct { |
no outgoing calls
no test coverage detected