With OpenAI it seams that I can not set optional parameters because:
"additionalProperties": falseis hardcoded for OpenAI and will enter strict mode (all parameters are required)- I can not set multiple parameter types for a parameter like this
"type": ["string", "null"] - I can not set for a tool
"strict": false
Is there an other approach?
With Claude it is working because additionalPropertiesis not mentioned.