agent_id
(integer):tool_id
(integer): The unique identifier of the tool to be enabled.curl --location -g --request POST 'https:///v2/api/agent/1251/tool/enable' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"tool_id": 73
}'
{
"success": true,
"message": "AgentTool linked successfully.",
"data": {
"id": 3383,
"agent_id": 1251,
"tool_id": 73,
"tool_name": "New Rag Tool 2",
"tool_type": "rag",
"description": "New Rag Tool 2",
"is_default": false,
"created_by": "function-app@ejento.ai"
}
}