Skip to main content

supports_runtime_mode

Method
This is a method of the TurnRuntimeProtocol class in the protocols module.
Check if this runtime supports the given execution mode.

Signature

Parameters

RuntimeMode
required
The runtime mode to check

Returns

bool
True if the mode is supported, False otherwise

Source

View on GitHub

praisonaiagents/runtime/protocols.py at line 75