executionType property

String? executionType
getter/setter pair

The execution type of the tool.

Optional. Possible string values are:

  • "EXECUTION_TYPE_UNSPECIFIED" : The execution type is unspecified. Defaults to SYNCHRONOUS if unspecified.
  • "SYNCHRONOUS" : The tool is executed synchronously. The session is blocked until the tool returns.
  • "ASYNCHRONOUS" : The tool is executed asynchronously. The session will continue while the tool is executing.

Implementation

core.String? executionType;