25 lines
No EOL
944 B
Python
25 lines
No EOL
944 B
Python
###############################################################################
|
|
#
|
|
# Welcome to Baml! To use this generated code, please run the following:
|
|
#
|
|
# $ pip install baml
|
|
#
|
|
###############################################################################
|
|
|
|
# This file was generated by BAML: please do not edit it. Instead, edit the
|
|
# BAML files and re-generate this code.
|
|
#
|
|
# ruff: noqa: E501,F401
|
|
# flake8: noqa: E501,F401
|
|
# pylint: disable=unused-import,line-too-long
|
|
# fmt: off
|
|
from .globals import DO_NOT_USE_DIRECTLY_UNLESS_YOU_KNOW_WHAT_YOURE_DOING_CTX
|
|
|
|
trace = DO_NOT_USE_DIRECTLY_UNLESS_YOU_KNOW_WHAT_YOURE_DOING_CTX.trace_fn
|
|
set_tags = DO_NOT_USE_DIRECTLY_UNLESS_YOU_KNOW_WHAT_YOURE_DOING_CTX.upsert_tags
|
|
def flush():
|
|
DO_NOT_USE_DIRECTLY_UNLESS_YOU_KNOW_WHAT_YOURE_DOING_CTX.flush()
|
|
on_log_event = DO_NOT_USE_DIRECTLY_UNLESS_YOU_KNOW_WHAT_YOURE_DOING_CTX.on_log_event
|
|
|
|
|
|
__all__ = ['trace', 'set_tags', "flush", "on_log_event"] |