mirror of
https://github.com/openai/codex.git
synced 2026-05-05 20:07:02 +00:00
Stateful streaming apply_patch parser
This commit is contained in:
@@ -1027,7 +1027,7 @@ async fn apply_patch_custom_tool_streaming_emits_updated_changes() -> Result<()>
|
||||
.changes
|
||||
.get(&std::path::PathBuf::from("streamed.txt")),
|
||||
Some(&codex_protocol::protocol::FileChange::Add {
|
||||
content: "hello\n".to_string(),
|
||||
content: String::new(),
|
||||
})
|
||||
);
|
||||
assert_eq!(
|
||||
|
||||
Reference in New Issue
Block a user