@alicloud/aimiaobi20230801 1.20.4 → 1.20.5
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/client.d.ts +2 -0
- package/dist/client.js +143 -790
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +147 -790
package/dist/client.d.ts
CHANGED
|
@@ -22698,6 +22698,7 @@ export declare class RunDocBrainmapRequest extends $dara.Model {
|
|
|
22698
22698
|
* llm-xxx
|
|
22699
22699
|
*/
|
|
22700
22700
|
workspaceId?: string;
|
|
22701
|
+
referenceContent?: string;
|
|
22701
22702
|
static names(): {
|
|
22702
22703
|
[key: string]: string;
|
|
22703
22704
|
};
|
|
@@ -22774,6 +22775,7 @@ export declare class RunDocIntroductionRequest extends $dara.Model {
|
|
|
22774
22775
|
* xxxx
|
|
22775
22776
|
*/
|
|
22776
22777
|
workspaceId?: string;
|
|
22778
|
+
referenceContent?: string;
|
|
22777
22779
|
static names(): {
|
|
22778
22780
|
[key: string]: string;
|
|
22779
22781
|
};
|