Skip to content

Commit a44d0ef

Browse files
committed
fix deploy error:
./src/app/docs/kagent/resources/api-ref/page.mdx page.mdx:288:41-288:370: Expected a closing tag for `<agent-name>` (288:283-288:295) before the end of `tableData` Signed-off-by: Art Berger <art.berger@solo.io>
1 parent 4cd7a3a commit a44d0ef

File tree

1 file changed

+1
-1
lines changed
  • src/app/docs/kagent/resources/api-ref

1 file changed

+1
-1
lines changed

src/app/docs/kagent/resources/api-ref/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ _Appears in:_
285285
| `modelConfig` _string_ | The name of the model config to use.<br />If not specified, the default value is "default-model-config".<br />Must be in the same namespace as the Agent. | | |
286286
| `stream` _boolean_ | Whether to stream the response from the model.<br />If not specified, the default value is true. | | |
287287
| `tools` _[Tool](#tool) array_ | | | MaxItems: 20 <br /> |
288-
| `a2aConfig` _[A2AConfig](#a2aconfig)_ | A2AConfig instantiates an A2A server for this agent,<br />served on the HTTP port of the kagent kubernetes<br />controller (default 8083).<br />The A2A server URL will be served at<br /><kagent-controller-ip>:8083/api/a2a/<agent-namespace>/<agent-name><br />Read more about the A2A protocol here: https://github.com/google/A2A | | |
288+
| `a2aConfig` _[A2AConfig](#a2aconfig)_ | A2AConfig instantiates an A2A server for this agent,<br />served on the HTTP port of the kagent kubernetes<br />controller (default 8083).<br />The A2A server URL will be served at<br />&lt;kagent-controller-ip&gt;:8083/api/a2a/&lt;agent-namespace&gt;/&lt;agent-name&gt;<br />Read more about the A2A protocol here: https://github.com/google/A2A | | |
289289
| `deployment` _[DeclarativeDeploymentSpec](#declarativedeploymentspec)_ | | | |
290290

291291

0 commit comments

Comments
 (0)