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
./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>
Copy file name to clipboardExpand all lines: src/app/docs/kagent/resources/api-ref/page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@ _Appears in:_
285
285
|`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. |||
286
286
|`stream`_boolean_| Whether to stream the response from the model.<br />If not specified, the default value is true. |||
|`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 /><kagent-controller-ip>:8083/api/a2a/<agent-namespace>/<agent-name><br />Read more about the A2A protocol here: https://github.com/google/A2A|||
0 commit comments