Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

执行步骤请求(工具调用)

session_id
string
required
tool_name
string
required
tool_args
Tool Args · object
env_vars
Env Vars · object | null
stream
boolean
default:false
request_id
string | null
task_id
string | null
user_id
string | null

Response

Successful Response