Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.45 KB

vertexai.functionresponsepart.md

File metadata and controls

60 lines (42 loc) · 1.45 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 %}

FunctionResponsePart interface

Content part interface if the part represents FunctionResponse.

Signature:

export interface FunctionResponsePart 

Properties

Property Type Description
functionCall never
functionResponse FunctionResponse
inlineData never
text never

FunctionResponsePart.functionCall

Signature:

functionCall?: never;

FunctionResponsePart.functionResponse

Signature:

functionResponse: FunctionResponse;

FunctionResponsePart.inlineData

Signature:

inlineData?: never;

FunctionResponsePart.text

Signature:

text?: never;