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
Migrate prompts to track async timings: remove duration_ms and add started (BIGINT NOT NULL, default epoch) and completed (BIGINT nullable). Update API and Pydantic schemas to return and accept started/completed, initialize response and completed as NULL on create, and set started to provided value or current epoch. Includes SQL and Python migration scripts, bumps package version to 2.0.1, and tweaks app metadata.
0 commit comments