FunctionResponsePart interface

パーツが FunctionResponse を表す場合、コンテンツ パーツのインターフェース。

署名:

export interface FunctionResponsePart 

プロパティ

プロパティ タイプ 説明
functionCall 期限なし
functionResponse FunctionResponse
inlineData 期限なし
テキスト 期限なし

FunctionResponsePart.functionCall

署名:

functionCall?: never;

FunctionResponsePart.functionResponse

署名:

functionResponse: FunctionResponse;

FunctionResponsePart.inlineData

署名:

inlineData?: never;

FunctionResponsePart.text

署名:

text?: never;