Davor Runje
Davor Runje
### Is your feature request related to a problem? Please describe. People asked for it on Discord after spending a lot of time trying to make it work with unsupported...
**Note: this is a refactorization study and will change a lot as we explore different design patterns and how they fit together in the framework. Feedback and suggestions are more...
### Describe the bug The message generated a user proxy after tool execution contains the field `"name"`, but it should not according to the OpenAPI specs (https://github.com/openai/openai-openapi/blob/f4a2833d00e92c4b1cb531d437da88a03de997d8/openapi.yaml#L5478C5-L5495): ```yaml ChatCompletionRequestToolMessage: type:...
## Why are these changes needed? Add function decorators for registering functions for reply, termination and hook and unify API ### Describe the solution you'd like Add the following function...
### Is your feature request related to a problem? Please describe. Add function decorators for registering functions for reply, termination and hook and unify API ### Describe the solution you'd...
### Is your feature request related to a problem? Please describe. OpenAI is deprecating function calling, but other models still use old OpenAI-compatible API and it is expected that will...
The goals of this PR are: - introduction of `IOStream` class and a mechanism to change the default output from the console to alternative outputs such as websockets - Introduction...
## Why are these changes needed? Followup on https://github.com/microsoft/autogen/pull/1551 ## Related issue number ## Checks - [ ] I've included any doc changes needed for https://microsoft.github.io/autogen/. See https://microsoft.github.io/autogen/docs/Contribute#documentation to build...