Problem/Motivation
When trying to use OpenAI GPT 5.6 Luna in AI Agent Explorer, I get the following error in the Drupal log. Is this a bug? If so, would it be filed under ai, ai_agent, or ai_provider_openai?
Error invoking model response: Function tools with reasoning_effort are not supported for gpt-5.6-luna in /v1/chat/completions. To use function tools, use /v1/responses or set reasoning_effort to 'none'.
Steps to reproduce
Proposed resolution
For 1.3.x this should be solved, since we use responses
For 1.2.x we need to set reasoning effort to none.
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #3
marcus_johansson commentedComment #4
ahmad khader commentedComment #5
ahmad khader commentedMR looks good to me and straightforward, i tried it manually; it worked, and I also tried to see if we need to add more models, but everything i tried worked. alot of tables look outdated, and it's hard to find reasoning_effort capability table https://community.openai.com/t/request-for-compatibility-matrix-reasonin...
Comment #6
ahmad khader commentedComment #7
agoradesign commented+1
Comment #9
marcus_johansson commentedThanks, merging this.
Comment #11
marcus_johansson commented