Federico Villa
Federico Villa
Regarding `InputStream.read(1)` the change was made because during CLI execution, the program should pause and wait for input to be submitted. With the GUI console the while loop in the...
I've tested the PR with both local WASM and Linux/Windows builds, and it works in all cases. Let me know if there are any other scenarious I should check.
Should `OpenAIAgent` contain an agent implementation that uses the _Response API_ to generate responses or should it provide a common abstraction layer that unifies both the _Assistant API_ and the...
I just tested it, and it works fine for me on Firefox `127.0.2` (default browser settings). Could you provide more details about your setup? Are you using any security extensions...
The same issue affects the [`bing_search`](https://github.com/microsoft/autogen/blob/7dd503eccfaafbbe36c427d3cfa29abfa2b3f3f8/python/packages/autogen-studio/autogenstudio/gallery/tools/bing_search.py#L13) function as well: ``` openai.BadRequestError: Error code: 400 - [{'error': {'code': 400, 'message': "Unable to submit request because `bing_search` functionDeclaration `parameters.country` schema didn't specify...
@victordibia By removing the optional fields (`content_max_length`, `country`) from the `google_search` function, the `openai.BadRequestError` no longer occurs. Similarly, replacing the optional types with a compatible standard JSON type (such as...
@victordibia may you please take a look at the changes I've made in the _Edit Component_ menu when adding a new model in AutoGen Studio's gallery. Thanks!
I've opened a PR (#6896) that extends AutoGen Studio's UI to allow configuring `model_info` (and related fields) through a new _Model Information_ section in the _Edit Component_ menu, so the...