Revert "Pass more params to compaction" (#14298)

This commit is contained in:
Rasmus Rygaard
2026-03-11 08:44:55 -07:00
committed by Michael Bolin
parent fd4a673525
commit 7f22329389
5 changed files with 5 additions and 88 deletions

View File

@@ -21,12 +21,6 @@ pub struct CompactionInput<'a> {
pub model: &'a str,
pub input: &'a [ResponseItem],
pub instructions: &'a str,
pub tools: Vec<Value>,
pub parallel_tool_calls: bool,
#[serde(skip_serializing_if = "Option::is_none")]
pub reasoning: Option<Reasoning>,
#[serde(skip_serializing_if = "Option::is_none")]
pub text: Option<TextControls>,
}
/// Canonical input payload for the memory summarize endpoint.