Lukas Pfahler

Results 13 comments of Lukas Pfahler

Turns out this is not the only change necessary.

``` python agent = Agent( .... model_settings=OpenAIModelSettings( temperature=chat_context.request.temperature, top_p=chat_context.request.top_p, extra_body={"tool_choice": "required}, ) )