Description
I had this param:
- name: value1
type: number
description: "value that can be extracted from another tool (required)"
The value1 is required. I need to forbid its calling with null value (so the LLM is obliged to first find this value from another tool), but it is not possible now.
Expected Behavior
The ability to state if the value is nullable e.g:
- name: value1
type: number
description: "value that can be extracted from another tool (required)"
nullable: false
Environment
- MXCP Version: 0.9.2
- Python Version: 3.13
- Operating System: MacOS
- Installation Method: uv
Description
I had this param:
The value1 is required. I need to forbid its calling with null value (so the LLM is obliged to first find this value from another tool), but it is not possible now.
Expected Behavior
The ability to state if the value is nullable e.g:
Environment