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
Describe the bug
Can't use Open AI o1-preview model with ChatCompletionAgent, just like in issue #10272, because it fails with the following exception.
Microsoft.SemanticKernel.HttpOperationException: HTTP 400 (invalid_request_error: unsupported_value)
Microsoft.SemanticKernel.HttpOperationException
HTTP 400 (invalid_request_error: unsupported_value)
Parameter: messages[0].role
Unsupported value: 'messages[0].role' does not support 'system' with this model.
To Reproduce
Steps to reproduce the behavior:
Create ChatCompletionAgent from semantic_kernel.agents with o1/o3-mini model deployment:
github-actionsbot
changed the title
Python: Bug: Chat Completion Agent with Open AI reasoning models is not working out of the box
.Net: Python: Bug: Chat Completion Agent with Open AI reasoning models is not working out of the box
Mar 21, 2025
eavanvalkenburg
changed the title
.Net: Python: Bug: Chat Completion Agent with Open AI reasoning models is not working out of the box
Python: Bug: Chat Completion Agent with Open AI reasoning models is not working out of the box
Mar 21, 2025
Describe the bug
Can't use Open AI o1-preview model with ChatCompletionAgent, just like in issue #10272, because it fails with the following exception.
To Reproduce
Steps to reproduce the behavior:
agent.invoke(...)
Expected behavior
It should work, like in corrected .NET version
Screenshots
Platform
Additional context
The text was updated successfully, but these errors were encountered: