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

@@ -965,13 +965,13 @@ The **Tag dataset** feature is *unavailable* on the [Infinity](https://github.co
- [Construct knowledge graph](./guides/dataset/advanced/construct_knowledge_graph.md)
- [Set metadata](./guides/dataset/set_metadata.md)
- [Begin component](./guides/agent/agent_component_reference/begin.mdx)
- [Begin component](./guides/agent/agent_component_reference/begin.md)
- [Generate component](./guides/agent/agent_component_reference/generate.mdx)
- [Interact component](./guides/agent/agent_component_reference/interact.mdx)
- [Retrieval component](./guides/agent/agent_component_reference/retrieval.mdx)
- [Categorize component](./guides/agent/agent_component_reference/categorize.mdx)
- [Keyword component](./guides/agent/agent_component_reference/keyword.mdx)
- [Message component](./guides/agent/agent_component_reference/message.mdx)
- [Message component](./guides/agent/agent_component_reference/message.md)
- [Rewrite component](./guides/agent/agent_component_reference/rewrite.mdx)
- [Switch component](./guides/agent/agent_component_reference/switch.mdx)
- [Concentrator component](./guides/agent/agent_component_reference/concentrator.mdx)