Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 458 Bytes

File metadata and controls

24 lines (16 loc) · 458 Bytes

ToolParameterType

Parameter type (string, number, boolean, object, array)

Example Usage

from glean.api_client.models import ToolParameterType

value = ToolParameterType.STRING

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
STRING string
NUMBER number
BOOLEAN boolean
OBJECT object
ARRAY array