Enumeration Behavior

Defines the function behavior. Defaults to BLOCKING.

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.