-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
68 lines (65 loc) · 2.1 KB
/
mkdocs.yml
File metadata and controls
68 lines (65 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
site_name: Mistral .NET Documentation
site_description: Documentation for the tryAGI .NET SDK for Mistral.
site_url: https://tryagi.github.io/Mistral/
repo_url: https://github.com/tryAGI/Mistral
repo_name: tryAGI/Mistral
edit_uri: edit/main/docs/
nav:
- Overview: index.md
- Guides:
- Microsoft.Extensions.AI: guides/meai.md
# EXAMPLES:START
- Examples:
- Chat Client Five Random Words Streaming: examples/chat-client-five-random-words-streaming.md
- Chat Client Five Random Words: examples/chat-client-five-random-words.md
- Chat Client Get Service Returns Chat Client Metadata: examples/chat-client-get-service-returns-chat-client-metadata.md
- Chat Client Get Service Returns Null For Unknown Key: examples/chat-client-get-service-returns-null-for-unknown-key.md
- Chat Client Get Service Returns Self: examples/chat-client-get-service-returns-self.md
- Chat Client Tool Calling Multi Turn: examples/chat-client-tool-calling-multi-turn.md
- Chat Client Tool Calling Single Turn: examples/chat-client-tool-calling-single-turn.md
- Chat Client Tool Calling Streaming: examples/chat-client-tool-calling-streaming.md
- Test: examples/test.md
# EXAMPLES:END
theme:
name: tryagi
favicon: 'media/icon128.png'
plugins:
- search
- copy-to-llm
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- meta
- toc:
permalink: ""
slugify: !!python/name:pymdownx.slugs.uslugify
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.highlight:
linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.snippets:
check_paths: true
- pymdownx.progressbar
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true