timeout property

String? timeout
getter/setter pair

The timeout for the tool execution.

If not set, the default timeout is 30 seconds for SYNCHRONOUS tools and 60 seconds for ASYNCHRONOUS tools.

Optional.

Implementation

core.String? timeout;