You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/main/generative-ai.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@
29
29
|[HarmCategory](./generative-ai.harmcategory.md)| Harm categories that would cause prompts or candidates to be blocked. |
30
30
|[HarmProbability](./generative-ai.harmprobability.md)| Probability that a prompt or candidate matches a harm category. |
31
31
|[Outcome](./generative-ai.outcome.md)| Possible outcomes of code execution. |
32
-
|[SchemaType](./generative-ai.schematype.md)| Contains the list of OpenAPI data types as defined by https://swagger.io/docs/specification/data-models/data-types/|
33
32
|[TaskType](./generative-ai.tasktype.md)| Task type for embedding content. |
34
33
35
34
## Interfaces
@@ -106,11 +105,13 @@
106
105
| Variable | Description |
107
106
| --- | --- |
108
107
|[POSSIBLE\_ROLES](./generative-ai.possible_roles.md)| Possible roles. |
108
+
|[SchemaType](./generative-ai.schematype.md)| Contains the list of OpenAPI data types as defined by https://swagger.io/docs/specification/data-models/data-types/|
109
109
110
110
## Type Aliases
111
111
112
112
| Type Alias | Description |
113
113
| --- | --- |
114
114
|[Part](./generative-ai.part.md)| Content part - includes text or image part types. |
115
+
|[SchemaType](./generative-ai.schematype.md)||
115
116
|[Tool](./generative-ai.tool.md)| Defines a tool that model can call to access external knowledge. |
|[Outcome](./generative-ai.outcome.md)| Possible outcomes of code execution. |
22
-
|[SchemaType](./generative-ai.schematype.md)| Contains the list of OpenAPI data types as defined by https://swagger.io/docs/specification/data-models/data-types/|
23
22
24
23
## Interfaces
25
24
@@ -65,10 +64,17 @@
65
64
|[UploadFileResponse](./generative-ai.uploadfileresponse.md)| Response from calling [GoogleAIFileManager.uploadFile()](./generative-ai.googleaifilemanager.uploadfile.md)|
66
65
|[VideoMetadata](./generative-ai.videometadata.md)| Metadata populated when video has been processed. |
67
66
67
+
## Variables
68
+
69
+
| Variable | Description |
70
+
| --- | --- |
71
+
|[SchemaType](./generative-ai.schematype.md)| Contains the list of OpenAPI data types as defined by https://swagger.io/docs/specification/data-models/data-types/|
72
+
68
73
## Type Aliases
69
74
70
75
| Type Alias | Description |
71
76
| --- | --- |
72
77
|[Part](./generative-ai.part.md)| Content part - includes text or image part types. |
78
+
|[SchemaType](./generative-ai.schematype.md)||
73
79
|[Tool](./generative-ai.tool.md)| Defines a tool that model can call to access external knowledge. |
0 commit comments