FunctionResponsePart interface

内容部分接口(如果该部分表示 FunctionResponse)。

签名

export interface FunctionResponsePart 

属性

属性 类型 说明
函数调用 永不
函数响应 FunctionResponse
inlineData 永不
文本 永不

FunctionResponsePart.functionCall

签名

functionCall?: never;

FunctionResponsePart.functionResponse

签名

functionResponse: FunctionResponse;

FunctionResponsePart.inlineData

签名

inlineData?: never;

FunctionResponsePart.text

签名

text?: never;