Skip to content

Commit c887b8b

Browse files
fix: remove the default doc
1 parent f3e662b commit c887b8b

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

apps/webapp/app/components/logs/log-text-collapse.tsx

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -21,39 +21,12 @@ interface LogTextCollapseProps {
2121

2222
export function LogTextCollapse({
2323
text,
24-
24+
document,
2525
labels,
2626
}: LogTextCollapseProps) {
2727
const { logId } = useParams();
2828
const navigate = useNavigate();
2929

30-
const document = {
31-
"id": "62c294ca-3ffe-487c-b979-f123adf8afba",
32-
"createdAt": "2026-01-28T17:20:30.455Z",
33-
"updatedAt": "2026-01-28T18:17:29.914Z",
34-
"deleted": null,
35-
"sessionId": "persona-v2-9f2bc133-c45b-4d35-b058-fda912ff12a5",
36-
"title": "Persona",
37-
"content": "# PERSONA\n\n> Generated: 2026-01-28\n> Sections: 1\n> Total statements: 6\n\n## BEHAVIORS\n\n- Fetches Gmail inbox and sent messages in batches\n- Analyzes sent email writing style regularly\n- Provides concise update insights from email and calendar\n- Summarizes findings as markdown profile\n- Uses connected Gmail and Calendar for core workflows\n[Confidence: HIGH]",
38-
"labelIds": [
39-
"cmkyaiyrz003amq1nynjmrqw3"
40-
],
41-
"source": "persona-v2",
42-
"metadata": {
43-
"version": "v2",
44-
"generatedAt": "2026-01-28T18:17:29.914Z"
45-
},
46-
"type": "DOCUMENT",
47-
"version": 1,
48-
"contentHash": null,
49-
"chunkHashes": [],
50-
"editedBy": "cmkyaiyqe0038mq1n2inov9tn",
51-
"workspaceId": "9f2bc133-c45b-4d35-b058-fda912ff12a5",
52-
"status": null,
53-
"error": null,
54-
"ingestionQueueCount": 0
55-
}
56-
5730
// Show collapse if text is long (by word count)
5831
const COLLAPSE_WORD_LIMIT = 30;
5932

apps/webapp/trigger.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { syncEnvVars } from "@trigger.dev/build/extensions/core";
33
import { prismaExtension } from "@trigger.dev/build/extensions/prisma";
44

55
export default defineConfig({
6-
project: "proj_rqzienlgunapvvmnekxm",
6+
project: process.env.TRIGGER_PROJECT_ID as string,
77
runtime: "node-22",
88
logLevel: "log",
99
// The max compute seconds a task is allowed to run. If the task run exceeds this duration, it will be stopped.

0 commit comments

Comments
 (0)