Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 672 Bytes

File metadata and controls

22 lines (14 loc) · 672 Bytes

WriteActionType

Valid only for write actions. Represents the type of write action. REDIRECT - The client renders the URL which contains information for carrying out the action. EXECUTION - Send a request to an external server and execute the action. MCP - Send a tools/call request to an MCP server to execute the action.

Example Usage

from glean.api_client.models import WriteActionType

value = WriteActionType.REDIRECT

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
REDIRECT REDIRECT
EXECUTION EXECUTION
MCP MCP