Skip to content

Commit c51927f

Browse files
committed
docs: fix stale agents reference in gateway example
Update `"agents": [...]` to `"runtimes": [...]` in the gateway configuration example to match the schema rename in #706.
1 parent 0c88152 commit c51927f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ Gateway and MCP tool configuration is part of `agentcore.json` (in the `agentCor
377377
{
378378
"name": "MyProject",
379379
"version": 1,
380-
"agents": [...],
380+
"runtimes": [...],
381381
"agentCoreGateways": [
382382
{
383383
"name": "MyGateway",

0 commit comments

Comments
 (0)