Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.37 KB

vertexai.functioncallpart.md

File metadata and controls

60 lines (42 loc) · 1.37 KB

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 %}

FunctionCallPart interface

Content part interface if the part represents a FunctionCall.

Signature:

export interface FunctionCallPart 

Properties

Property Type Description
functionCall FunctionCall
functionResponse never
inlineData never
text never

FunctionCallPart.functionCall

Signature:

functionCall: FunctionCall;

FunctionCallPart.functionResponse

Signature:

functionResponse?: never;

FunctionCallPart.inlineData

Signature:

inlineData?: never;

FunctionCallPart.text

Signature:

text?: never;