Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 456 Bytes

File metadata and controls

25 lines (17 loc) · 456 Bytes

AgentEnum

Name of the agent.

Example Usage

from glean.api_client.models import AgentEnum

value = AgentEnum.DEFAULT

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
DEFAULT DEFAULT
GPT GPT
UNIVERSAL UNIVERSAL
FAST FAST
ADVANCED ADVANCED
AUTO AUTO