initial surface projection for sandbox

This commit is contained in:
Roy Han
2026-03-11 12:07:33 -07:00
parent f5bb338fdb
commit 79d8f99a7f
13 changed files with 297 additions and 27 deletions

View File

@@ -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");