lumnisai 0.1.1 → 0.1.2
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/index.d.cts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -308,6 +308,7 @@ interface ResponseObject {
|
|
|
308
308
|
inputMessages: Message[];
|
|
309
309
|
outputText?: string | null;
|
|
310
310
|
content?: string | null;
|
|
311
|
+
responseTitle?: string | null;
|
|
311
312
|
structuredResponse?: Record<string, any> | null;
|
|
312
313
|
artifacts?: ResponseArtifact[] | null;
|
|
313
314
|
createdAt: string;
|
package/dist/index.d.mts
CHANGED
|
@@ -308,6 +308,7 @@ interface ResponseObject {
|
|
|
308
308
|
inputMessages: Message[];
|
|
309
309
|
outputText?: string | null;
|
|
310
310
|
content?: string | null;
|
|
311
|
+
responseTitle?: string | null;
|
|
311
312
|
structuredResponse?: Record<string, any> | null;
|
|
312
313
|
artifacts?: ResponseArtifact[] | null;
|
|
313
314
|
createdAt: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -308,6 +308,7 @@ interface ResponseObject {
|
|
|
308
308
|
inputMessages: Message[];
|
|
309
309
|
outputText?: string | null;
|
|
310
310
|
content?: string | null;
|
|
311
|
+
responseTitle?: string | null;
|
|
311
312
|
structuredResponse?: Record<string, any> | null;
|
|
312
313
|
artifacts?: ResponseArtifact[] | null;
|
|
313
314
|
createdAt: string;
|