@our-llm/shared 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@our-llm/shared",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./workflow-events": {
@@ -17,7 +17,7 @@
17
17
  // 工作流开始事件的 data
18
18
  export interface WorkflowStartData {
19
19
  t: string // threadId
20
- ti: string // title (会话标题,默认为工作流名称)
20
+ ti?: string // title (会话标题,默认为工作流名称,新对话会有,追问会话就不会再有了)
21
21
  }
22
22
 
23
23
  // 节点开始事件的 data