FunctionResponsePart interface

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

Signature:

export interface FunctionResponsePart 

أماكن إقامة

الموقع Type الوصف
functionCall مطلقًا
وظيفةResponse FunctionResponse
البيانات المضمّنة مطلقًا
نص مطلقًا

FunctionResponsepart.functionCall

Signature:

functionCall?: never;

FunctionResponsepart.functionResponse

Signature:

functionResponse: FunctionResponse;

FunctionResponsepart.inlineData.

Signature:

inlineData?: never;

FunctionResponseالجزء.text

Signature:

text?: never;