Skip to content

Commit 531ee06

Browse files
committed
recommonmark
1 parent 5d481c2 commit 531ee06

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

docs/agent/router.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This section will explain in detail the usage of Router. Router has a dedicated
1010
}
1111
```
1212

13+
## How router works
14+
1315
### How to register agent to router?
1416

1517
When you add a new Agent, the Router can automatically read the Agent's configuration, but in order for the Router to distribute the Request to the new Agent, you must set the `AllowRouting` attribute to `True`. For more information on how to use Router, please refer to the Agent/Router chapter.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = '0.13'
67+
version = '0.16'
6868
# The full version, including alpha/beta/rc tags.
69-
release = '0.13.0'
69+
release = '0.16.0'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ The main documentation for the site is organized into the following sections:
8686
:maxdepth: 2
8787
:caption: Prompt Engineering
8888

89-
prompt/prompt
90-
prompt/template
89+
llm/prompt
90+
llm/template
9191
llm/function
9292
llm/few-shot-learning
9393

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
sphinx == 6.2.1
2+
recommonmark == 0.7.1
23
myst-parser

0 commit comments

Comments
 (0)