cURL
curl --request POST \ --url https://api.beamstudio.ai/tool/optimize/{toolFunctionName} \ --header 'Content-Type: application/json' \ --header 'current-workspace-id: <current-workspace-id>' \ --header 'x-api-key: <api-key>' \ --data ' { "agentId": "<string>", "taskNodes": [ { "positive": true, "id": "<string>", "feedback": "<string>", "expectedOutput": "<string>" } ], "autoUpdateTool": true } '
{ "threadId": "<string>" }
Optimize a tool’s performance and configuration based on usage patterns and feedback.
Show child attributes
Tool optimization initiated successfully