You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Give Logfire time to complete any pending exports
128
+
print("Shutting down Logfire...")
129
+
logfire.shutdown()
130
+
# Small delay to ensure export completes
131
+
time.sleep(0.5)
132
+
print("Logfire shutdown complete.")
133
+
126
134
127
135
if__name__=="__main__":
128
136
query=f"Add the current time and fix the mermaid diagram syntax using the validator: {invalid_mermaid_diagram_easy}. Return only the fixed mermaid diagram between backticks."
0 commit comments