Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 669 Bytes

File metadata and controls

23 lines (15 loc) · 669 Bytes

ServerToolResponseRequestType

The type of request made to the user.

Example Usage

from glean.api_client.models import ServerToolResponseRequestType

value = ServerToolResponseRequestType.EXECUTION

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
EXECUTION EXECUTION
AUTHENTICATION_SUGGESTION AUTHENTICATION_SUGGESTION
VOTE_SUGGESTION VOTE_SUGGESTION
SANDBOX_EGRESS SANDBOX_EGRESS