giorgossideris
giorgossideris
Regularly, the API that the data are taken returns the outstanding shares for the last 4 years. Although, for some tickers, some empty values are returned. For these specific tickers,...
The specific pull requests aims to include total inference time in final results. Closes #1755.
I think that it would be useful to return the inference time needed for the requests in the result.
## Why are these changes needed? Display a clear error when the agent name is not a valid according to OpenAI's requirements ## Related issue number Closes #4157 ## Checks...
### What feature would you like to be added? **This issue refers to the [0.2 branch](https://github.com/microsoft/autogen/tree/0.2).** The message when an agent name is not valid (based on the OpenAI's expected...
### Describe the bug When an `LLMConfig` object is passed as argument of the `AgentOptimizer` constructor, it is not accessed. This is because the constructor handles `LLMConfig` as a dict:...