--- title: "AllowedToolsUnion" --- ## Supported Types ### `List[str]` ```python value: List[str] = /* values here */ ``` ### `components.AllowedTools` ```python value: components.AllowedTools = /* values here */ ``` ### `Any` ```python value: Any = /* values here */ ```