chat_history
01Cursor rule
// 1. Thread Entity (Created once per conversation) const thread = { type: "Thread", value: { title: "Code Review Discussion", createdat: "2024-03-20T10:30:00Z", status: "active", modelconfig: { modelname: "claude-3-sonnet", temperature: 0.7, maxtokens: 1000 }, metadata: { totalmessages: 0, conversationduration: "0…
1 1y ago A 0 tokens