chore: merge oss (#3712)

This commit is contained in:
Sarah Wooders
2025-08-07 22:20:26 -07:00
committed by GitHub
parent 302b07bd2b
commit bde4714294
23 changed files with 6769 additions and 93 deletions

View File

@@ -0,0 +1,21 @@
{
"Basic": [
"test_greeting_with_assistant_message",
"test_greeting_without_assistant_message",
"test_async_greeting_with_assistant_message",
"test_agent_loop_error",
"test_step_stream_agent_loop_error",
"test_step_streaming_greeting_with_assistant_message",
"test_step_streaming_greeting_without_assistant_message",
"test_step_streaming_tool_call",
"test_tool_call",
"test_auto_summarize"
],
"Token Streaming": [
"test_token_streaming_greeting_with_assistant_message",
"test_token_streaming_greeting_without_assistant_message",
"test_token_streaming_agent_loop_error",
"test_token_streaming_tool_call"
],
"Multimodal": ["test_base64_image_input", "test_url_image_input"]
}