environmentsget_environmentget_environment(
name: Literal['sandbox', 'live', 'staging_sandbox', 'staging_live', 'custom']
) → EnvironmentInfo
Get the environment configuration by name.
Args:
name: The name of the environment.Returns:
EnvironmentInfo: The environment configuration.Raises:
ValueError: If the environment name is not defined.EnvironmentInfoData class to store environment information.
Attributes:
frontend (str): Frontend URLbackend (str): Backend URLproxy (str): Proxy URLhelicone_url (str): Helicone URL__init____init__(
backend: str,
proxy: str,
helicone_url: str,
frontend: str = None
) → None
This file was automatically generated via lazydocs.