Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 785 Bytes

File metadata and controls

14 lines (11 loc) · 785 Bytes

# CreateCustomToolRequest

Properties

Name Type Description Notes
name string Unique tool name (alphanumeric and underscores only)
description string Human-readable description of what the tool does
edge_function_url string HTTPS URL of the edge function
input_schema object JSON Schema defining the tool's input parameters
is_async bool Whether this tool runs asynchronously (>5 seconds) [optional] [default to false]
timeout_seconds int Tool execution timeout [optional] [default to 30]

[Back to Model list] [Back to API list] [Back to README]