get_runtime#

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

获取当前的框架和运行时详细信息。

Returns:

当前应用程序实例的框架和运行时。

Return type:

元组[Framework, Runtime]