FunctionResponsePart interface

واجهة جزء من المحتوى إذا كان الجزء يمثّل FunctionResponse.

Signature:

export interface FunctionResponsePart 

أماكن إقامة

الموقع النوع الوصف
FunctionCall إطلاقاً
FunctionResponse FunctionResponse
inlineData إطلاقاً
نص إطلاقاً

الدالة FunctionResponsePart.functionCall.

Signature:

functionCall?: never;

الدالة FunctionResponse شريحة.دالّة الاستجابة

Signature:

functionResponse: FunctionResponse;

FunctionResponsePART.inlineData.

Signature:

inlineData?: never;

FunctionResponsePART.text.

Signature:

text?: never;