mirror of
https://github.com/openai/codex.git
synced 2026-04-30 09:26:44 +00:00
nit: parse_arguments (#8927)
This commit is contained in:
@@ -397,7 +397,6 @@ pub struct FunctionCallOutputPayload {
|
||||
pub content: String,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub content_items: Option<Vec<FunctionCallOutputContentItem>>,
|
||||
// TODO(jif) drop this.
|
||||
pub success: Option<bool>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user