pub fn get_runtime_environment() -> &'static RuntimeEnvironmentExpand 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.