@@ -8,19 +8,19 @@ Each file is structured as a runnable test case, ensuring that samples are execu
8
8
9
9
## Contents
10
10
11
- | File | Description |
12
- | ------------------------------------------------------------------ | ----------- |
13
- | [ cache.py] ( ./cache.py ) | Context caching |
14
- | [ chat.py] ( ./chat.py ) | Multi-turn chat conversations |
15
- | [ code_execution.py] ( ./samples/ code_execution.py ) | Executing code |
11
+ | File | Description |
12
+ | ----------------------------------------------------------| ----------- |
13
+ | [ cache.py] ( ./cache.py ) | Context caching |
14
+ | [ chat.py] ( ./chat.py ) | Multi-turn chat conversations |
15
+ | [ code_execution.py] ( ./code_execution.py ) | Executing code |
16
16
| [ configure_model_parameters.py] ( ./configure_model_parameters.py ) | Setting model parameters |
17
- | [ controlled_generation.py] ( ./controlled_generation.py ) | Generating content with output constraints (e.g. JSON mode) |
18
- | [ count_tokens.py] ( ./count_tokens.py ) | Counting input and output tokens |
19
- | [ embed.py] ( ./embed.py ) | Generating embeddings |
20
- | [ files.py] ( ./files.py ) | Managing files with the File API |
21
- | [ function_calling.py] ( ./function_calling.py ) | Using function calling |
22
- | [ models.py] ( ./models.py ) | Listing models and model metadata |
23
- | [ safety_settings.py] ( ./safety_settings.py ) | Setting and using safety controls |
24
- | [ system_instruction.py] ( ./system_instruction.py ) | Setting system instructions |
25
- | [ text_generation.py] ( ./text_generation.py ) | Generating text |
26
- | [ tuned_models.py] ( ./tuned_models.py ) | Creating and managing tuned models |
17
+ | [ controlled_generation.py] ( ./controlled_generation.py ) | Generating content with output constraints (e.g. JSON mode) |
18
+ | [ count_tokens.py] ( ./count_tokens.py ) | Counting input and output tokens |
19
+ | [ embed.py] ( ./embed.py ) | Generating embeddings |
20
+ | [ files.py] ( ./files.py ) | Managing files with the File API |
21
+ | [ function_calling.py] ( ./function_calling.py ) | Using function calling |
22
+ | [ models.py] ( ./models.py ) | Listing models and model metadata |
23
+ | [ safety_settings.py] ( ./safety_settings.py ) | Setting and using safety controls |
24
+ | [ system_instruction.py] ( ./system_instruction.py ) | Setting system instructions |
25
+ | [ text_generation.py] ( ./text_generation.py ) | Generating text |
26
+ | [ tuned_models.py] ( ./tuned_models.py ) | Creating and managing tuned models |
0 commit comments