1.0.0b4 (2024-12-20)
Bugs Fixed
- Fix for Agent streaming issue (see GitHub issue 38918)
- Fix for Agent async function
send_email_async
is not called (see GitHub issue 38898) - Fix for Agent streaming with event handler fails with "AttributeError: 'MyEventHandler' object has no attribute 'buffer'" (see GitHub issue 38897)
Features Added
- Add optional input argument
connection_name
to methods.inference.get_chat_completions_client
,
.inference.get_embeddings_client
and.inference.get_azure_openai_client
.