mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
lint
This commit is contained in:
@@ -2845,7 +2845,7 @@ mod tests {
|
||||
};
|
||||
|
||||
assert_eq!(
|
||||
ResponseItem::from(input.clone()),
|
||||
ResponseItem::from(input),
|
||||
ResponseItem::FunctionCallOutput {
|
||||
call_id: "call-1".to_string(),
|
||||
output: expected_output,
|
||||
@@ -2874,7 +2874,7 @@ mod tests {
|
||||
};
|
||||
|
||||
assert_eq!(
|
||||
ResponseItem::from(input.clone()),
|
||||
ResponseItem::from(input),
|
||||
ResponseItem::CustomToolCallOutput {
|
||||
call_id: "call-1".to_string(),
|
||||
name: Some("custom_tool".to_string()),
|
||||
|
||||
Reference in New Issue
Block a user