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;