TextPart interface

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

Signature:

export interface TextPart 

أماكن إقامة

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

دالات Textpart.دالّة

Signature:

functionCall?: never;

Textpart.functionResponse.

Signature:

functionResponse?: never;

Textpart.inlineData

Signature:

inlineData?: never;

النص

Signature:

text: string;