fix: add standard fields to thread-start record
小橘 <xiaoju@shazhou.work>
This commit is contained in:
@@ -26,6 +26,9 @@ async function buildThreadDetailRecords(
|
||||
const records: unknown[] = [
|
||||
{
|
||||
type: "thread-start",
|
||||
role: null,
|
||||
content: `workflow: ${resolved.bundleHash ?? "unknown"}`,
|
||||
timestamp: null,
|
||||
threadId: resolved.threadId,
|
||||
bundleHash: resolved.bundleHash,
|
||||
head: resolved.head,
|
||||
|
||||
Reference in New Issue
Block a user