Patch Fixes
- fix: Remove
max_tokens=20
fromAzureAIChatCompletionClient.create_stream
's create call whenstream=True
#5860 - fix: Add
close()
method to built-in model clients to ensure the async event loop is closed when program exits. This should fix the "ResourceWarning: unclosed transport when importing web_surfer" errors. #5871
Full Changelog: python-v0.4.8.1...python-v0.4.8.2