recommonmark
This commit is contained in:
parent
5d481c2bac
commit
531ee06b69
|
|
@ -10,6 +10,8 @@ This section will explain in detail the usage of Router. Router has a dedicated
|
|||
}
|
||||
```
|
||||
|
||||
## How router works
|
||||
|
||||
### How to register agent to router?
|
||||
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -64,9 +64,9 @@ author = 'Haiping Chen'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.13'
|
||||
version = '0.16'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.13.0'
|
||||
release = '0.16.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
|
|
@ -86,8 +86,8 @@ The main documentation for the site is organized into the following sections:
|
|||
:maxdepth: 2
|
||||
:caption: Prompt Engineering
|
||||
|
||||
prompt/prompt
|
||||
prompt/template
|
||||
llm/prompt
|
||||
llm/template
|
||||
llm/function
|
||||
llm/few-shot-learning
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
sphinx == 6.2.1
|
||||
recommonmark == 0.7.1
|
||||
myst-parser
|
||||
Loading…
Reference in a new issue