File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,20 @@ to comment out cases you do not want to run.
30
30
## Documentation
31
31
32
32
- [ Quickstart: Get started with the Gemini API in Node.js applications] ( https://ai.google.dev/tutorials/node_quickstart )
33
+
34
+ ## Contents
35
+
36
+ | File | Description |
37
+ | ----------------------------------------------------------| ----------- |
38
+ | [ cache.js] ( ./cache.js ) | Context caching |
39
+ | [ chat.js] ( ./chat.js ) | Multi-turn chat conversations |
40
+ | [ code_execution.js] ( ./code_execution.js ) | Executing code |
41
+ | [ model_configuration.js] ( ./model_configuration.js ) | Setting model parameters |
42
+ | [ controlled_generation.js] ( ./controlled_generation.js ) | Generating content with output constraints (e.g. JSON mode) |
43
+ | [ count_tokens.js] ( ./count_tokens.js ) | Counting input and output tokens |
44
+ | [ embed.js] ( ./embed.js ) | Generating embeddings |
45
+ | [ files.js] ( ./files.js ) | Managing files with the File API |
46
+ | [ function_calling.js] ( ./function_calling.js ) | Using function calling |
47
+ | [ safety_settings.js] ( ./safety_settings.js ) | Setting and using safety controls |
48
+ | [ system_instruction.js] ( ./system_instruction.js ) | Setting system instructions |
49
+ | [ text_generation.js] ( ./text_generation.js ) | Generating text |
You can’t perform that action at this time.
0 commit comments