draft with links

This commit is contained in:
Kian Jones
2025-06-20 16:11:46 -07:00
parent 683ec13d28
commit 02909e4d0a
10 changed files with 13262 additions and 9 deletions

View File

@@ -0,0 +1,24 @@
{
"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"
]
}