nonBlocking constant
FunctionDeclaration_Behavior
const nonBlocking
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.
Implementation
static const nonBlocking = FunctionDeclaration_Behavior('NON_BLOCKING');