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
Currently exportReport() outputs JSON. Add a exportCSV(report) function that outputs a CSV string with columns: timestamp, model, input_tokens, output_tokens, cost, and any meta fields.
Currently
exportReport()outputs JSON. Add aexportCSV(report)function that outputs a CSV string with columns: timestamp, model, input_tokens, output_tokens, cost, and any meta fields.