-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
102 lines (99 loc) · 4.64 KB
/
mkdocs.yml
File metadata and controls
102 lines (99 loc) · 4.64 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
site_name: Google.Gemini .NET Documentation
site_description: Documentation for the tryAGI .NET SDK for Google.Gemini.
site_url: https://tryagi.github.io/Google.Gemini/
repo_url: https://github.com/tryAGI/Google.Gemini
repo_name: tryAGI/Google.Gemini
edit_uri: edit/main/docs/
nav:
- Overview: index.md
- Guides:
- Gemini API Free Tier: guides/free-tier-and-image-generation.md
- Live API (Real-time Voice/Video): guides/live-api.md
- 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
- Count Tokens Multiple Messages: examples/count-tokens-multiple-messages.md
- Count Tokens Simple Text: examples/count-tokens-simple-text.md
- Edit Image Simple Edit: examples/edit-image-simple-edit.md
- Embedding Generator Batch Input: examples/embedding-generator-batch-input.md
- Embedding Generator Get Service Returns Embedding Generator Metadata: examples/embedding-generator-get-service-returns-embedding-generator-metadata.md
- Embedding Generator Get Service Returns Null For Unknown Key: examples/embedding-generator-get-service-returns-null-for-unknown-key.md
- Embedding Generator Get Service Returns Self: examples/embedding-generator-get-service-returns-self.md
- Embedding Generator Single Input: examples/embedding-generator-single-input.md
- Embedding Generator Task Type: examples/embedding-generator-task-type.md
- File Management: examples/file-management.md
- Generate Content: examples/generate-content.md
- Generate Image Simple Prompt: examples/generate-image-simple-prompt.md
- Generate Image With Aspect Ratio: examples/generate-image-with-aspect-ratio.md
- Generate Image With References Single Reference: examples/generate-image-with-references-single-reference.md
- Generate Video Simple Prompt: examples/generate-video-simple-prompt.md
- Generate Video From Image Simple Animation: examples/generate-video-from-image-simple-animation.md
- Interpolate Frames Two Images: examples/interpolate-frames-two-images.md
- List Models: examples/list-models.md
- Speak Different Voice: examples/speak-different-voice.md
- Speak Simple Text: examples/speak-simple-text.md
- Transcribe Generated Audio: examples/transcribe-generated-audio.md
- Generate Music Simple Prompt: examples/generate-music-simple-prompt.md
- Live Text Exchange: examples/live-text-exchange.md
- Generate Music With Lyrics: examples/generate-music-with-lyrics.md
- Generate Music Pro Model: examples/generate-music-pro-model.md
- Live Audio Round Trip: examples/live-audio-round-trip.md
- Live Output Transcription: examples/live-output-transcription.md
- Live Speech Config: examples/live-speech-config.md
- Live System Instruction: examples/live-system-instruction.md
- Live Multi-Turn Conversation: examples/live-multi-turn-conversation.md
- Live Tool Calling: examples/live-tool-calling.md
- Live Session Resumption: examples/live-session-resumption.md
- Live Resilient Session: examples/live-resilient-session.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