Parameter type (string, number, boolean, object, array)
from glean.api_client.models import ToolParameterType
value = ToolParameterType.STRING
# Open enum: unrecognized values are captured as UnrecognizedStr| Name | Value |
|---|---|
STRING |
string |
NUMBER |
number |
BOOLEAN |
boolean |
OBJECT |
object |
ARRAY |
array |