BotSharp/docs
2023-11-26 20:04:05 -06:00
..
agent Allow retry 3 times for format response in Routing. 2023-10-10 16:53:04 -05:00
architecture Change agent load timing in InstructService. 2023-10-30 22:47:14 -05:00
assets update docs 2019-03-23 00:18:56 -05:00
channels ITrackableMessage 2023-10-27 10:18:48 -05:00
conversation Add timer to ITokenStatistics and update docs. 2023-09-29 13:08:42 -05:00
knowledge-base doc improvement. 2023-08-14 12:12:22 -05:00
llm Add timer to ITokenStatistics and update docs. 2023-09-29 13:08:42 -05:00
quick-start Bump version to v0.13.0. 2023-09-18 13:41:49 -05:00
static Add web live chat docs. 2023-11-26 20:04:05 -06:00
conf.py Bump Azure.AI.OpenAI to 1.0.0-beta.9 2023-11-13 11:19:25 -06:00
index.rst Add SelfId to IAgentHook. 2023-10-24 16:38:34 -05:00
make.bat relocate index.rst 2018-08-19 16:36:06 -05:00
Makefile relocate index.rst 2018-08-19 16:36:06 -05:00
Name-Entity Recognition(NER) Comparation.pdf Add files via upload 2019-01-11 13:57:40 -06:00
README.md Complete the getting started document 2023-07-31 19:57:11 -05:00
requirements.txt sphinx-rtd-theme 2023-10-08 19:37:48 -05:00

How to contribute docs

We use Sphinx to build document, please make sure you installed the appropriate Sphinx plugins before making the docs.

pip install -U sphinx
pip install recommonmark
pip install sphinx_rtd_theme
pip install myst-parser
cd docs
./make html