Back to Firebase Js Sdk

ToolConfig interface

docs-devsite/ai.toolconfig.md

12.12.1852 B
Original Source

Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference

{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}

ToolConfig interface

Tool config. This config is shared for all tools provided in the request.

<b>Signature:</b>

typescript
export interface ToolConfig 

Properties

PropertyTypeDescription
functionCallingConfigFunctionCallingConfig

ToolConfig.functionCallingConfig

<b>Signature:</b>

typescript
functionCallingConfig?: FunctionCallingConfig;