/// migrate((app) => { const collection = new Collection({ "createRule": "", "deleteRule": "", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "help": "", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "help": "", "hidden": false, "id": "text_llm_task", "max": 0, "min": 0, "name": "task", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "help": "", "hidden": false, "id": "text_llm_model", "max": 0, "min": 0, "name": "model", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "help": "", "hidden": false, "id": "text_llm_tier", "max": 0, "min": 0, "name": "tier", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "help": "", "hidden": false, "id": "number_llm_duration", "max": null, "min": null, "name": "duration_ms", "onlyInt": false, "presentable": false, "required": false, "system": false, "type": "number" }, { "help": "", "hidden": false, "id": "number_llm_input", "max": null, "min": null, "name": "input_tokens", "onlyInt": false, "presentable": false, "required": false, "system": false, "type": "number" }, { "help": "", "hidden": false, "id": "number_llm_output", "max": null, "min": null, "name": "output_tokens", "onlyInt": false, "presentable": false, "required": false, "system": false, "type": "number" }, { "help": "", "hidden": false, "id": "number_llm_cache_r", "max": null, "min": null, "name": "cache_read_tokens", "onlyInt": false, "presentable": false, "required": false, "system": false, "type": "number" }, { "help": "", "hidden": false, "id": "number_llm_cache_c", "max": null, "min": null, "name": "cache_create_tokens", "onlyInt": false, "presentable": false, "required": false, "system": false, "type": "number" }, { "autogeneratePattern": "", "help": "", "hidden": false, "id": "text_llm_stop", "max": 0, "min": 0, "name": "stop_reason", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "bool_llm_ok", "name": "ok", "presentable": false, "required": false, "system": false, "type": "bool" }, { "autogeneratePattern": "", "help": "", "hidden": false, "id": "text_llm_err", "max": 0, "min": 0, "name": "error_msg", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "autodate_llm_created", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate_llm_updated", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" } ], "id": "pbc_llm_calls_001", "indexes": [ "CREATE INDEX `idx_llm_calls_created` ON `llm_calls` (`created`)", "CREATE INDEX `idx_llm_calls_task` ON `llm_calls` (`task`)" ], "listRule": "", "name": "llm_calls", "system": false, "type": "base", "updateRule": "", "viewRule": "" }); return app.save(collection); }, (app) => { const collection = app.findCollectionByNameOrId("pbc_llm_calls_001"); return app.delete(collection); })