You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When creating OpenAIChatAgent, some chat completion flags/options are missing in the constructor and user can't control the behavoir of openai agent in 100% manner.
For example: parallel_tool_calls is missing in current constructor.
Describe the solution you'd like
Add a new constructor to OpenAIChatAgent which accepts the missing options.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When creating
OpenAIChatAgent
, some chat completion flags/options are missing in the constructor and user can't control the behavoir of openai agent in 100% manner.For example:
parallel_tool_calls
is missing in current constructor.Describe the solution you'd like
Add a new constructor to OpenAIChatAgent which accepts the missing options.
Additional context
No response
The text was updated successfully, but these errors were encountered: