library · inferred from evidence
OpenAIChatPromptExecutionSettings
A base class for OpenAI prompt execution settings in SK Python.
- 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