POST 作用于资源路径。
接口
认证
Authorization: Bearer <api_key> 或 Authorization: ApiKey <api_key>。
路径参数
string
required
智能体标识符。
请求体
string
显示名称。
string
底层模型标识符。
string
系统指令。
array
对工具列表的完整替换。
object
对元数据的完整替换。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
更新咏唱引擎云智能体的名称、模型、指令、工具或元数据。支持使用 OpenAI beta 形态进行部分更新。
POST 作用于资源路径。
POST /v1/agents/{agent_id}
Authorization: Bearer <api_key> 或 Authorization: ApiKey <api_key>。
curl -X POST https://agent.example.com/v1/agents/ag_0198a... \
-H "Authorization: Bearer $ARIA_AGENT_KEY" \
-H "Content-Type: application/json" \
-d '{"instructions": "You are a triage agent. Prefer concise answers."}'
Was this page helpful?