organization · inferred from evidence
openai
The source of the BadRequestError exception class mentioned in the error.
- Semantic Kernel Python + Azure OpenAI o3: Unsupported parameter max_tokens, use max_completion_tokens
Configure `max_completion_tokens` instead of `max_tokens`: in SK Python, `OpenAIChatPromptExecutionSettings` (the base class for OpenAI prompt execution settings) has a `max_completion_tokens` attribute, and the child `AzureChatPromptExecut