UpdatedToolsDefinition¶
Structure Class¶
UpdatedToolsDefinition
dataclass
¶
Wrapper for updating a tools definition with PATCH semantics. When present, the tools definition is replaced with the provided value. When absent, the tools definition is left unchanged. To unset, include the wrapper with the value set to null.
Attributes¶
optional_value
class-attribute
instance-attribute
¶
optional_value: ToolsDefinition | None = None
The updated tools definition value.