mirror of
https://github.com/openai/codex.git
synced 2026-04-29 10:53:24 +03:00
Revert "Pass more params to compaction" (#14298)
This commit is contained in:
committed by
Michael Bolin
parent
fd4a673525
commit
7f22329389
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user