@crewx/sdk 0.9.0-rc.78 → 0.9.0-rc.79

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.
@@ -110,6 +110,8 @@ export interface RenderContext {
110
110
  };
111
111
  context?: Record<string, any>;
112
112
  semanticContinuity?: import('../conversation/types.js').SemanticContinuityContext;
113
+ thread_state?: import('../conversation/types.js').ConversationThreadState;
114
+ threadState?: import('../conversation/types.js').ConversationThreadState;
113
115
  contextOptions?: {
114
116
  goals: boolean | string | string[];
115
117
  daily: boolean;