FunctionResponsePart interface

อินเทอร์เฟซส่วนเนื้อหาถ้าส่วนนั้นแสดง FunctionResponse

ลายเซ็น:

export interface FunctionResponsePart 

พร็อพเพอร์ตี้

พร็อพเพอร์ตี้ ประเภท คำอธิบาย
FunctionCall ไม่มี
functionResponse FunctionResponse
ข้อมูลในบรรทัด ไม่มี
ข้อความ ไม่มี

FunctionResponsePart.functionCall

ลายเซ็น:

functionCall?: never;

FunctionResponsePart.functionResponse

ลายเซ็น:

functionResponse: FunctionResponse;

FunctionResponsePart.inlineData

ลายเซ็น:

inlineData?: never;

FunctionResponsePart.text

ลายเซ็น:

text?: never;