Enumeration Behavior

Specifies the function Behavior. Currently only supported by the BidiGenerateContent method. This enum is not supported in Vertex AI.

Enumeration Members

Enumeration Members

BLOCKING: "BLOCKING"

If set, the system will wait to receive the function response before continuing the conversation.

NON_BLOCKING: "NON_BLOCKING"

If set, the system will not wait to receive the function response. Instead, it will attempt to handle function responses as they become available while maintaining the conversation between the user and the model.

UNSPECIFIED: "UNSPECIFIED"

This value is unused.