FunctionCallPart interface

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

Signature:

export interface FunctionCallPart 

أماكن إقامة

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

الدالة FunctionCallPart.functionCall

Signature:

functionCall: FunctionCall;

الدالة FunctionCallPart.functionResponse.

Signature:

functionResponse?: never;

الدالة FunctionCallلديك.inlineData

Signature:

inlineData?: never;

الدالة FunctionCallPart.text

Signature:

text?: never;