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-devsite/ai.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ The Firebase AI Web SDK.
148
148
|[TemplateChatSession](./ai.templatechatsession.md#templatechatsession_interface)| <b><i>(Public Preview)</i></b> Interface representing a <code>ChatSession</code> class for use with server prompt templates that enables sending chat messages and stores history of sent and received messages so far. |
149
149
|[TemplateFunctionDeclaration](./ai.templatefunctiondeclaration.md#templatefunctiondeclaration_interface)| <b><i>(Public Preview)</i></b> Structured representation of a template function declaration. Included in this declaration are the function name and parameters. This <code>TemplateFunctionDeclaration</code> is a representation of a block of code that can be used as a Tool by the model and executed by the client. Note: Template function declarations do not support description fields. |
150
150
|[TemplateFunctionDeclarationsTool](./ai.templatefunctiondeclarationstool.md#templatefunctiondeclarationstool_interface)| <b><i>(Public Preview)</i></b> A piece of code that enables the system to interact with external systems. |
151
-
|[TemplateToolConfig](./ai.templatetoolconfig.md#templatetoolconfig_interface)| Tool configuration for <code>TemplateGenerativeModel</code>s. This config is shared for all tools provided in the Server Prompt Template request. |
151
+
|[TemplateToolConfig](./ai.templatetoolconfig.md#templatetoolconfig_interface)| Tool configuration for <code>TemplateGenerativeModel</code>s. This config is shared for all tools provided in the server prompt template request. |
152
152
|[TextPart](./ai.textpart.md#textpart_interface)| Content part interface if the part represents a text string. |
153
153
|[ThinkingConfig](./ai.thinkingconfig.md#thinkingconfig_interface)| Configuration for "thinking" behavior of compatible Gemini models.<!---->Certain models utilize a thinking process before generating a response. This allows them to reason through complex problems and plan a more coherent and accurate answer. |
154
154
|[ToolConfig](./ai.toolconfig.md#toolconfig_interface)| Tool config. This config is shared for all tools provided in the request. |
0 commit comments