--- title: "ClearToolInputs" --- ## Supported Types ### `bool` ```python value: bool = /* values here */ ``` ### `List[str]` ```python value: List[str] = /* values here */ ``` ### `Any` ```python value: Any = /* values here */ ```