kb-cloud-client-typescript 2.3.0-alpha.225 → 2.3.0-alpha.227
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/adminapi/apis/aiagent-api.d.ts +41 -179
- package/dist/adminapi/apis/aiagent-api.d.ts.map +1 -1
- package/dist/adminapi/apis/aiagent-api.js +98 -180
- package/dist/adminapi/apis/aiagent-api.js.map +1 -1
- package/dist/adminapi/apis/dms-api.d.ts +81 -0
- package/dist/adminapi/apis/dms-api.d.ts.map +1 -1
- package/dist/adminapi/apis/dms-api.js +85 -0
- package/dist/adminapi/apis/dms-api.js.map +1 -1
- package/dist/adminapi/apis/shared-api.d.ts +81 -0
- package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
- package/dist/adminapi/apis/shared-api.js +85 -0
- package/dist/adminapi/apis/shared-api.js.map +1 -1
- package/dist/adminapi/models/dms-execution-plan-edge-rows.d.ts +31 -0
- package/dist/adminapi/models/dms-execution-plan-edge-rows.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-edge-rows.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-edge-rows.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-edge.d.ts +56 -0
- package/dist/adminapi/models/dms-execution-plan-edge.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-edge.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-edge.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-mode.d.ts +24 -0
- package/dist/adminapi/models/dms-execution-plan-mode.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-mode.js +28 -0
- package/dist/adminapi/models/dms-execution-plan-mode.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-category.d.ts +31 -0
- package/dist/adminapi/models/dms-execution-plan-node-category.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-category.js +35 -0
- package/dist/adminapi/models/dms-execution-plan-node-category.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-conditions.d.ts +49 -0
- package/dist/adminapi/models/dms-execution-plan-node-conditions.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-conditions.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-node-conditions.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-cost.d.ts +43 -0
- package/dist/adminapi/models/dms-execution-plan-node-cost.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-cost.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-node-cost.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-rows.d.ts +49 -0
- package/dist/adminapi/models/dms-execution-plan-node-rows.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-rows.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-node-rows.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-timing.d.ts +43 -0
- package/dist/adminapi/models/dms-execution-plan-node-timing.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-timing.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-node-timing.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node.d.ts +122 -0
- package/dist/adminapi/models/dms-execution-plan-node.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-node.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-raw-format.d.ts +24 -0
- package/dist/adminapi/models/dms-execution-plan-raw-format.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-raw-format.js +28 -0
- package/dist/adminapi/models/dms-execution-plan-raw-format.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-result.d.ts +106 -0
- package/dist/adminapi/models/dms-execution-plan-result.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-result.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-result.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-summary.d.ts +67 -0
- package/dist/adminapi/models/dms-execution-plan-summary.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-summary.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-summary.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-warning-severity.d.ts +23 -0
- package/dist/adminapi/models/dms-execution-plan-warning-severity.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-warning-severity.js +27 -0
- package/dist/adminapi/models/dms-execution-plan-warning-severity.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-warning.d.ts +44 -0
- package/dist/adminapi/models/dms-execution-plan-warning.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-warning.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-warning.js.map +1 -0
- package/dist/adminapi/models/dms-visual-explain-request.d.ts +37 -0
- package/dist/adminapi/models/dms-visual-explain-request.d.ts.map +1 -0
- package/dist/adminapi/models/dms-visual-explain-request.js +16 -0
- package/dist/adminapi/models/dms-visual-explain-request.js.map +1 -0
- package/dist/adminapi/models/index.d.ts +15 -0
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +15 -0
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/openapi/apis/dms-api.d.ts +81 -0
- package/dist/openapi/apis/dms-api.d.ts.map +1 -1
- package/dist/openapi/apis/dms-api.js +85 -0
- package/dist/openapi/apis/dms-api.js.map +1 -1
- package/dist/openapi/apis/shared-api.d.ts +81 -0
- package/dist/openapi/apis/shared-api.d.ts.map +1 -1
- package/dist/openapi/apis/shared-api.js +85 -0
- package/dist/openapi/apis/shared-api.js.map +1 -1
- package/dist/openapi/models/dms-execution-plan-edge-rows.d.ts +31 -0
- package/dist/openapi/models/dms-execution-plan-edge-rows.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-edge-rows.js +16 -0
- package/dist/openapi/models/dms-execution-plan-edge-rows.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-edge.d.ts +56 -0
- package/dist/openapi/models/dms-execution-plan-edge.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-edge.js +16 -0
- package/dist/openapi/models/dms-execution-plan-edge.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-mode.d.ts +24 -0
- package/dist/openapi/models/dms-execution-plan-mode.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-mode.js +28 -0
- package/dist/openapi/models/dms-execution-plan-mode.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-category.d.ts +31 -0
- package/dist/openapi/models/dms-execution-plan-node-category.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-category.js +35 -0
- package/dist/openapi/models/dms-execution-plan-node-category.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-conditions.d.ts +49 -0
- package/dist/openapi/models/dms-execution-plan-node-conditions.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-conditions.js +16 -0
- package/dist/openapi/models/dms-execution-plan-node-conditions.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-cost.d.ts +43 -0
- package/dist/openapi/models/dms-execution-plan-node-cost.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-cost.js +16 -0
- package/dist/openapi/models/dms-execution-plan-node-cost.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-rows.d.ts +49 -0
- package/dist/openapi/models/dms-execution-plan-node-rows.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-rows.js +16 -0
- package/dist/openapi/models/dms-execution-plan-node-rows.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-timing.d.ts +43 -0
- package/dist/openapi/models/dms-execution-plan-node-timing.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-timing.js +16 -0
- package/dist/openapi/models/dms-execution-plan-node-timing.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node.d.ts +122 -0
- package/dist/openapi/models/dms-execution-plan-node.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node.js +16 -0
- package/dist/openapi/models/dms-execution-plan-node.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-raw-format.d.ts +24 -0
- package/dist/openapi/models/dms-execution-plan-raw-format.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-raw-format.js +28 -0
- package/dist/openapi/models/dms-execution-plan-raw-format.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-result.d.ts +106 -0
- package/dist/openapi/models/dms-execution-plan-result.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-result.js +16 -0
- package/dist/openapi/models/dms-execution-plan-result.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-summary.d.ts +67 -0
- package/dist/openapi/models/dms-execution-plan-summary.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-summary.js +16 -0
- package/dist/openapi/models/dms-execution-plan-summary.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-warning-severity.d.ts +23 -0
- package/dist/openapi/models/dms-execution-plan-warning-severity.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-warning-severity.js +27 -0
- package/dist/openapi/models/dms-execution-plan-warning-severity.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-warning.d.ts +44 -0
- package/dist/openapi/models/dms-execution-plan-warning.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-warning.js +16 -0
- package/dist/openapi/models/dms-execution-plan-warning.js.map +1 -0
- package/dist/openapi/models/dms-visual-explain-request.d.ts +37 -0
- package/dist/openapi/models/dms-visual-explain-request.d.ts.map +1 -0
- package/dist/openapi/models/dms-visual-explain-request.js +16 -0
- package/dist/openapi/models/dms-visual-explain-request.js.map +1 -0
- package/dist/openapi/models/index.d.ts +15 -0
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +15 -0
- package/dist/openapi/models/index.js.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +15 -0
- package/src/adminapi/apis/aiagent-api.ts +101 -304
- package/src/adminapi/apis/dms-api.ts +142 -0
- package/src/adminapi/apis/shared-api.ts +142 -0
- package/src/adminapi/models/dms-execution-plan-edge-rows.ts +36 -0
- package/src/adminapi/models/dms-execution-plan-edge.ts +63 -0
- package/src/adminapi/models/dms-execution-plan-mode.ts +33 -0
- package/src/adminapi/models/dms-execution-plan-node-category.ts +40 -0
- package/src/adminapi/models/dms-execution-plan-node-conditions.ts +54 -0
- package/src/adminapi/models/dms-execution-plan-node-cost.ts +48 -0
- package/src/adminapi/models/dms-execution-plan-node-rows.ts +54 -0
- package/src/adminapi/models/dms-execution-plan-node-timing.ts +48 -0
- package/src/adminapi/models/dms-execution-plan-node.ts +137 -0
- package/src/adminapi/models/dms-execution-plan-raw-format.ts +33 -0
- package/src/adminapi/models/dms-execution-plan-result.ts +125 -0
- package/src/adminapi/models/dms-execution-plan-summary.ts +72 -0
- package/src/adminapi/models/dms-execution-plan-warning-severity.ts +32 -0
- package/src/adminapi/models/dms-execution-plan-warning.ts +53 -0
- package/src/adminapi/models/dms-visual-explain-request.ts +42 -0
- package/src/adminapi/models/index.ts +15 -0
- package/src/adminapi.yaml +394 -94
- package/src/openapi/.openapi-generator/FILES +15 -0
- package/src/openapi/apis/dms-api.ts +142 -0
- package/src/openapi/apis/shared-api.ts +142 -0
- package/src/openapi/models/dms-execution-plan-edge-rows.ts +36 -0
- package/src/openapi/models/dms-execution-plan-edge.ts +63 -0
- package/src/openapi/models/dms-execution-plan-mode.ts +33 -0
- package/src/openapi/models/dms-execution-plan-node-category.ts +40 -0
- package/src/openapi/models/dms-execution-plan-node-conditions.ts +54 -0
- package/src/openapi/models/dms-execution-plan-node-cost.ts +48 -0
- package/src/openapi/models/dms-execution-plan-node-rows.ts +54 -0
- package/src/openapi/models/dms-execution-plan-node-timing.ts +48 -0
- package/src/openapi/models/dms-execution-plan-node.ts +137 -0
- package/src/openapi/models/dms-execution-plan-raw-format.ts +33 -0
- package/src/openapi/models/dms-execution-plan-result.ts +125 -0
- package/src/openapi/models/dms-execution-plan-summary.ts +72 -0
- package/src/openapi/models/dms-execution-plan-warning-severity.ts +32 -0
- package/src/openapi/models/dms-execution-plan-warning.ts +53 -0
- package/src/openapi/models/dms-visual-explain-request.ts +42 -0
- package/src/openapi/models/index.ts +15 -0
- package/src/openapi.yaml +377 -0
|
@@ -34,107 +34,95 @@ export declare const AIAgentApiAxiosParamCreator: (configuration?: Configuration
|
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
36
36
|
* @summary Approve one AI diagnosis tool confirmation
|
|
37
|
-
* @param {string} orgName
|
|
38
37
|
* @param {string} conversationId
|
|
39
38
|
* @param {string} confirmationId
|
|
40
39
|
* @param {AiAgentToolConfirmationDecisionRequest} [aiAgentToolConfirmationDecisionRequest]
|
|
41
40
|
* @param {*} [options] Override http request option.
|
|
42
41
|
* @throws {RequiredError}
|
|
43
42
|
*/
|
|
44
|
-
approveAIAgentToolConfirmation: (
|
|
43
|
+
approveAIAgentToolConfirmation: (conversationId: string, confirmationId: string, aiAgentToolConfirmationDecisionRequest?: AiAgentToolConfirmationDecisionRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
45
44
|
/**
|
|
46
45
|
*
|
|
47
46
|
* @summary Browse a generated AI diagnosis report artifact
|
|
48
|
-
* @param {string} orgName
|
|
49
47
|
* @param {string} conversationId
|
|
50
48
|
* @param {string} actionId
|
|
51
49
|
* @param {string} artifactId
|
|
52
50
|
* @param {*} [options] Override http request option.
|
|
53
51
|
* @throws {RequiredError}
|
|
54
52
|
*/
|
|
55
|
-
browseAIAgentTurnActionArtifact: (
|
|
53
|
+
browseAIAgentTurnActionArtifact: (conversationId: string, actionId: string, artifactId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
54
|
/**
|
|
57
55
|
*
|
|
58
56
|
* @summary Create an AI diagnosis conversation
|
|
59
|
-
* @param {string} orgName
|
|
60
57
|
* @param {AiAgentCreateConversationRequest} aiAgentCreateConversationRequest
|
|
61
58
|
* @param {*} [options] Override http request option.
|
|
62
59
|
* @throws {RequiredError}
|
|
63
60
|
*/
|
|
64
|
-
createAIAgentConversation: (
|
|
61
|
+
createAIAgentConversation: (aiAgentCreateConversationRequest: AiAgentCreateConversationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
65
62
|
/**
|
|
66
63
|
*
|
|
67
64
|
* @summary Delete an AI diagnosis conversation
|
|
68
|
-
* @param {string} orgName
|
|
69
65
|
* @param {string} conversationId
|
|
70
66
|
* @param {*} [options] Override http request option.
|
|
71
67
|
* @throws {RequiredError}
|
|
72
68
|
*/
|
|
73
|
-
deleteAIAgentConversation: (
|
|
69
|
+
deleteAIAgentConversation: (conversationId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
74
70
|
/**
|
|
75
71
|
*
|
|
76
72
|
* @summary Download a generated AI diagnosis report artifact
|
|
77
|
-
* @param {string} orgName
|
|
78
73
|
* @param {string} conversationId
|
|
79
74
|
* @param {string} actionId
|
|
80
75
|
* @param {string} artifactId
|
|
81
76
|
* @param {*} [options] Override http request option.
|
|
82
77
|
* @throws {RequiredError}
|
|
83
78
|
*/
|
|
84
|
-
downloadAIAgentTurnActionArtifact: (
|
|
79
|
+
downloadAIAgentTurnActionArtifact: (conversationId: string, actionId: string, artifactId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
85
80
|
/**
|
|
86
81
|
*
|
|
87
82
|
* @summary Get an AI diagnosis conversation
|
|
88
|
-
* @param {string} orgName
|
|
89
83
|
* @param {string} conversationId
|
|
90
84
|
* @param {*} [options] Override http request option.
|
|
91
85
|
* @throws {RequiredError}
|
|
92
86
|
*/
|
|
93
|
-
getAIAgentConversation: (
|
|
87
|
+
getAIAgentConversation: (conversationId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
94
88
|
/**
|
|
95
89
|
*
|
|
96
90
|
* @summary Get AI diagnosis agent status
|
|
97
|
-
* @param {string} orgName
|
|
98
91
|
* @param {*} [options] Override http request option.
|
|
99
92
|
* @throws {RequiredError}
|
|
100
93
|
*/
|
|
101
|
-
getAIAgentStatus: (
|
|
94
|
+
getAIAgentStatus: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
102
95
|
/**
|
|
103
96
|
*
|
|
104
97
|
* @summary Get one stable AI diagnosis turn process action
|
|
105
|
-
* @param {string} orgName
|
|
106
98
|
* @param {string} conversationId
|
|
107
99
|
* @param {string} actionId
|
|
108
100
|
* @param {*} [options] Override http request option.
|
|
109
101
|
* @throws {RequiredError}
|
|
110
102
|
*/
|
|
111
|
-
getAIAgentTurnAction: (
|
|
103
|
+
getAIAgentTurnAction: (conversationId: string, actionId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
112
104
|
/**
|
|
113
|
-
*
|
|
105
|
+
* Lists platform AI diagnosis conversations for the current admin user. Admin global entry and admin cluster-detail entry share the same history.
|
|
114
106
|
* @summary List AI diagnosis conversations
|
|
115
|
-
* @param {string} orgName
|
|
116
107
|
* @param {number} [limit]
|
|
117
108
|
* @param {string} [after]
|
|
118
|
-
* @param {string} [clusterName]
|
|
119
109
|
* @param {*} [options] Override http request option.
|
|
120
110
|
* @throws {RequiredError}
|
|
121
111
|
*/
|
|
122
|
-
listAIAgentConversations: (
|
|
112
|
+
listAIAgentConversations: (limit?: number, after?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
123
113
|
/**
|
|
124
114
|
*
|
|
125
115
|
* @summary List AI diagnosis conversation messages
|
|
126
|
-
* @param {string} orgName
|
|
127
116
|
* @param {string} conversationId
|
|
128
117
|
* @param {string} [after]
|
|
129
118
|
* @param {number} [limit]
|
|
130
119
|
* @param {*} [options] Override http request option.
|
|
131
120
|
* @throws {RequiredError}
|
|
132
121
|
*/
|
|
133
|
-
listAIAgentMessages: (
|
|
122
|
+
listAIAgentMessages: (conversationId: string, after?: string, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
134
123
|
/**
|
|
135
124
|
*
|
|
136
125
|
* @summary List stable AI diagnosis turn process actions
|
|
137
|
-
* @param {string} orgName
|
|
138
126
|
* @param {string} conversationId
|
|
139
127
|
* @param {string} [turnId]
|
|
140
128
|
* @param {string} [after]
|
|
@@ -142,47 +130,43 @@ export declare const AIAgentApiAxiosParamCreator: (configuration?: Configuration
|
|
|
142
130
|
* @param {*} [options] Override http request option.
|
|
143
131
|
* @throws {RequiredError}
|
|
144
132
|
*/
|
|
145
|
-
listAIAgentTurnActions: (
|
|
133
|
+
listAIAgentTurnActions: (conversationId: string, turnId?: string, after?: string, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
146
134
|
/**
|
|
147
135
|
*
|
|
148
136
|
* @summary Reject one AI diagnosis tool confirmation
|
|
149
|
-
* @param {string} orgName
|
|
150
137
|
* @param {string} conversationId
|
|
151
138
|
* @param {string} confirmationId
|
|
152
139
|
* @param {AiAgentToolConfirmationDecisionRequest} [aiAgentToolConfirmationDecisionRequest]
|
|
153
140
|
* @param {*} [options] Override http request option.
|
|
154
141
|
* @throws {RequiredError}
|
|
155
142
|
*/
|
|
156
|
-
rejectAIAgentToolConfirmation: (
|
|
143
|
+
rejectAIAgentToolConfirmation: (conversationId: string, confirmationId: string, aiAgentToolConfirmationDecisionRequest?: AiAgentToolConfirmationDecisionRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
157
144
|
/**
|
|
158
145
|
*
|
|
159
146
|
* @summary Send a user message and start or continue AI diagnosis
|
|
160
|
-
* @param {string} orgName
|
|
161
147
|
* @param {string} conversationId
|
|
162
148
|
* @param {AiAgentSendMessageRequest} aiAgentSendMessageRequest
|
|
163
149
|
* @param {*} [options] Override http request option.
|
|
164
150
|
* @throws {RequiredError}
|
|
165
151
|
*/
|
|
166
|
-
sendAIAgentMessage: (
|
|
152
|
+
sendAIAgentMessage: (conversationId: string, aiAgentSendMessageRequest: AiAgentSendMessageRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
167
153
|
/**
|
|
168
154
|
*
|
|
169
155
|
* @summary Stop the current AI diagnosis turn
|
|
170
|
-
* @param {string} orgName
|
|
171
156
|
* @param {string} conversationId
|
|
172
157
|
* @param {*} [options] Override http request option.
|
|
173
158
|
* @throws {RequiredError}
|
|
174
159
|
*/
|
|
175
|
-
stopAIAgentConversation: (
|
|
160
|
+
stopAIAgentConversation: (conversationId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
176
161
|
/**
|
|
177
162
|
*
|
|
178
163
|
* @summary Subscribe to AI diagnosis conversation events
|
|
179
|
-
* @param {string} orgName
|
|
180
164
|
* @param {string} conversationId
|
|
181
165
|
* @param {string} [after]
|
|
182
166
|
* @param {*} [options] Override http request option.
|
|
183
167
|
* @throws {RequiredError}
|
|
184
168
|
*/
|
|
185
|
-
subscribeAIAgentConversationEvents: (
|
|
169
|
+
subscribeAIAgentConversationEvents: (conversationId: string, after?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
186
170
|
};
|
|
187
171
|
/**
|
|
188
172
|
* AIAgentApi - functional programming interface
|
|
@@ -192,107 +176,95 @@ export declare const AIAgentApiFp: (configuration?: Configuration) => {
|
|
|
192
176
|
/**
|
|
193
177
|
*
|
|
194
178
|
* @summary Approve one AI diagnosis tool confirmation
|
|
195
|
-
* @param {string} orgName
|
|
196
179
|
* @param {string} conversationId
|
|
197
180
|
* @param {string} confirmationId
|
|
198
181
|
* @param {AiAgentToolConfirmationDecisionRequest} [aiAgentToolConfirmationDecisionRequest]
|
|
199
182
|
* @param {*} [options] Override http request option.
|
|
200
183
|
* @throws {RequiredError}
|
|
201
184
|
*/
|
|
202
|
-
approveAIAgentToolConfirmation(
|
|
185
|
+
approveAIAgentToolConfirmation(conversationId: string, confirmationId: string, aiAgentToolConfirmationDecisionRequest?: AiAgentToolConfirmationDecisionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentToolConfirmationDecisionResponse>>;
|
|
203
186
|
/**
|
|
204
187
|
*
|
|
205
188
|
* @summary Browse a generated AI diagnosis report artifact
|
|
206
|
-
* @param {string} orgName
|
|
207
189
|
* @param {string} conversationId
|
|
208
190
|
* @param {string} actionId
|
|
209
191
|
* @param {string} artifactId
|
|
210
192
|
* @param {*} [options] Override http request option.
|
|
211
193
|
* @throws {RequiredError}
|
|
212
194
|
*/
|
|
213
|
-
browseAIAgentTurnActionArtifact(
|
|
195
|
+
browseAIAgentTurnActionArtifact(conversationId: string, actionId: string, artifactId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
214
196
|
/**
|
|
215
197
|
*
|
|
216
198
|
* @summary Create an AI diagnosis conversation
|
|
217
|
-
* @param {string} orgName
|
|
218
199
|
* @param {AiAgentCreateConversationRequest} aiAgentCreateConversationRequest
|
|
219
200
|
* @param {*} [options] Override http request option.
|
|
220
201
|
* @throws {RequiredError}
|
|
221
202
|
*/
|
|
222
|
-
createAIAgentConversation(
|
|
203
|
+
createAIAgentConversation(aiAgentCreateConversationRequest: AiAgentCreateConversationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentConversation>>;
|
|
223
204
|
/**
|
|
224
205
|
*
|
|
225
206
|
* @summary Delete an AI diagnosis conversation
|
|
226
|
-
* @param {string} orgName
|
|
227
207
|
* @param {string} conversationId
|
|
228
208
|
* @param {*} [options] Override http request option.
|
|
229
209
|
* @throws {RequiredError}
|
|
230
210
|
*/
|
|
231
|
-
deleteAIAgentConversation(
|
|
211
|
+
deleteAIAgentConversation(conversationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentDeleteConversationResponse>>;
|
|
232
212
|
/**
|
|
233
213
|
*
|
|
234
214
|
* @summary Download a generated AI diagnosis report artifact
|
|
235
|
-
* @param {string} orgName
|
|
236
215
|
* @param {string} conversationId
|
|
237
216
|
* @param {string} actionId
|
|
238
217
|
* @param {string} artifactId
|
|
239
218
|
* @param {*} [options] Override http request option.
|
|
240
219
|
* @throws {RequiredError}
|
|
241
220
|
*/
|
|
242
|
-
downloadAIAgentTurnActionArtifact(
|
|
221
|
+
downloadAIAgentTurnActionArtifact(conversationId: string, actionId: string, artifactId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
243
222
|
/**
|
|
244
223
|
*
|
|
245
224
|
* @summary Get an AI diagnosis conversation
|
|
246
|
-
* @param {string} orgName
|
|
247
225
|
* @param {string} conversationId
|
|
248
226
|
* @param {*} [options] Override http request option.
|
|
249
227
|
* @throws {RequiredError}
|
|
250
228
|
*/
|
|
251
|
-
getAIAgentConversation(
|
|
229
|
+
getAIAgentConversation(conversationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentConversation>>;
|
|
252
230
|
/**
|
|
253
231
|
*
|
|
254
232
|
* @summary Get AI diagnosis agent status
|
|
255
|
-
* @param {string} orgName
|
|
256
233
|
* @param {*} [options] Override http request option.
|
|
257
234
|
* @throws {RequiredError}
|
|
258
235
|
*/
|
|
259
|
-
getAIAgentStatus(
|
|
236
|
+
getAIAgentStatus(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentRuntimeStatus>>;
|
|
260
237
|
/**
|
|
261
238
|
*
|
|
262
239
|
* @summary Get one stable AI diagnosis turn process action
|
|
263
|
-
* @param {string} orgName
|
|
264
240
|
* @param {string} conversationId
|
|
265
241
|
* @param {string} actionId
|
|
266
242
|
* @param {*} [options] Override http request option.
|
|
267
243
|
* @throws {RequiredError}
|
|
268
244
|
*/
|
|
269
|
-
getAIAgentTurnAction(
|
|
245
|
+
getAIAgentTurnAction(conversationId: string, actionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentTurnAction>>;
|
|
270
246
|
/**
|
|
271
|
-
*
|
|
247
|
+
* Lists platform AI diagnosis conversations for the current admin user. Admin global entry and admin cluster-detail entry share the same history.
|
|
272
248
|
* @summary List AI diagnosis conversations
|
|
273
|
-
* @param {string} orgName
|
|
274
249
|
* @param {number} [limit]
|
|
275
250
|
* @param {string} [after]
|
|
276
|
-
* @param {string} [clusterName]
|
|
277
251
|
* @param {*} [options] Override http request option.
|
|
278
252
|
* @throws {RequiredError}
|
|
279
253
|
*/
|
|
280
|
-
listAIAgentConversations(
|
|
254
|
+
listAIAgentConversations(limit?: number, after?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentConversationList>>;
|
|
281
255
|
/**
|
|
282
256
|
*
|
|
283
257
|
* @summary List AI diagnosis conversation messages
|
|
284
|
-
* @param {string} orgName
|
|
285
258
|
* @param {string} conversationId
|
|
286
259
|
* @param {string} [after]
|
|
287
260
|
* @param {number} [limit]
|
|
288
261
|
* @param {*} [options] Override http request option.
|
|
289
262
|
* @throws {RequiredError}
|
|
290
263
|
*/
|
|
291
|
-
listAIAgentMessages(
|
|
264
|
+
listAIAgentMessages(conversationId: string, after?: string, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentMessageList>>;
|
|
292
265
|
/**
|
|
293
266
|
*
|
|
294
267
|
* @summary List stable AI diagnosis turn process actions
|
|
295
|
-
* @param {string} orgName
|
|
296
268
|
* @param {string} conversationId
|
|
297
269
|
* @param {string} [turnId]
|
|
298
270
|
* @param {string} [after]
|
|
@@ -300,47 +272,43 @@ export declare const AIAgentApiFp: (configuration?: Configuration) => {
|
|
|
300
272
|
* @param {*} [options] Override http request option.
|
|
301
273
|
* @throws {RequiredError}
|
|
302
274
|
*/
|
|
303
|
-
listAIAgentTurnActions(
|
|
275
|
+
listAIAgentTurnActions(conversationId: string, turnId?: string, after?: string, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentTurnActionList>>;
|
|
304
276
|
/**
|
|
305
277
|
*
|
|
306
278
|
* @summary Reject one AI diagnosis tool confirmation
|
|
307
|
-
* @param {string} orgName
|
|
308
279
|
* @param {string} conversationId
|
|
309
280
|
* @param {string} confirmationId
|
|
310
281
|
* @param {AiAgentToolConfirmationDecisionRequest} [aiAgentToolConfirmationDecisionRequest]
|
|
311
282
|
* @param {*} [options] Override http request option.
|
|
312
283
|
* @throws {RequiredError}
|
|
313
284
|
*/
|
|
314
|
-
rejectAIAgentToolConfirmation(
|
|
285
|
+
rejectAIAgentToolConfirmation(conversationId: string, confirmationId: string, aiAgentToolConfirmationDecisionRequest?: AiAgentToolConfirmationDecisionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentToolConfirmationDecisionResponse>>;
|
|
315
286
|
/**
|
|
316
287
|
*
|
|
317
288
|
* @summary Send a user message and start or continue AI diagnosis
|
|
318
|
-
* @param {string} orgName
|
|
319
289
|
* @param {string} conversationId
|
|
320
290
|
* @param {AiAgentSendMessageRequest} aiAgentSendMessageRequest
|
|
321
291
|
* @param {*} [options] Override http request option.
|
|
322
292
|
* @throws {RequiredError}
|
|
323
293
|
*/
|
|
324
|
-
sendAIAgentMessage(
|
|
294
|
+
sendAIAgentMessage(conversationId: string, aiAgentSendMessageRequest: AiAgentSendMessageRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentSendMessageResponse>>;
|
|
325
295
|
/**
|
|
326
296
|
*
|
|
327
297
|
* @summary Stop the current AI diagnosis turn
|
|
328
|
-
* @param {string} orgName
|
|
329
298
|
* @param {string} conversationId
|
|
330
299
|
* @param {*} [options] Override http request option.
|
|
331
300
|
* @throws {RequiredError}
|
|
332
301
|
*/
|
|
333
|
-
stopAIAgentConversation(
|
|
302
|
+
stopAIAgentConversation(conversationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentStopConversationResponse>>;
|
|
334
303
|
/**
|
|
335
304
|
*
|
|
336
305
|
* @summary Subscribe to AI diagnosis conversation events
|
|
337
|
-
* @param {string} orgName
|
|
338
306
|
* @param {string} conversationId
|
|
339
307
|
* @param {string} [after]
|
|
340
308
|
* @param {*} [options] Override http request option.
|
|
341
309
|
* @throws {RequiredError}
|
|
342
310
|
*/
|
|
343
|
-
subscribeAIAgentConversationEvents(
|
|
311
|
+
subscribeAIAgentConversationEvents(conversationId: string, after?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentEvent>>;
|
|
344
312
|
};
|
|
345
313
|
/**
|
|
346
314
|
* AIAgentApi - factory interface
|
|
@@ -398,11 +366,10 @@ export declare const AIAgentApiFactory: (configuration?: Configuration, basePath
|
|
|
398
366
|
/**
|
|
399
367
|
*
|
|
400
368
|
* @summary Get AI diagnosis agent status
|
|
401
|
-
* @param {AIAgentApiGetAIAgentStatusRequest} requestParameters Request parameters.
|
|
402
369
|
* @param {*} [options] Override http request option.
|
|
403
370
|
* @throws {RequiredError}
|
|
404
371
|
*/
|
|
405
|
-
getAIAgentStatus(
|
|
372
|
+
getAIAgentStatus(options?: RawAxiosRequestConfig): AxiosPromise<AiAgentRuntimeStatus>;
|
|
406
373
|
/**
|
|
407
374
|
*
|
|
408
375
|
* @summary Get one stable AI diagnosis turn process action
|
|
@@ -412,13 +379,13 @@ export declare const AIAgentApiFactory: (configuration?: Configuration, basePath
|
|
|
412
379
|
*/
|
|
413
380
|
getAIAgentTurnAction(requestParameters: AIAgentApiGetAIAgentTurnActionRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentTurnAction>;
|
|
414
381
|
/**
|
|
415
|
-
*
|
|
382
|
+
* Lists platform AI diagnosis conversations for the current admin user. Admin global entry and admin cluster-detail entry share the same history.
|
|
416
383
|
* @summary List AI diagnosis conversations
|
|
417
384
|
* @param {AIAgentApiListAIAgentConversationsRequest} requestParameters Request parameters.
|
|
418
385
|
* @param {*} [options] Override http request option.
|
|
419
386
|
* @throws {RequiredError}
|
|
420
387
|
*/
|
|
421
|
-
listAIAgentConversations(requestParameters
|
|
388
|
+
listAIAgentConversations(requestParameters?: AIAgentApiListAIAgentConversationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentConversationList>;
|
|
422
389
|
/**
|
|
423
390
|
*
|
|
424
391
|
* @summary List AI diagnosis conversation messages
|
|
@@ -531,12 +498,11 @@ export interface AIAgentApiInterface {
|
|
|
531
498
|
/**
|
|
532
499
|
*
|
|
533
500
|
* @summary Get AI diagnosis agent status
|
|
534
|
-
* @param {AIAgentApiGetAIAgentStatusRequest} requestParameters Request parameters.
|
|
535
501
|
* @param {*} [options] Override http request option.
|
|
536
502
|
* @throws {RequiredError}
|
|
537
503
|
* @memberof AIAgentApiInterface
|
|
538
504
|
*/
|
|
539
|
-
getAIAgentStatus(
|
|
505
|
+
getAIAgentStatus(options?: RawAxiosRequestConfig): AxiosPromise<AiAgentRuntimeStatus>;
|
|
540
506
|
/**
|
|
541
507
|
*
|
|
542
508
|
* @summary Get one stable AI diagnosis turn process action
|
|
@@ -547,14 +513,14 @@ export interface AIAgentApiInterface {
|
|
|
547
513
|
*/
|
|
548
514
|
getAIAgentTurnAction(requestParameters: AIAgentApiGetAIAgentTurnActionRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentTurnAction>;
|
|
549
515
|
/**
|
|
550
|
-
*
|
|
516
|
+
* Lists platform AI diagnosis conversations for the current admin user. Admin global entry and admin cluster-detail entry share the same history.
|
|
551
517
|
* @summary List AI diagnosis conversations
|
|
552
518
|
* @param {AIAgentApiListAIAgentConversationsRequest} requestParameters Request parameters.
|
|
553
519
|
* @param {*} [options] Override http request option.
|
|
554
520
|
* @throws {RequiredError}
|
|
555
521
|
* @memberof AIAgentApiInterface
|
|
556
522
|
*/
|
|
557
|
-
listAIAgentConversations(requestParameters
|
|
523
|
+
listAIAgentConversations(requestParameters?: AIAgentApiListAIAgentConversationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentConversationList>;
|
|
558
524
|
/**
|
|
559
525
|
*
|
|
560
526
|
* @summary List AI diagnosis conversation messages
|
|
@@ -616,12 +582,6 @@ export interface AIAgentApiInterface {
|
|
|
616
582
|
* @interface AIAgentApiApproveAIAgentToolConfirmationRequest
|
|
617
583
|
*/
|
|
618
584
|
export interface AIAgentApiApproveAIAgentToolConfirmationRequest {
|
|
619
|
-
/**
|
|
620
|
-
*
|
|
621
|
-
* @type {string}
|
|
622
|
-
* @memberof AIAgentApiApproveAIAgentToolConfirmation
|
|
623
|
-
*/
|
|
624
|
-
readonly orgName: string;
|
|
625
585
|
/**
|
|
626
586
|
*
|
|
627
587
|
* @type {string}
|
|
@@ -647,12 +607,6 @@ export interface AIAgentApiApproveAIAgentToolConfirmationRequest {
|
|
|
647
607
|
* @interface AIAgentApiBrowseAIAgentTurnActionArtifactRequest
|
|
648
608
|
*/
|
|
649
609
|
export interface AIAgentApiBrowseAIAgentTurnActionArtifactRequest {
|
|
650
|
-
/**
|
|
651
|
-
*
|
|
652
|
-
* @type {string}
|
|
653
|
-
* @memberof AIAgentApiBrowseAIAgentTurnActionArtifact
|
|
654
|
-
*/
|
|
655
|
-
readonly orgName: string;
|
|
656
610
|
/**
|
|
657
611
|
*
|
|
658
612
|
* @type {string}
|
|
@@ -678,12 +632,6 @@ export interface AIAgentApiBrowseAIAgentTurnActionArtifactRequest {
|
|
|
678
632
|
* @interface AIAgentApiCreateAIAgentConversationRequest
|
|
679
633
|
*/
|
|
680
634
|
export interface AIAgentApiCreateAIAgentConversationRequest {
|
|
681
|
-
/**
|
|
682
|
-
*
|
|
683
|
-
* @type {string}
|
|
684
|
-
* @memberof AIAgentApiCreateAIAgentConversation
|
|
685
|
-
*/
|
|
686
|
-
readonly orgName: string;
|
|
687
635
|
/**
|
|
688
636
|
*
|
|
689
637
|
* @type {AiAgentCreateConversationRequest}
|
|
@@ -697,12 +645,6 @@ export interface AIAgentApiCreateAIAgentConversationRequest {
|
|
|
697
645
|
* @interface AIAgentApiDeleteAIAgentConversationRequest
|
|
698
646
|
*/
|
|
699
647
|
export interface AIAgentApiDeleteAIAgentConversationRequest {
|
|
700
|
-
/**
|
|
701
|
-
*
|
|
702
|
-
* @type {string}
|
|
703
|
-
* @memberof AIAgentApiDeleteAIAgentConversation
|
|
704
|
-
*/
|
|
705
|
-
readonly orgName: string;
|
|
706
648
|
/**
|
|
707
649
|
*
|
|
708
650
|
* @type {string}
|
|
@@ -716,12 +658,6 @@ export interface AIAgentApiDeleteAIAgentConversationRequest {
|
|
|
716
658
|
* @interface AIAgentApiDownloadAIAgentTurnActionArtifactRequest
|
|
717
659
|
*/
|
|
718
660
|
export interface AIAgentApiDownloadAIAgentTurnActionArtifactRequest {
|
|
719
|
-
/**
|
|
720
|
-
*
|
|
721
|
-
* @type {string}
|
|
722
|
-
* @memberof AIAgentApiDownloadAIAgentTurnActionArtifact
|
|
723
|
-
*/
|
|
724
|
-
readonly orgName: string;
|
|
725
661
|
/**
|
|
726
662
|
*
|
|
727
663
|
* @type {string}
|
|
@@ -747,12 +683,6 @@ export interface AIAgentApiDownloadAIAgentTurnActionArtifactRequest {
|
|
|
747
683
|
* @interface AIAgentApiGetAIAgentConversationRequest
|
|
748
684
|
*/
|
|
749
685
|
export interface AIAgentApiGetAIAgentConversationRequest {
|
|
750
|
-
/**
|
|
751
|
-
*
|
|
752
|
-
* @type {string}
|
|
753
|
-
* @memberof AIAgentApiGetAIAgentConversation
|
|
754
|
-
*/
|
|
755
|
-
readonly orgName: string;
|
|
756
686
|
/**
|
|
757
687
|
*
|
|
758
688
|
* @type {string}
|
|
@@ -760,31 +690,12 @@ export interface AIAgentApiGetAIAgentConversationRequest {
|
|
|
760
690
|
*/
|
|
761
691
|
readonly conversationId: string;
|
|
762
692
|
}
|
|
763
|
-
/**
|
|
764
|
-
* Request parameters for getAIAgentStatus operation in AIAgentApi.
|
|
765
|
-
* @export
|
|
766
|
-
* @interface AIAgentApiGetAIAgentStatusRequest
|
|
767
|
-
*/
|
|
768
|
-
export interface AIAgentApiGetAIAgentStatusRequest {
|
|
769
|
-
/**
|
|
770
|
-
*
|
|
771
|
-
* @type {string}
|
|
772
|
-
* @memberof AIAgentApiGetAIAgentStatus
|
|
773
|
-
*/
|
|
774
|
-
readonly orgName: string;
|
|
775
|
-
}
|
|
776
693
|
/**
|
|
777
694
|
* Request parameters for getAIAgentTurnAction operation in AIAgentApi.
|
|
778
695
|
* @export
|
|
779
696
|
* @interface AIAgentApiGetAIAgentTurnActionRequest
|
|
780
697
|
*/
|
|
781
698
|
export interface AIAgentApiGetAIAgentTurnActionRequest {
|
|
782
|
-
/**
|
|
783
|
-
*
|
|
784
|
-
* @type {string}
|
|
785
|
-
* @memberof AIAgentApiGetAIAgentTurnAction
|
|
786
|
-
*/
|
|
787
|
-
readonly orgName: string;
|
|
788
699
|
/**
|
|
789
700
|
*
|
|
790
701
|
* @type {string}
|
|
@@ -804,12 +715,6 @@ export interface AIAgentApiGetAIAgentTurnActionRequest {
|
|
|
804
715
|
* @interface AIAgentApiListAIAgentConversationsRequest
|
|
805
716
|
*/
|
|
806
717
|
export interface AIAgentApiListAIAgentConversationsRequest {
|
|
807
|
-
/**
|
|
808
|
-
*
|
|
809
|
-
* @type {string}
|
|
810
|
-
* @memberof AIAgentApiListAIAgentConversations
|
|
811
|
-
*/
|
|
812
|
-
readonly orgName: string;
|
|
813
718
|
/**
|
|
814
719
|
*
|
|
815
720
|
* @type {number}
|
|
@@ -822,12 +727,6 @@ export interface AIAgentApiListAIAgentConversationsRequest {
|
|
|
822
727
|
* @memberof AIAgentApiListAIAgentConversations
|
|
823
728
|
*/
|
|
824
729
|
readonly after?: string;
|
|
825
|
-
/**
|
|
826
|
-
*
|
|
827
|
-
* @type {string}
|
|
828
|
-
* @memberof AIAgentApiListAIAgentConversations
|
|
829
|
-
*/
|
|
830
|
-
readonly clusterName?: string;
|
|
831
730
|
}
|
|
832
731
|
/**
|
|
833
732
|
* Request parameters for listAIAgentMessages operation in AIAgentApi.
|
|
@@ -835,12 +734,6 @@ export interface AIAgentApiListAIAgentConversationsRequest {
|
|
|
835
734
|
* @interface AIAgentApiListAIAgentMessagesRequest
|
|
836
735
|
*/
|
|
837
736
|
export interface AIAgentApiListAIAgentMessagesRequest {
|
|
838
|
-
/**
|
|
839
|
-
*
|
|
840
|
-
* @type {string}
|
|
841
|
-
* @memberof AIAgentApiListAIAgentMessages
|
|
842
|
-
*/
|
|
843
|
-
readonly orgName: string;
|
|
844
737
|
/**
|
|
845
738
|
*
|
|
846
739
|
* @type {string}
|
|
@@ -866,12 +759,6 @@ export interface AIAgentApiListAIAgentMessagesRequest {
|
|
|
866
759
|
* @interface AIAgentApiListAIAgentTurnActionsRequest
|
|
867
760
|
*/
|
|
868
761
|
export interface AIAgentApiListAIAgentTurnActionsRequest {
|
|
869
|
-
/**
|
|
870
|
-
*
|
|
871
|
-
* @type {string}
|
|
872
|
-
* @memberof AIAgentApiListAIAgentTurnActions
|
|
873
|
-
*/
|
|
874
|
-
readonly orgName: string;
|
|
875
762
|
/**
|
|
876
763
|
*
|
|
877
764
|
* @type {string}
|
|
@@ -903,12 +790,6 @@ export interface AIAgentApiListAIAgentTurnActionsRequest {
|
|
|
903
790
|
* @interface AIAgentApiRejectAIAgentToolConfirmationRequest
|
|
904
791
|
*/
|
|
905
792
|
export interface AIAgentApiRejectAIAgentToolConfirmationRequest {
|
|
906
|
-
/**
|
|
907
|
-
*
|
|
908
|
-
* @type {string}
|
|
909
|
-
* @memberof AIAgentApiRejectAIAgentToolConfirmation
|
|
910
|
-
*/
|
|
911
|
-
readonly orgName: string;
|
|
912
793
|
/**
|
|
913
794
|
*
|
|
914
795
|
* @type {string}
|
|
@@ -934,12 +815,6 @@ export interface AIAgentApiRejectAIAgentToolConfirmationRequest {
|
|
|
934
815
|
* @interface AIAgentApiSendAIAgentMessageRequest
|
|
935
816
|
*/
|
|
936
817
|
export interface AIAgentApiSendAIAgentMessageRequest {
|
|
937
|
-
/**
|
|
938
|
-
*
|
|
939
|
-
* @type {string}
|
|
940
|
-
* @memberof AIAgentApiSendAIAgentMessage
|
|
941
|
-
*/
|
|
942
|
-
readonly orgName: string;
|
|
943
818
|
/**
|
|
944
819
|
*
|
|
945
820
|
* @type {string}
|
|
@@ -959,12 +834,6 @@ export interface AIAgentApiSendAIAgentMessageRequest {
|
|
|
959
834
|
* @interface AIAgentApiStopAIAgentConversationRequest
|
|
960
835
|
*/
|
|
961
836
|
export interface AIAgentApiStopAIAgentConversationRequest {
|
|
962
|
-
/**
|
|
963
|
-
*
|
|
964
|
-
* @type {string}
|
|
965
|
-
* @memberof AIAgentApiStopAIAgentConversation
|
|
966
|
-
*/
|
|
967
|
-
readonly orgName: string;
|
|
968
837
|
/**
|
|
969
838
|
*
|
|
970
839
|
* @type {string}
|
|
@@ -978,12 +847,6 @@ export interface AIAgentApiStopAIAgentConversationRequest {
|
|
|
978
847
|
* @interface AIAgentApiSubscribeAIAgentConversationEventsRequest
|
|
979
848
|
*/
|
|
980
849
|
export interface AIAgentApiSubscribeAIAgentConversationEventsRequest {
|
|
981
|
-
/**
|
|
982
|
-
*
|
|
983
|
-
* @type {string}
|
|
984
|
-
* @memberof AIAgentApiSubscribeAIAgentConversationEvents
|
|
985
|
-
*/
|
|
986
|
-
readonly orgName: string;
|
|
987
850
|
/**
|
|
988
851
|
*
|
|
989
852
|
* @type {string}
|
|
@@ -1061,12 +924,11 @@ export declare class AIAgentApi extends BaseAPI implements AIAgentApiInterface {
|
|
|
1061
924
|
/**
|
|
1062
925
|
*
|
|
1063
926
|
* @summary Get AI diagnosis agent status
|
|
1064
|
-
* @param {AIAgentApiGetAIAgentStatusRequest} requestParameters Request parameters.
|
|
1065
927
|
* @param {*} [options] Override http request option.
|
|
1066
928
|
* @throws {RequiredError}
|
|
1067
929
|
* @memberof AIAgentApi
|
|
1068
930
|
*/
|
|
1069
|
-
getAIAgentStatus(
|
|
931
|
+
getAIAgentStatus(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AiAgentRuntimeStatus, any, {}>>;
|
|
1070
932
|
/**
|
|
1071
933
|
*
|
|
1072
934
|
* @summary Get one stable AI diagnosis turn process action
|
|
@@ -1077,14 +939,14 @@ export declare class AIAgentApi extends BaseAPI implements AIAgentApiInterface {
|
|
|
1077
939
|
*/
|
|
1078
940
|
getAIAgentTurnAction(requestParameters: AIAgentApiGetAIAgentTurnActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AiAgentTurnAction, any, {}>>;
|
|
1079
941
|
/**
|
|
1080
|
-
*
|
|
942
|
+
* Lists platform AI diagnosis conversations for the current admin user. Admin global entry and admin cluster-detail entry share the same history.
|
|
1081
943
|
* @summary List AI diagnosis conversations
|
|
1082
944
|
* @param {AIAgentApiListAIAgentConversationsRequest} requestParameters Request parameters.
|
|
1083
945
|
* @param {*} [options] Override http request option.
|
|
1084
946
|
* @throws {RequiredError}
|
|
1085
947
|
* @memberof AIAgentApi
|
|
1086
948
|
*/
|
|
1087
|
-
listAIAgentConversations(requestParameters
|
|
949
|
+
listAIAgentConversations(requestParameters?: AIAgentApiListAIAgentConversationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AiAgentConversationList, any, {}>>;
|
|
1088
950
|
/**
|
|
1089
951
|
*
|
|
1090
952
|
* @summary List AI diagnosis conversation messages
|