mirror of
https://github.com/openai/codex.git
synced 2026-04-29 17:06:51 +00:00
This reverts commit 8af97ce4b0.
Confirmed that this runs locally without the previous issues with tool
use
This commit is contained in:
@@ -21,6 +21,12 @@ 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