FunctionResponsePart interface

部分代表 FunctionResponse 的內容部分介面。

簽名:

export interface FunctionResponsePart 

屬性

屬性 類型 說明
functionCall 永不
functionResponse FunctionResponse
內嵌資料 永不
文字 永不

FunctionResponsePart.functionCall

簽名:

functionCall?: never;

FunctionResponsePart.functionResponse

簽名:

functionResponse: FunctionResponse;

FunctionResponsePart.inlineData

簽名:

inlineData?: never;

FunctionResponsePart.text

簽名:

text?: never;