Skip to content

Commit 9a42a44

Browse files
committed
lower case server prompte template
1 parent 672a14c commit 9a42a44

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs-devsite/ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The Firebase AI Web SDK.
148148
| [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. |
149149
| [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. |
150150
| [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. |
152152
| [TextPart](./ai.textpart.md#textpart_interface) | Content part interface if the part represents a text string. |
153153
| [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. |
154154
| [ToolConfig](./ai.toolconfig.md#toolconfig_interface) | Tool config. This config is shared for all tools provided in the request. |

docs-devsite/ai.templatetoolconfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ https://github.com/firebase/firebase-js-sdk
1010
{% endcomment %}
1111

1212
# TemplateToolConfig interface
13-
Tool configuration for `TemplateGenerativeModel`<!-- -->s. This config is shared for all tools provided in the Server Prompt Template request.
13+
Tool configuration for `TemplateGenerativeModel`<!-- -->s. This config is shared for all tools provided in the server prompt template request.
1414

1515
<b>Signature:</b>
1616

packages/ai/src/types/requests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ export interface ToolConfig {
617617

618618
/**
619619
* Tool configuration for `TemplateGenerativeModel`s.
620-
* This config is shared for all tools provided in the Server Prompt Template request.
620+
* This config is shared for all tools provided in the server prompt template request.
621621
* @public
622622
*/
623623
export interface TemplateToolConfig {

0 commit comments

Comments
 (0)