pub fn get_runtime_environment() -> &'static RuntimeEnvironment
Expand description
Get information about the FerricLink runtime environment.
This function returns a cached instance of the runtime environment
information, similar to LangChain’s get_runtime_environment()
.
§Returns
A RuntimeEnvironment
struct with information about the runtime environment.