Replies: 1 comment
-
Hi @lmatzi the screenshots you posted are making Responses API calls. SK Python has support for the Responses API via the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The release of GPT5 brings a few more settings on the plate like verbosity and reasoning in the responses feature of openai, e.g.


https://platform.openai.com/docs/guides/latest-model?quickstart-panels=fast
Are there already settings available in the semantic kernel connectors to utilize those 2 parameters verbosity and reasoningusing AzureChatCompletion?
Intuitively I would assume that the parameter resoning_effort in the AzureChatPromptExecutionSettings which allows ('low','medium','high') would be the one, but according to documentation 'minimal' would not be supported. Is this already available?
Beta Was this translation helpful? Give feedback.
All reactions