@bavard/agent-config
Advanced tools
Comparing version 0.0.44 to 0.0.45
@@ -18,6 +18,7 @@ export declare enum EResponseOptionTypes { | ||
type: EResponseOptionTypes.IMAGE; | ||
intent: string; | ||
intent?: string; | ||
text: string; | ||
imageName: string; | ||
caption?: string; | ||
hyperlink?: string; | ||
} | ||
@@ -24,0 +25,0 @@ export interface IHyperlinkOption extends IResponseOptionBase { |
{ | ||
"name": "@bavard/agent-config", | ||
"version": "0.0.44", | ||
"version": "0.0.45", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -21,6 +21,7 @@ export enum EResponseOptionTypes { | ||
type: EResponseOptionTypes.IMAGE; | ||
intent: string; | ||
intent?: string; | ||
text: string; | ||
imageName: string; | ||
caption?: string; | ||
hyperlink?: string; | ||
} | ||
@@ -27,0 +28,0 @@ |
181675
5075