View module source on GitHubDocumentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Trace utilities for decorators for automatic logging and instrumentation of functions and methods.
View module source on GitHubDocumentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
def current_logger() -> Optional[Logger]
def current_trace() -> Optional[Trace]
def trace(logger: Logger,
id: Optional[Union[str, Callable]] = None,
sessionId: Optional[Union[str, Callable]] = None,
name: Optional[str] = None,
tags: Optional[dict] = None,
evaluators: Optional[List[str]] = None,
evaluator_variables: Optional[Dict[str, str]] = None)
Was this page helpful?