mirror of
https://github.com/openai/codex.git
synced 2026-05-02 02:17:22 +00:00
initial surface projection for sandbox
This commit is contained in:
@@ -200,6 +200,7 @@ async fn dynamic_tool_call_round_trip_sends_text_content_items_to_model() -> Res
|
||||
content_items,
|
||||
success,
|
||||
duration_ms,
|
||||
..
|
||||
} = started.item
|
||||
else {
|
||||
panic!("expected dynamic tool call item");
|
||||
@@ -253,6 +254,7 @@ async fn dynamic_tool_call_round_trip_sends_text_content_items_to_model() -> Res
|
||||
content_items,
|
||||
success,
|
||||
duration_ms,
|
||||
..
|
||||
} = completed.item
|
||||
else {
|
||||
panic!("expected dynamic tool call item");
|
||||
|
||||
Reference in New Issue
Block a user