docs: point begin/message component links at .md, not .mdx (#17237)

### Summary

Most files in `docs/guides/agent/agent_component_reference/` are `.mdx`,
but `begin` and
`message` are `.md`. Four links use the `.mdx` extension for those two,
so Docusaurus cannot
resolve the reference and they render as broken links.

Co-authored-by: Muhammad Zuhaib Zahid <288755265+muhzuhaib@users.noreply.github.com>
This commit is contained in:
Muhammad Zuhaib Zahid
2026-07-22 14:08:42 +05:00
committed by GitHub
parent de978c5302
commit d5ff75746c
3 changed files with 4 additions and 4 deletions

View File

@@ -4712,7 +4712,7 @@ When `stream=true`, the server sends Server-Sent Events (SSE). A client should h
The stream terminates with `[DONE]`.
:::info IMPORTANT
You can include custom parameters in the request body, but they must be defined in the [Begin](../guides/agent/agent_component_reference/begin.mdx) component first.
You can include custom parameters in the request body, but they must be defined in the [Begin](../guides/agent/agent_component_reference/begin.md) component first.
:::
##### Request examples