You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/NapthaModules/1-agents.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ The configuration of an agent module is specified in the `deployment.json` file
120
120
For details on how to run LLM inference within modules, see the [LLM Inference](/NapthaInference/inference) page.
121
121
:::
122
122
123
-
For an example of calling an agent from Python (within an orchestrator module that uses an agent module), see the [Orchestrator Modules](/NapthaModules/orchestrator) page.
123
+
For an example of calling an agent from Python (within an orchestrator module that uses an agent module), see the [Orchestrator Modules](/NapthaModules/orchestrators) page.
124
124
125
125
## Examples
126
126
@@ -185,7 +185,7 @@ export const featureCards = [
185
185
title: 'Orchestrator Modules',
186
186
description: 'Learn how to use Agents within Orchestrator Modules',
0 commit comments