@builder.io/ai-utils 0.0.36 → 0.0.37
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/dist/events.d.ts +2 -0
- package/package.json +1 -1
package/dist/events.d.ts
CHANGED
|
@@ -258,6 +258,7 @@ export interface ThreadMessageFeedback {
|
|
|
258
258
|
*/
|
|
259
259
|
messageId: string;
|
|
260
260
|
userId: string;
|
|
261
|
+
commitId?: string;
|
|
261
262
|
feedbackText: string;
|
|
262
263
|
thread: Thread;
|
|
263
264
|
platformId: string;
|
|
@@ -288,6 +289,7 @@ export interface ThreadMessageCompletedEvent {
|
|
|
288
289
|
export interface ThreadMessageCompleted {
|
|
289
290
|
platformId: string;
|
|
290
291
|
threadId: string;
|
|
292
|
+
commitId?: string;
|
|
291
293
|
message: AssistantMessage;
|
|
292
294
|
}
|
|
293
295
|
export interface ThreadRunRequiresActionEvent {
|