mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-23 17:06:42 +08:00
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:
committed by
GitHub
parent
de978c5302
commit
d5ff75746c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user