@builder.io/ai-utils 0.3.23 → 0.4.0
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 +1 -1
- package/src/events.ts +3 -0
package/package.json
CHANGED
package/src/events.ts
CHANGED
|
@@ -122,6 +122,9 @@ export interface AppAcceptRejectEvent {
|
|
|
122
122
|
|
|
123
123
|
export interface AppMessageEditCustomInstructionsEvent {
|
|
124
124
|
type: "assistant.app.messages.editCustomInstructions";
|
|
125
|
+
data: {
|
|
126
|
+
hasChatMessages: boolean;
|
|
127
|
+
};
|
|
125
128
|
}
|
|
126
129
|
|
|
127
130
|
export interface AppAttachmentTemplateEvent {
|