Platform
Overview
auth_check (source)
auth_check (source)auth_check() -> boolflush (source)
flush (source)flush() -> None# Record some spans and scores
with interactiveai.start_as_current_span(name="operation") as span:
# Do work...
pass
# Ensure all data is sent to InteractiveAI before proceeding
interactiveai.flush()
# Continue with other workplatform (source)
platform (source)shutdown (source)
shutdown (source)Last updated
Was this helpful?

