@tellescope/types-models 1.233.0 → 1.233.1

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.
@@ -5131,6 +5131,7 @@ export type AIConversationMessage = {
5131
5131
  tokens: number;
5132
5132
  content?: AICOnversationMessageContent[];
5133
5133
  userId?: string;
5134
+ systemPrompt?: string;
5134
5135
  };
5135
5136
  export interface AIConversation_readonly extends ClientRecord {
5136
5137
  }
@@ -5142,6 +5143,7 @@ export interface AIConversation_required {
5142
5143
  export interface AIConversation_updatesDisabled {
5143
5144
  }
5144
5145
  export interface AIConversation extends AIConversation_readonly, AIConversation_required, AIConversation_updatesDisabled {
5146
+ orchestrationId?: string;
5145
5147
  }
5146
5148
  export interface InboxThread_readonly extends ClientRecord {
5147
5149
  }