Mohammad Mazraeh
Mohammad Mazraeh
## Why are these changes needed? Potential conflict on subscriptions when agents disconnect on worker runtime. See explanations in https://github.com/microsoft/autogen/issues/3628 ## Related issue number Closes https://github.com/microsoft/autogen/issues/3628 ## Checks - [x]...
## Why are these changes needed? Addressing a To Do item that thought might help solving #3839 but still facing same issue. ## Related issue number ## Checks - [...
## Why are these changes needed? ## Related issue number ## Checks - [x] I've included any doc changes needed for https://microsoft.github.io/autogen/. See https://microsoft.github.io/autogen/docs/Contribute#documentation to build and test documentation locally....
### What happened? The provided code snippet works fine for the `.create` call of `AzureOpenAIChatCompletionClient`, but errors on `.create_stream` call: ``` Creating client with config: {'model': 'gpt-4o', 'azure_endpoint': 'https://xxxxxxxx.openai.azure.com', 'azure_deployment':...
## Why are these changes needed? I encountered this issue only in `AzureOpenAIChatCompletionClient`, adding some tolerance for empty `choices` ! Not a super clean fix ... just works to unblock...
## Why are these changes needed? Making distributed group chat example include a streaming API integration with the UI ## Related issue number ## Checks - [x] I've included any...
## Why are these changes needed? This is an improved working version. I will do another round of cleanup and running examples from scratch to make sure it's clean and...