langchain_community.utilities.pebblo.get_runtime¶

langchain_community.utilities.pebblo.get_runtime() Tuple[Framework, Runtime][source]¶

Fetch the current Framework and Runtime details.

Returns

Framework and Runtime for the current app instance.

Return type

Tuple[Framework, Runtime]