@relevanceai/sdk 1.102.0 → 1.103.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.
|
@@ -10644,6 +10644,7 @@ export interface components {
|
|
|
10644
10644
|
answer?: string;
|
|
10645
10645
|
status?: string;
|
|
10646
10646
|
message?: string;
|
|
10647
|
+
question?: string;
|
|
10647
10648
|
};
|
|
10648
10649
|
/**
|
|
10649
10650
|
* @description Total number of documents matched in the dataset.
|
|
@@ -11145,6 +11146,7 @@ export interface components {
|
|
|
11145
11146
|
answer?: string;
|
|
11146
11147
|
status?: string;
|
|
11147
11148
|
message?: string;
|
|
11149
|
+
question?: string;
|
|
11148
11150
|
};
|
|
11149
11151
|
/**
|
|
11150
11152
|
* @description Total number of documents matched in the dataset.
|
package/package.json
CHANGED