GenerateContentResponse interface

Indywidualna odpowiedź z metod GenerativeModel.generateContent() i GenerativeModel.generateContentStream(). generateContentStream() będzie zwracać po jednej w każdym fragmencie, dopóki strumień nie zostanie ukończony.

Podpis:

export interface GenerateContentResponse 

Właściwości

Właściwość Typ Opis
kandydaci GenerateContentCandidate[]
promptFeedback PromptFeedback
usageMetadata UsageMetadata,

GenerateContentResponse.candidates

Podpis:

candidates?: GenerateContentCandidate[];

GenerateContentResponse.promptFeedback

Podpis:

promptFeedback?: PromptFeedback;

GenerateContentResponse.usageMetadata

Podpis:

usageMetadata?: UsageMetadata;