diff --git a/samples/asset-modifier-agent/uipath.json b/samples/asset-modifier-agent/uipath.json index 9b02c2654..6c8bc7920 100644 --- a/samples/asset-modifier-agent/uipath.json +++ b/samples/asset-modifier-agent/uipath.json @@ -1,5 +1,5 @@ { - "functions": { + "agents": { "main": "main.py:main" } } diff --git a/samples/calculator/uipath.json b/samples/calculator/uipath.json index 9b02c2654..6c8bc7920 100644 --- a/samples/calculator/uipath.json +++ b/samples/calculator/uipath.json @@ -1,5 +1,5 @@ { - "functions": { + "agents": { "main": "main.py:main" } } diff --git a/samples/document-understanding-agent/uipath.json b/samples/document-understanding-agent/uipath.json index 2f1e23ce5..88c369928 100644 --- a/samples/document-understanding-agent/uipath.json +++ b/samples/document-understanding-agent/uipath.json @@ -10,5 +10,5 @@ "directoriesExcluded": [], "includeUvLock": true }, - "functions": {"main": "main.py:main"} + "agents": {"main": "main.py:main"} } \ No newline at end of file diff --git a/samples/list-mcp-agent/uipath.json b/samples/list-mcp-agent/uipath.json index 9b02c2654..6c8bc7920 100644 --- a/samples/list-mcp-agent/uipath.json +++ b/samples/list-mcp-agent/uipath.json @@ -1,5 +1,5 @@ { - "functions": { + "agents": { "main": "main.py:main" } } diff --git a/samples/llm_chat_agent/uipath.json b/samples/llm_chat_agent/uipath.json index 77b646626..8e1fa8924 100644 --- a/samples/llm_chat_agent/uipath.json +++ b/samples/llm_chat_agent/uipath.json @@ -1,5 +1,5 @@ { - "functions": { + "agents": { "agent": "agent.py:main" } } diff --git a/samples/multi-output-agent/uipath.json b/samples/multi-output-agent/uipath.json index 681601f5f..0b4972030 100644 --- a/samples/multi-output-agent/uipath.json +++ b/samples/multi-output-agent/uipath.json @@ -10,7 +10,7 @@ "directoriesExcluded": [], "includeUvLock": true }, - "functions": { + "agents": { "main": "main.py:main" } } diff --git a/samples/weather_tools/uipath.json b/samples/weather_tools/uipath.json index ee698d9df..63268db8b 100644 --- a/samples/weather_tools/uipath.json +++ b/samples/weather_tools/uipath.json @@ -1,5 +1,5 @@ { - "functions": { + "agents": { "main": "main.py:main" } } \ No newline at end of file