Interface protos.google.ai.generativelanguage.v1beta.IFunctionResponse (3.7.0)

Properties of a FunctionResponse.

Package

@google-ai/generativelanguage

Properties

id

id?: (string|null);

FunctionResponse id

name

name?: (string|null);

FunctionResponse name

parts

parts?: (google.ai.generativelanguage.v1beta.IFunctionResponsePart[]|null);

FunctionResponse parts

response

response?: (google.protobuf.IStruct|null);

FunctionResponse response

scheduling

scheduling?: (google.ai.generativelanguage.v1beta.FunctionResponse.Scheduling|keyof typeof google.ai.generativelanguage.v1beta.FunctionResponse.Scheduling|null);

FunctionResponse scheduling

willContinue

willContinue?: (boolean|null);

FunctionResponse willContinue