kb-cloud-client-typescript 2.3.0-alpha.63 → 2.3.0-alpha.65
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/README.md +29 -46
- package/dist/adminapi/apis/aiagent-api.d.ts +237 -836
- package/dist/adminapi/apis/aiagent-api.d.ts.map +1 -1
- package/dist/adminapi/apis/aiagent-api.js +215 -847
- package/dist/adminapi/apis/aiagent-api.js.map +1 -1
- package/dist/adminapi/models/ai-agent-conversation-list.d.ts +11 -3
- package/dist/adminapi/models/ai-agent-conversation-list.d.ts.map +1 -1
- package/dist/adminapi/models/ai-agent-conversation-status.d.ts +3 -3
- package/dist/adminapi/models/ai-agent-conversation-status.js +4 -4
- package/dist/adminapi/models/ai-agent-conversation-status.js.map +1 -1
- package/dist/adminapi/models/ai-agent-conversation.d.ts +13 -19
- package/dist/adminapi/models/ai-agent-conversation.d.ts.map +1 -1
- package/dist/adminapi/models/ai-agent-create-conversation-request.d.ts +2 -3
- package/dist/adminapi/models/ai-agent-create-conversation-request.d.ts.map +1 -1
- package/dist/adminapi/models/ai-agent-event-type.d.ts +16 -26
- package/dist/adminapi/models/ai-agent-event-type.d.ts.map +1 -1
- package/dist/adminapi/models/ai-agent-event-type.js +16 -26
- package/dist/adminapi/models/ai-agent-event-type.js.map +1 -1
- package/dist/adminapi/models/ai-agent-event.d.ts +11 -18
- package/dist/adminapi/models/ai-agent-event.d.ts.map +1 -1
- package/dist/adminapi/models/ai-agent-message-list.d.ts +11 -3
- package/dist/adminapi/models/ai-agent-message-list.d.ts.map +1 -1
- package/dist/adminapi/models/ai-agent-message-part-type.d.ts +2 -6
- package/dist/adminapi/models/ai-agent-message-part-type.d.ts.map +1 -1
- package/dist/adminapi/models/ai-agent-message-part-type.js +2 -6
- package/dist/adminapi/models/ai-agent-message-part-type.js.map +1 -1
- package/dist/adminapi/models/ai-agent-message-part.d.ts +5 -52
- package/dist/adminapi/models/ai-agent-message-part.d.ts.map +1 -1
- package/dist/adminapi/models/ai-agent-message.d.ts +10 -9
- package/dist/adminapi/models/ai-agent-message.d.ts.map +1 -1
- package/dist/adminapi/models/ai-agent-object-ref.d.ts +0 -18
- package/dist/adminapi/models/ai-agent-object-ref.d.ts.map +1 -1
- package/dist/adminapi/models/ai-agent-runtime-status-code.d.ts +25 -0
- package/dist/adminapi/models/ai-agent-runtime-status-code.d.ts.map +1 -0
- package/dist/adminapi/models/{ai-agent-diagnosis-branch-status.js → ai-agent-runtime-status-code.js} +7 -7
- package/dist/adminapi/models/ai-agent-runtime-status-code.js.map +1 -0
- package/dist/adminapi/models/ai-agent-runtime-status.d.ts +45 -0
- package/dist/adminapi/models/ai-agent-runtime-status.d.ts.map +1 -0
- package/dist/adminapi/models/{ai-agent-event-payload.js → ai-agent-runtime-status.js} +1 -1
- package/dist/adminapi/models/ai-agent-runtime-status.js.map +1 -0
- package/dist/adminapi/models/ai-agent-scope.d.ts +56 -0
- package/dist/adminapi/models/ai-agent-scope.d.ts.map +1 -0
- package/dist/adminapi/models/{ai-agent-stage.js → ai-agent-scope.js} +1 -1
- package/dist/adminapi/models/ai-agent-scope.js.map +1 -0
- package/dist/adminapi/models/{ai-agent-message-input.d.ts → ai-agent-send-message-request.d.ts} +10 -10
- package/dist/adminapi/models/ai-agent-send-message-request.d.ts.map +1 -0
- package/dist/adminapi/models/{ai-agent-checked-scope-item.js → ai-agent-send-message-request.js} +1 -1
- package/dist/adminapi/models/ai-agent-send-message-request.js.map +1 -0
- package/dist/adminapi/models/ai-agent-send-message-response.d.ts +44 -0
- package/dist/adminapi/models/ai-agent-send-message-response.d.ts.map +1 -0
- package/dist/adminapi/models/{ai-agent-action-branch.js → ai-agent-send-message-response.js} +1 -1
- package/dist/adminapi/models/ai-agent-send-message-response.js.map +1 -0
- package/dist/adminapi/models/ai-agent-stop-conversation-response.d.ts +32 -0
- package/dist/adminapi/models/ai-agent-stop-conversation-response.d.ts.map +1 -0
- package/dist/adminapi/models/{ai-agent-artifact-batch-get-request.js → ai-agent-stop-conversation-response.js} +1 -1
- package/dist/adminapi/models/ai-agent-stop-conversation-response.js.map +1 -0
- package/dist/adminapi/models/{ai-agent-pagination.d.ts → ai-agent-tool-confirmation-decision-request.d.ts} +5 -11
- package/dist/adminapi/models/ai-agent-tool-confirmation-decision-request.d.ts.map +1 -0
- package/dist/adminapi/models/{ai-agent-artifact-batch.js → ai-agent-tool-confirmation-decision-request.js} +1 -1
- package/dist/adminapi/models/ai-agent-tool-confirmation-decision-request.js.map +1 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-decision-response.d.ts +38 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-decision-response.d.ts.map +1 -0
- package/dist/adminapi/models/{ai-agent-action-plan.js → ai-agent-tool-confirmation-decision-response.js} +1 -1
- package/dist/adminapi/models/ai-agent-tool-confirmation-decision-response.js.map +1 -0
- package/dist/adminapi/models/{ai-agent-approval-status.d.ts → ai-agent-tool-confirmation-status.d.ts} +3 -5
- package/dist/adminapi/models/ai-agent-tool-confirmation-status.d.ts.map +1 -0
- package/dist/adminapi/models/{ai-agent-approval-status.js → ai-agent-tool-confirmation-status.js} +4 -6
- package/dist/adminapi/models/ai-agent-tool-confirmation-status.js.map +1 -0
- package/dist/adminapi/models/{ai-agent-final-status.d.ts → ai-agent-turn-status.d.ts} +5 -5
- package/dist/adminapi/models/ai-agent-turn-status.d.ts.map +1 -0
- package/dist/adminapi/models/{ai-agent-final-status.js → ai-agent-turn-status.js} +5 -5
- package/dist/adminapi/models/ai-agent-turn-status.js.map +1 -0
- package/dist/adminapi/models/index.d.ts +10 -70
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +10 -70
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/openapi/apis/aiagent-api.d.ts +312 -1720
- package/dist/openapi/apis/aiagent-api.d.ts.map +1 -1
- package/dist/openapi/apis/aiagent-api.js +297 -1806
- package/dist/openapi/apis/aiagent-api.js.map +1 -1
- package/dist/openapi/models/ai-agent-conversation-list.d.ts +11 -3
- package/dist/openapi/models/ai-agent-conversation-list.d.ts.map +1 -1
- package/dist/openapi/models/ai-agent-conversation-status.d.ts +3 -3
- package/dist/openapi/models/ai-agent-conversation-status.js +4 -4
- package/dist/openapi/models/ai-agent-conversation-status.js.map +1 -1
- package/dist/openapi/models/ai-agent-conversation.d.ts +13 -19
- package/dist/openapi/models/ai-agent-conversation.d.ts.map +1 -1
- package/dist/openapi/models/ai-agent-create-conversation-request.d.ts +2 -3
- package/dist/openapi/models/ai-agent-create-conversation-request.d.ts.map +1 -1
- package/dist/openapi/models/ai-agent-event-type.d.ts +16 -26
- package/dist/openapi/models/ai-agent-event-type.d.ts.map +1 -1
- package/dist/openapi/models/ai-agent-event-type.js +16 -26
- package/dist/openapi/models/ai-agent-event-type.js.map +1 -1
- package/dist/openapi/models/ai-agent-event.d.ts +11 -18
- package/dist/openapi/models/ai-agent-event.d.ts.map +1 -1
- package/dist/openapi/models/ai-agent-message-list.d.ts +11 -3
- package/dist/openapi/models/ai-agent-message-list.d.ts.map +1 -1
- package/dist/openapi/models/ai-agent-message-part-type.d.ts +2 -6
- package/dist/openapi/models/ai-agent-message-part-type.d.ts.map +1 -1
- package/dist/openapi/models/ai-agent-message-part-type.js +2 -6
- package/dist/openapi/models/ai-agent-message-part-type.js.map +1 -1
- package/dist/openapi/models/ai-agent-message-part.d.ts +5 -52
- package/dist/openapi/models/ai-agent-message-part.d.ts.map +1 -1
- package/dist/openapi/models/ai-agent-message.d.ts +10 -9
- package/dist/openapi/models/ai-agent-message.d.ts.map +1 -1
- package/dist/openapi/models/ai-agent-object-ref.d.ts +0 -18
- package/dist/openapi/models/ai-agent-object-ref.d.ts.map +1 -1
- package/dist/openapi/models/{ai-agent-diagnosis-branch-status.d.ts → ai-agent-runtime-status-code.d.ts} +7 -7
- package/dist/openapi/models/ai-agent-runtime-status-code.d.ts.map +1 -0
- package/dist/openapi/models/{ai-agent-diagnosis-branch-status.js → ai-agent-runtime-status-code.js} +7 -7
- package/dist/openapi/models/ai-agent-runtime-status-code.js.map +1 -0
- package/dist/openapi/models/{ai-agent-tool-approval-decision-request.d.ts → ai-agent-runtime-status.d.ts} +16 -14
- package/dist/openapi/models/ai-agent-runtime-status.d.ts.map +1 -0
- package/dist/openapi/models/{ai-agent-event-payload.js → ai-agent-runtime-status.js} +1 -1
- package/dist/openapi/models/ai-agent-runtime-status.js.map +1 -0
- package/dist/openapi/models/{ai-agent-recommendation.d.ts → ai-agent-scope.d.ts} +18 -18
- package/dist/openapi/models/ai-agent-scope.d.ts.map +1 -0
- package/dist/openapi/models/{ai-agent-stage.js → ai-agent-scope.js} +1 -1
- package/dist/openapi/models/ai-agent-scope.js.map +1 -0
- package/dist/openapi/models/{ai-agent-message-input.d.ts → ai-agent-send-message-request.d.ts} +10 -10
- package/dist/openapi/models/ai-agent-send-message-request.d.ts.map +1 -0
- package/dist/openapi/models/{ai-agent-checked-scope-item.js → ai-agent-send-message-request.js} +1 -1
- package/dist/openapi/models/ai-agent-send-message-request.js.map +1 -0
- package/dist/openapi/models/{ai-agent-stage.d.ts → ai-agent-send-message-response.d.ts} +14 -14
- package/dist/openapi/models/ai-agent-send-message-response.d.ts.map +1 -0
- package/dist/openapi/models/{ai-agent-artifact-batch.js → ai-agent-send-message-response.js} +1 -1
- package/dist/openapi/models/ai-agent-send-message-response.js.map +1 -0
- package/dist/openapi/models/{ai-agent-checked-scope-item.d.ts → ai-agent-stop-conversation-response.d.ts} +9 -9
- package/dist/openapi/models/ai-agent-stop-conversation-response.d.ts.map +1 -0
- package/dist/openapi/models/{ai-agent-artifact-batch-get-request.js → ai-agent-stop-conversation-response.js} +1 -1
- package/dist/openapi/models/ai-agent-stop-conversation-response.js.map +1 -0
- package/dist/openapi/models/{ai-agent-pagination.d.ts → ai-agent-tool-confirmation-decision-request.d.ts} +5 -11
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-request.d.ts.map +1 -0
- package/dist/openapi/models/{ai-agent-action-plan.js → ai-agent-tool-confirmation-decision-request.js} +1 -1
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-request.js.map +1 -0
- package/dist/openapi/models/{ai-agent-evidence-snippet.d.ts → ai-agent-tool-confirmation-decision-response.d.ts} +11 -16
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-response.d.ts.map +1 -0
- package/dist/openapi/models/{ai-agent-action-branch.js → ai-agent-tool-confirmation-decision-response.js} +1 -1
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-response.js.map +1 -0
- package/dist/openapi/models/{ai-agent-approval-status.d.ts → ai-agent-tool-confirmation-status.d.ts} +3 -5
- package/dist/openapi/models/ai-agent-tool-confirmation-status.d.ts.map +1 -0
- package/dist/openapi/models/{ai-agent-approval-status.js → ai-agent-tool-confirmation-status.js} +4 -6
- package/dist/openapi/models/ai-agent-tool-confirmation-status.js.map +1 -0
- package/dist/openapi/models/{ai-agent-execution-status.d.ts → ai-agent-turn-status.d.ts} +4 -5
- package/dist/openapi/models/ai-agent-turn-status.d.ts.map +1 -0
- package/dist/openapi/models/{ai-agent-execution-status.js → ai-agent-turn-status.js} +5 -6
- package/dist/openapi/models/ai-agent-turn-status.js.map +1 -0
- package/dist/openapi/models/index.d.ts +10 -89
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +10 -89
- package/dist/openapi/models/index.js.map +1 -1
- package/package.json +1 -1
- package/src/sdk/adminapi/.openapi-generator/FILES +10 -70
- package/src/sdk/adminapi/apis/aiagent-api.ts +401 -1430
- package/src/sdk/adminapi/models/ai-agent-conversation-list.ts +11 -7
- package/src/sdk/adminapi/models/ai-agent-conversation-status.ts +4 -4
- package/src/sdk/adminapi/models/ai-agent-conversation.ts +16 -20
- package/src/sdk/adminapi/models/ai-agent-create-conversation-request.ts +2 -5
- package/src/sdk/adminapi/models/ai-agent-event-type.ts +16 -26
- package/src/sdk/adminapi/models/ai-agent-event.ts +9 -24
- package/src/sdk/adminapi/models/ai-agent-message-list.ts +10 -9
- package/src/sdk/adminapi/models/ai-agent-message-part-type.ts +2 -6
- package/src/sdk/adminapi/models/ai-agent-message-part.ts +3 -54
- package/src/sdk/adminapi/models/ai-agent-message.ts +12 -9
- package/src/sdk/adminapi/models/ai-agent-object-ref.ts +0 -18
- package/src/sdk/adminapi/models/{ai-agent-diagnosis-branch-status.ts → ai-agent-runtime-status-code.ts} +6 -6
- package/src/sdk/adminapi/models/{ai-agent-run-control-response.ts → ai-agent-runtime-status.ts} +16 -16
- package/src/sdk/adminapi/models/{ai-agent-recommendation.ts → ai-agent-scope.ts} +17 -19
- package/src/sdk/adminapi/models/{ai-agent-message-input.ts → ai-agent-send-message-request.ts} +9 -11
- package/src/sdk/adminapi/models/{ai-agent-stage.ts → ai-agent-send-message-response.ts} +15 -13
- package/src/sdk/adminapi/models/{ai-agent-checked-scope-item.ts → ai-agent-stop-conversation-response.ts} +10 -8
- package/src/sdk/adminapi/models/{ai-agent-pagination.ts → ai-agent-tool-confirmation-decision-request.ts} +4 -10
- package/src/sdk/adminapi/models/{ai-agent-root-cause.ts → ai-agent-tool-confirmation-decision-response.ts} +12 -15
- package/src/sdk/adminapi/models/{ai-agent-approval-status.ts → ai-agent-tool-confirmation-status.ts} +3 -5
- package/src/sdk/adminapi/models/{ai-agent-final-status.ts → ai-agent-turn-status.ts} +4 -4
- package/src/sdk/adminapi/models/index.ts +10 -70
- package/src/sdk/adminapi.yaml +570 -2359
- package/src/sdk/openapi/.openapi-generator/FILES +10 -89
- package/src/sdk/openapi/apis/aiagent-api.ts +492 -2910
- package/src/sdk/openapi/models/ai-agent-conversation-list.ts +11 -7
- package/src/sdk/openapi/models/ai-agent-conversation-status.ts +4 -4
- package/src/sdk/openapi/models/ai-agent-conversation.ts +16 -20
- package/src/sdk/openapi/models/ai-agent-create-conversation-request.ts +2 -5
- package/src/sdk/openapi/models/ai-agent-event-type.ts +16 -26
- package/src/sdk/openapi/models/ai-agent-event.ts +9 -24
- package/src/sdk/openapi/models/ai-agent-message-list.ts +10 -9
- package/src/sdk/openapi/models/ai-agent-message-part-type.ts +2 -6
- package/src/sdk/openapi/models/ai-agent-message-part.ts +3 -54
- package/src/sdk/openapi/models/ai-agent-message.ts +12 -9
- package/src/sdk/openapi/models/ai-agent-object-ref.ts +0 -18
- package/src/sdk/openapi/models/{ai-agent-diagnosis-branch-status.ts → ai-agent-runtime-status-code.ts} +6 -6
- package/src/sdk/openapi/models/{ai-agent-run-control-response.ts → ai-agent-runtime-status.ts} +16 -16
- package/src/sdk/openapi/models/{ai-agent-recommendation.ts → ai-agent-scope.ts} +17 -19
- package/src/sdk/openapi/models/{ai-agent-message-input.ts → ai-agent-send-message-request.ts} +9 -11
- package/src/sdk/openapi/models/{ai-agent-stage.ts → ai-agent-send-message-response.ts} +15 -13
- package/src/sdk/openapi/models/{ai-agent-continue-report-request.ts → ai-agent-stop-conversation-response.ts} +8 -8
- package/src/sdk/openapi/models/{ai-agent-pagination.ts → ai-agent-tool-confirmation-decision-request.ts} +4 -10
- package/src/sdk/openapi/models/{ai-agent-root-cause.ts → ai-agent-tool-confirmation-decision-response.ts} +12 -15
- package/src/sdk/openapi/models/{ai-agent-approval-status.ts → ai-agent-tool-confirmation-status.ts} +3 -5
- package/src/sdk/openapi/models/{ai-agent-execution-status.ts → ai-agent-turn-status.ts} +4 -5
- package/src/sdk/openapi/models/index.ts +10 -89
- package/src/sdk/openapi.yaml +11103 -13543
- package/dist/adminapi/models/ai-agent-action-branch-status.d.ts +0 -28
- package/dist/adminapi/models/ai-agent-action-branch-status.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-action-branch-status.js +0 -32
- package/dist/adminapi/models/ai-agent-action-branch-status.js.map +0 -1
- package/dist/adminapi/models/ai-agent-action-branch.d.ts +0 -45
- package/dist/adminapi/models/ai-agent-action-branch.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-action-branch.js.map +0 -1
- package/dist/adminapi/models/ai-agent-action-plan-status.d.ts +0 -27
- package/dist/adminapi/models/ai-agent-action-plan-status.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-action-plan-status.js +0 -31
- package/dist/adminapi/models/ai-agent-action-plan-status.js.map +0 -1
- package/dist/adminapi/models/ai-agent-action-plan.d.ts +0 -175
- package/dist/adminapi/models/ai-agent-action-plan.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-action-plan.js.map +0 -1
- package/dist/adminapi/models/ai-agent-approval-status.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-approval-status.js.map +0 -1
- package/dist/adminapi/models/ai-agent-artifact-batch-get-request.d.ts +0 -55
- package/dist/adminapi/models/ai-agent-artifact-batch-get-request.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-artifact-batch-get-request.js.map +0 -1
- package/dist/adminapi/models/ai-agent-artifact-batch.d.ts +0 -73
- package/dist/adminapi/models/ai-agent-artifact-batch.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-artifact-batch.js.map +0 -1
- package/dist/adminapi/models/ai-agent-checked-scope-item.d.ts +0 -32
- package/dist/adminapi/models/ai-agent-checked-scope-item.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-checked-scope-item.js.map +0 -1
- package/dist/adminapi/models/ai-agent-cluster-context.d.ts +0 -43
- package/dist/adminapi/models/ai-agent-cluster-context.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-cluster-context.js +0 -16
- package/dist/adminapi/models/ai-agent-cluster-context.js.map +0 -1
- package/dist/adminapi/models/ai-agent-confidence.d.ts +0 -24
- package/dist/adminapi/models/ai-agent-confidence.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-confidence.js +0 -28
- package/dist/adminapi/models/ai-agent-confidence.js.map +0 -1
- package/dist/adminapi/models/ai-agent-confirmation-mode.d.ts +0 -22
- package/dist/adminapi/models/ai-agent-confirmation-mode.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-confirmation-mode.js +0 -26
- package/dist/adminapi/models/ai-agent-confirmation-mode.js.map +0 -1
- package/dist/adminapi/models/ai-agent-context-response.d.ts +0 -74
- package/dist/adminapi/models/ai-agent-context-response.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-context-response.js +0 -16
- package/dist/adminapi/models/ai-agent-context-response.js.map +0 -1
- package/dist/adminapi/models/ai-agent-continue-mode.d.ts +0 -24
- package/dist/adminapi/models/ai-agent-continue-mode.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-continue-mode.js +0 -28
- package/dist/adminapi/models/ai-agent-continue-mode.js.map +0 -1
- package/dist/adminapi/models/ai-agent-continue-run-request.d.ts +0 -46
- package/dist/adminapi/models/ai-agent-continue-run-request.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-continue-run-request.js +0 -16
- package/dist/adminapi/models/ai-agent-continue-run-request.js.map +0 -1
- package/dist/adminapi/models/ai-agent-continue-run-response.d.ts +0 -81
- package/dist/adminapi/models/ai-agent-continue-run-response.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-continue-run-response.js +0 -16
- package/dist/adminapi/models/ai-agent-continue-run-response.js.map +0 -1
- package/dist/adminapi/models/ai-agent-conversation-summary.d.ts +0 -69
- package/dist/adminapi/models/ai-agent-conversation-summary.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-conversation-summary.js +0 -16
- package/dist/adminapi/models/ai-agent-conversation-summary.js.map +0 -1
- package/dist/adminapi/models/ai-agent-cost-class.d.ts +0 -23
- package/dist/adminapi/models/ai-agent-cost-class.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-cost-class.js +0 -27
- package/dist/adminapi/models/ai-agent-cost-class.js.map +0 -1
- package/dist/adminapi/models/ai-agent-delta-kind.d.ts +0 -24
- package/dist/adminapi/models/ai-agent-delta-kind.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-delta-kind.js +0 -28
- package/dist/adminapi/models/ai-agent-delta-kind.js.map +0 -1
- package/dist/adminapi/models/ai-agent-diagnosis-branch-status.d.ts +0 -25
- package/dist/adminapi/models/ai-agent-diagnosis-branch-status.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-diagnosis-branch-status.js.map +0 -1
- package/dist/adminapi/models/ai-agent-diagnosis-branch.d.ts +0 -46
- package/dist/adminapi/models/ai-agent-diagnosis-branch.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-diagnosis-branch.js +0 -16
- package/dist/adminapi/models/ai-agent-diagnosis-branch.js.map +0 -1
- package/dist/adminapi/models/ai-agent-event-payload.d.ts +0 -284
- package/dist/adminapi/models/ai-agent-event-payload.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-event-payload.js.map +0 -1
- package/dist/adminapi/models/ai-agent-event-source.d.ts +0 -26
- package/dist/adminapi/models/ai-agent-event-source.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-event-source.js +0 -30
- package/dist/adminapi/models/ai-agent-event-source.js.map +0 -1
- package/dist/adminapi/models/ai-agent-event-status.d.ts +0 -27
- package/dist/adminapi/models/ai-agent-event-status.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-event-status.js +0 -31
- package/dist/adminapi/models/ai-agent-event-status.js.map +0 -1
- package/dist/adminapi/models/ai-agent-evidence-completeness.d.ts +0 -24
- package/dist/adminapi/models/ai-agent-evidence-completeness.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-evidence-completeness.js +0 -28
- package/dist/adminapi/models/ai-agent-evidence-completeness.js.map +0 -1
- package/dist/adminapi/models/ai-agent-evidence-detail.d.ts +0 -150
- package/dist/adminapi/models/ai-agent-evidence-detail.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-evidence-detail.js +0 -16
- package/dist/adminapi/models/ai-agent-evidence-detail.js.map +0 -1
- package/dist/adminapi/models/ai-agent-evidence-redaction-status.d.ts +0 -23
- package/dist/adminapi/models/ai-agent-evidence-redaction-status.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-evidence-redaction-status.js +0 -27
- package/dist/adminapi/models/ai-agent-evidence-redaction-status.js.map +0 -1
- package/dist/adminapi/models/ai-agent-evidence-snippet.d.ts +0 -43
- package/dist/adminapi/models/ai-agent-evidence-snippet.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-evidence-snippet.js +0 -16
- package/dist/adminapi/models/ai-agent-evidence-snippet.js.map +0 -1
- package/dist/adminapi/models/ai-agent-evidence-status.d.ts +0 -25
- package/dist/adminapi/models/ai-agent-evidence-status.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-evidence-status.js +0 -29
- package/dist/adminapi/models/ai-agent-evidence-status.js.map +0 -1
- package/dist/adminapi/models/ai-agent-evidence-summary.d.ts +0 -104
- package/dist/adminapi/models/ai-agent-evidence-summary.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-evidence-summary.js +0 -16
- package/dist/adminapi/models/ai-agent-evidence-summary.js.map +0 -1
- package/dist/adminapi/models/ai-agent-evidence-visibility.d.ts +0 -23
- package/dist/adminapi/models/ai-agent-evidence-visibility.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-evidence-visibility.js +0 -27
- package/dist/adminapi/models/ai-agent-evidence-visibility.js.map +0 -1
- package/dist/adminapi/models/ai-agent-final-status.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-final-status.js.map +0 -1
- package/dist/adminapi/models/ai-agent-message-input.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-message-input.js +0 -16
- package/dist/adminapi/models/ai-agent-message-input.js.map +0 -1
- package/dist/adminapi/models/ai-agent-message-outcome.d.ts +0 -23
- package/dist/adminapi/models/ai-agent-message-outcome.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-message-outcome.js +0 -27
- package/dist/adminapi/models/ai-agent-message-outcome.js.map +0 -1
- package/dist/adminapi/models/ai-agent-metric-series-point.d.ts +0 -55
- package/dist/adminapi/models/ai-agent-metric-series-point.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-metric-series-point.js +0 -16
- package/dist/adminapi/models/ai-agent-metric-series-point.js.map +0 -1
- package/dist/adminapi/models/ai-agent-metric-series.d.ts +0 -57
- package/dist/adminapi/models/ai-agent-metric-series.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-metric-series.js +0 -16
- package/dist/adminapi/models/ai-agent-metric-series.js.map +0 -1
- package/dist/adminapi/models/ai-agent-missing-reason.d.ts +0 -27
- package/dist/adminapi/models/ai-agent-missing-reason.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-missing-reason.js +0 -31
- package/dist/adminapi/models/ai-agent-missing-reason.js.map +0 -1
- package/dist/adminapi/models/ai-agent-missing-requirement.d.ts +0 -39
- package/dist/adminapi/models/ai-agent-missing-requirement.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-missing-requirement.js +0 -16
- package/dist/adminapi/models/ai-agent-missing-requirement.js.map +0 -1
- package/dist/adminapi/models/ai-agent-pagination.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-pagination.js +0 -16
- package/dist/adminapi/models/ai-agent-pagination.js.map +0 -1
- package/dist/adminapi/models/ai-agent-partial-reason.d.ts +0 -25
- package/dist/adminapi/models/ai-agent-partial-reason.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-partial-reason.js +0 -29
- package/dist/adminapi/models/ai-agent-partial-reason.js.map +0 -1
- package/dist/adminapi/models/ai-agent-playbook-summary.d.ts +0 -62
- package/dist/adminapi/models/ai-agent-playbook-summary.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-playbook-summary.js +0 -16
- package/dist/adminapi/models/ai-agent-playbook-summary.js.map +0 -1
- package/dist/adminapi/models/ai-agent-recommendation-type.d.ts +0 -22
- package/dist/adminapi/models/ai-agent-recommendation-type.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-recommendation-type.js +0 -26
- package/dist/adminapi/models/ai-agent-recommendation-type.js.map +0 -1
- package/dist/adminapi/models/ai-agent-recommendation.d.ts +0 -56
- package/dist/adminapi/models/ai-agent-recommendation.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-recommendation.js +0 -16
- package/dist/adminapi/models/ai-agent-recommendation.js.map +0 -1
- package/dist/adminapi/models/ai-agent-recover-action-type.d.ts +0 -28
- package/dist/adminapi/models/ai-agent-recover-action-type.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-recover-action-type.js +0 -32
- package/dist/adminapi/models/ai-agent-recover-action-type.js.map +0 -1
- package/dist/adminapi/models/ai-agent-recover-action.d.ts +0 -53
- package/dist/adminapi/models/ai-agent-recover-action.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-recover-action.js +0 -16
- package/dist/adminapi/models/ai-agent-recover-action.js.map +0 -1
- package/dist/adminapi/models/ai-agent-report-list.d.ts +0 -18
- package/dist/adminapi/models/ai-agent-report-list.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-report-list.js +0 -16
- package/dist/adminapi/models/ai-agent-report-list.js.map +0 -1
- package/dist/adminapi/models/ai-agent-report.d.ts +0 -203
- package/dist/adminapi/models/ai-agent-report.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-report.js +0 -16
- package/dist/adminapi/models/ai-agent-report.js.map +0 -1
- package/dist/adminapi/models/ai-agent-resource-scope.d.ts +0 -68
- package/dist/adminapi/models/ai-agent-resource-scope.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-resource-scope.js +0 -16
- package/dist/adminapi/models/ai-agent-resource-scope.js.map +0 -1
- package/dist/adminapi/models/ai-agent-root-cause-type.d.ts +0 -23
- package/dist/adminapi/models/ai-agent-root-cause-type.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-root-cause-type.js +0 -27
- package/dist/adminapi/models/ai-agent-root-cause-type.js.map +0 -1
- package/dist/adminapi/models/ai-agent-root-cause.d.ts +0 -39
- package/dist/adminapi/models/ai-agent-root-cause.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-root-cause.js +0 -16
- package/dist/adminapi/models/ai-agent-root-cause.js.map +0 -1
- package/dist/adminapi/models/ai-agent-run-control-response.d.ts +0 -45
- package/dist/adminapi/models/ai-agent-run-control-response.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-run-control-response.js +0 -16
- package/dist/adminapi/models/ai-agent-run-control-response.js.map +0 -1
- package/dist/adminapi/models/ai-agent-run-metadata.d.ts +0 -59
- package/dist/adminapi/models/ai-agent-run-metadata.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-run-metadata.js +0 -16
- package/dist/adminapi/models/ai-agent-run-metadata.js.map +0 -1
- package/dist/adminapi/models/ai-agent-run-status.d.ts +0 -31
- package/dist/adminapi/models/ai-agent-run-status.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-run-status.js +0 -35
- package/dist/adminapi/models/ai-agent-run-status.js.map +0 -1
- package/dist/adminapi/models/ai-agent-run.d.ts +0 -123
- package/dist/adminapi/models/ai-agent-run.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-run.js +0 -16
- package/dist/adminapi/models/ai-agent-run.js.map +0 -1
- package/dist/adminapi/models/ai-agent-scope-validation-status.d.ts +0 -22
- package/dist/adminapi/models/ai-agent-scope-validation-status.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-scope-validation-status.js +0 -26
- package/dist/adminapi/models/ai-agent-scope-validation-status.js.map +0 -1
- package/dist/adminapi/models/ai-agent-stage.d.ts +0 -44
- package/dist/adminapi/models/ai-agent-stage.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-stage.js.map +0 -1
- package/dist/adminapi/models/ai-agent-start-run-request.d.ts +0 -50
- package/dist/adminapi/models/ai-agent-start-run-request.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-start-run-request.js +0 -16
- package/dist/adminapi/models/ai-agent-start-run-request.js.map +0 -1
- package/dist/adminapi/models/ai-agent-start-run-response.d.ts +0 -57
- package/dist/adminapi/models/ai-agent-start-run-response.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-start-run-response.js +0 -16
- package/dist/adminapi/models/ai-agent-start-run-response.js.map +0 -1
- package/dist/adminapi/models/ai-agent-status-display.d.ts +0 -37
- package/dist/adminapi/models/ai-agent-status-display.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-status-display.js +0 -16
- package/dist/adminapi/models/ai-agent-status-display.js.map +0 -1
- package/dist/adminapi/models/ai-agent-suggested-reply.d.ts +0 -32
- package/dist/adminapi/models/ai-agent-suggested-reply.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-suggested-reply.js +0 -16
- package/dist/adminapi/models/ai-agent-suggested-reply.js.map +0 -1
- package/dist/adminapi/models/ai-agent-suggestion.d.ts +0 -63
- package/dist/adminapi/models/ai-agent-suggestion.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-suggestion.js +0 -16
- package/dist/adminapi/models/ai-agent-suggestion.js.map +0 -1
- package/dist/adminapi/models/ai-agent-time-range.d.ts +0 -37
- package/dist/adminapi/models/ai-agent-time-range.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-time-range.js +0 -16
- package/dist/adminapi/models/ai-agent-time-range.js.map +0 -1
- package/dist/adminapi/models/ai-agent-tool-approval-decision-request.d.ts +0 -43
- package/dist/adminapi/models/ai-agent-tool-approval-decision-request.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-tool-approval-decision-request.js +0 -16
- package/dist/adminapi/models/ai-agent-tool-approval-decision-request.js.map +0 -1
- package/dist/adminapi/models/ai-agent-tool-approval-decision-response.d.ts +0 -33
- package/dist/adminapi/models/ai-agent-tool-approval-decision-response.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-tool-approval-decision-response.js +0 -16
- package/dist/adminapi/models/ai-agent-tool-approval-decision-response.js.map +0 -1
- package/dist/adminapi/models/ai-agent-tool-approval-request.d.ts +0 -174
- package/dist/adminapi/models/ai-agent-tool-approval-request.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-tool-approval-request.js +0 -16
- package/dist/adminapi/models/ai-agent-tool-approval-request.js.map +0 -1
- package/dist/adminapi/models/ai-agent-tool-approval-status.d.ts +0 -31
- package/dist/adminapi/models/ai-agent-tool-approval-status.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-tool-approval-status.js +0 -35
- package/dist/adminapi/models/ai-agent-tool-approval-status.js.map +0 -1
- package/dist/adminapi/models/ai-agent-tool-response-status.d.ts +0 -24
- package/dist/adminapi/models/ai-agent-tool-response-status.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-tool-response-status.js +0 -28
- package/dist/adminapi/models/ai-agent-tool-response-status.js.map +0 -1
- package/dist/adminapi/models/ai-agent-uivisibility.d.ts +0 -24
- package/dist/adminapi/models/ai-agent-uivisibility.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-uivisibility.js +0 -28
- package/dist/adminapi/models/ai-agent-uivisibility.js.map +0 -1
- package/dist/adminapi/models/ai-agent-uncertainty.d.ts +0 -37
- package/dist/adminapi/models/ai-agent-uncertainty.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-uncertainty.js +0 -16
- package/dist/adminapi/models/ai-agent-uncertainty.js.map +0 -1
- package/dist/adminapi/models/ai-agent-visualization-type.d.ts +0 -24
- package/dist/adminapi/models/ai-agent-visualization-type.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-visualization-type.js +0 -28
- package/dist/adminapi/models/ai-agent-visualization-type.js.map +0 -1
- package/dist/adminapi/models/ai-agent-visualization.d.ts +0 -62
- package/dist/adminapi/models/ai-agent-visualization.d.ts.map +0 -1
- package/dist/adminapi/models/ai-agent-visualization.js +0 -16
- package/dist/adminapi/models/ai-agent-visualization.js.map +0 -1
- package/dist/openapi/models/ai-agent-action-branch-status.d.ts +0 -28
- package/dist/openapi/models/ai-agent-action-branch-status.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-action-branch-status.js +0 -32
- package/dist/openapi/models/ai-agent-action-branch-status.js.map +0 -1
- package/dist/openapi/models/ai-agent-action-branch.d.ts +0 -45
- package/dist/openapi/models/ai-agent-action-branch.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-action-branch.js.map +0 -1
- package/dist/openapi/models/ai-agent-action-plan-approval-status.d.ts +0 -24
- package/dist/openapi/models/ai-agent-action-plan-approval-status.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-action-plan-approval-status.js +0 -28
- package/dist/openapi/models/ai-agent-action-plan-approval-status.js.map +0 -1
- package/dist/openapi/models/ai-agent-action-plan-cancel-status.d.ts +0 -21
- package/dist/openapi/models/ai-agent-action-plan-cancel-status.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-action-plan-cancel-status.js +0 -25
- package/dist/openapi/models/ai-agent-action-plan-cancel-status.js.map +0 -1
- package/dist/openapi/models/ai-agent-action-plan-status.d.ts +0 -27
- package/dist/openapi/models/ai-agent-action-plan-status.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-action-plan-status.js +0 -31
- package/dist/openapi/models/ai-agent-action-plan-status.js.map +0 -1
- package/dist/openapi/models/ai-agent-action-plan.d.ts +0 -175
- package/dist/openapi/models/ai-agent-action-plan.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-action-plan.js.map +0 -1
- package/dist/openapi/models/ai-agent-approval-status.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-approval-status.js.map +0 -1
- package/dist/openapi/models/ai-agent-artifact-batch-get-request.d.ts +0 -55
- package/dist/openapi/models/ai-agent-artifact-batch-get-request.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-artifact-batch-get-request.js.map +0 -1
- package/dist/openapi/models/ai-agent-artifact-batch.d.ts +0 -73
- package/dist/openapi/models/ai-agent-artifact-batch.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-artifact-batch.js.map +0 -1
- package/dist/openapi/models/ai-agent-cancel-action-plan-response.d.ts +0 -39
- package/dist/openapi/models/ai-agent-cancel-action-plan-response.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-cancel-action-plan-response.js +0 -16
- package/dist/openapi/models/ai-agent-cancel-action-plan-response.js.map +0 -1
- package/dist/openapi/models/ai-agent-checked-scope-item.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-checked-scope-item.js.map +0 -1
- package/dist/openapi/models/ai-agent-cluster-context.d.ts +0 -43
- package/dist/openapi/models/ai-agent-cluster-context.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-cluster-context.js +0 -16
- package/dist/openapi/models/ai-agent-cluster-context.js.map +0 -1
- package/dist/openapi/models/ai-agent-confidence.d.ts +0 -24
- package/dist/openapi/models/ai-agent-confidence.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-confidence.js +0 -28
- package/dist/openapi/models/ai-agent-confidence.js.map +0 -1
- package/dist/openapi/models/ai-agent-confirm-action-plan-request.d.ts +0 -31
- package/dist/openapi/models/ai-agent-confirm-action-plan-request.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-confirm-action-plan-request.js +0 -16
- package/dist/openapi/models/ai-agent-confirm-action-plan-request.js.map +0 -1
- package/dist/openapi/models/ai-agent-confirm-action-plan-response.d.ts +0 -45
- package/dist/openapi/models/ai-agent-confirm-action-plan-response.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-confirm-action-plan-response.js +0 -16
- package/dist/openapi/models/ai-agent-confirm-action-plan-response.js.map +0 -1
- package/dist/openapi/models/ai-agent-confirmation-mode.d.ts +0 -22
- package/dist/openapi/models/ai-agent-confirmation-mode.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-confirmation-mode.js +0 -26
- package/dist/openapi/models/ai-agent-confirmation-mode.js.map +0 -1
- package/dist/openapi/models/ai-agent-context-response.d.ts +0 -74
- package/dist/openapi/models/ai-agent-context-response.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-context-response.js +0 -16
- package/dist/openapi/models/ai-agent-context-response.js.map +0 -1
- package/dist/openapi/models/ai-agent-continue-mode.d.ts +0 -24
- package/dist/openapi/models/ai-agent-continue-mode.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-continue-mode.js +0 -28
- package/dist/openapi/models/ai-agent-continue-mode.js.map +0 -1
- package/dist/openapi/models/ai-agent-continue-report-request.d.ts +0 -32
- package/dist/openapi/models/ai-agent-continue-report-request.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-continue-report-request.js +0 -16
- package/dist/openapi/models/ai-agent-continue-report-request.js.map +0 -1
- package/dist/openapi/models/ai-agent-continue-run-request.d.ts +0 -46
- package/dist/openapi/models/ai-agent-continue-run-request.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-continue-run-request.js +0 -16
- package/dist/openapi/models/ai-agent-continue-run-request.js.map +0 -1
- package/dist/openapi/models/ai-agent-continue-run-response.d.ts +0 -81
- package/dist/openapi/models/ai-agent-continue-run-response.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-continue-run-response.js +0 -16
- package/dist/openapi/models/ai-agent-continue-run-response.js.map +0 -1
- package/dist/openapi/models/ai-agent-conversation-summary.d.ts +0 -69
- package/dist/openapi/models/ai-agent-conversation-summary.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-conversation-summary.js +0 -16
- package/dist/openapi/models/ai-agent-conversation-summary.js.map +0 -1
- package/dist/openapi/models/ai-agent-cost-class.d.ts +0 -23
- package/dist/openapi/models/ai-agent-cost-class.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-cost-class.js +0 -27
- package/dist/openapi/models/ai-agent-cost-class.js.map +0 -1
- package/dist/openapi/models/ai-agent-delta-kind.d.ts +0 -24
- package/dist/openapi/models/ai-agent-delta-kind.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-delta-kind.js +0 -28
- package/dist/openapi/models/ai-agent-delta-kind.js.map +0 -1
- package/dist/openapi/models/ai-agent-diagnosis-branch-status.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-diagnosis-branch-status.js.map +0 -1
- package/dist/openapi/models/ai-agent-diagnosis-branch.d.ts +0 -46
- package/dist/openapi/models/ai-agent-diagnosis-branch.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-diagnosis-branch.js +0 -16
- package/dist/openapi/models/ai-agent-diagnosis-branch.js.map +0 -1
- package/dist/openapi/models/ai-agent-event-payload.d.ts +0 -284
- package/dist/openapi/models/ai-agent-event-payload.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-event-payload.js.map +0 -1
- package/dist/openapi/models/ai-agent-event-source.d.ts +0 -26
- package/dist/openapi/models/ai-agent-event-source.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-event-source.js +0 -30
- package/dist/openapi/models/ai-agent-event-source.js.map +0 -1
- package/dist/openapi/models/ai-agent-event-status.d.ts +0 -27
- package/dist/openapi/models/ai-agent-event-status.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-event-status.js +0 -31
- package/dist/openapi/models/ai-agent-event-status.js.map +0 -1
- package/dist/openapi/models/ai-agent-evidence-completeness.d.ts +0 -24
- package/dist/openapi/models/ai-agent-evidence-completeness.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-evidence-completeness.js +0 -28
- package/dist/openapi/models/ai-agent-evidence-completeness.js.map +0 -1
- package/dist/openapi/models/ai-agent-evidence-detail.d.ts +0 -150
- package/dist/openapi/models/ai-agent-evidence-detail.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-evidence-detail.js +0 -16
- package/dist/openapi/models/ai-agent-evidence-detail.js.map +0 -1
- package/dist/openapi/models/ai-agent-evidence-list.d.ts +0 -18
- package/dist/openapi/models/ai-agent-evidence-list.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-evidence-list.js +0 -16
- package/dist/openapi/models/ai-agent-evidence-list.js.map +0 -1
- package/dist/openapi/models/ai-agent-evidence-redaction-status.d.ts +0 -23
- package/dist/openapi/models/ai-agent-evidence-redaction-status.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-evidence-redaction-status.js +0 -27
- package/dist/openapi/models/ai-agent-evidence-redaction-status.js.map +0 -1
- package/dist/openapi/models/ai-agent-evidence-snippet.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-evidence-snippet.js +0 -16
- package/dist/openapi/models/ai-agent-evidence-snippet.js.map +0 -1
- package/dist/openapi/models/ai-agent-evidence-status.d.ts +0 -25
- package/dist/openapi/models/ai-agent-evidence-status.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-evidence-status.js +0 -29
- package/dist/openapi/models/ai-agent-evidence-status.js.map +0 -1
- package/dist/openapi/models/ai-agent-evidence-summary.d.ts +0 -104
- package/dist/openapi/models/ai-agent-evidence-summary.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-evidence-summary.js +0 -16
- package/dist/openapi/models/ai-agent-evidence-summary.js.map +0 -1
- package/dist/openapi/models/ai-agent-evidence-visibility.d.ts +0 -23
- package/dist/openapi/models/ai-agent-evidence-visibility.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-evidence-visibility.js +0 -27
- package/dist/openapi/models/ai-agent-evidence-visibility.js.map +0 -1
- package/dist/openapi/models/ai-agent-execution-status-response.d.ts +0 -70
- package/dist/openapi/models/ai-agent-execution-status-response.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-execution-status-response.js +0 -16
- package/dist/openapi/models/ai-agent-execution-status-response.js.map +0 -1
- package/dist/openapi/models/ai-agent-execution-status.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-execution-status.js.map +0 -1
- package/dist/openapi/models/ai-agent-execution-step.d.ts +0 -32
- package/dist/openapi/models/ai-agent-execution-step.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-execution-step.js +0 -16
- package/dist/openapi/models/ai-agent-execution-step.js.map +0 -1
- package/dist/openapi/models/ai-agent-feedback-rating.d.ts +0 -22
- package/dist/openapi/models/ai-agent-feedback-rating.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-feedback-rating.js +0 -26
- package/dist/openapi/models/ai-agent-feedback-rating.js.map +0 -1
- package/dist/openapi/models/ai-agent-feedback-reason.d.ts +0 -26
- package/dist/openapi/models/ai-agent-feedback-reason.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-feedback-reason.js +0 -30
- package/dist/openapi/models/ai-agent-feedback-reason.js.map +0 -1
- package/dist/openapi/models/ai-agent-feedback-request.d.ts +0 -39
- package/dist/openapi/models/ai-agent-feedback-request.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-feedback-request.js +0 -16
- package/dist/openapi/models/ai-agent-feedback-request.js.map +0 -1
- package/dist/openapi/models/ai-agent-feedback-response.d.ts +0 -31
- package/dist/openapi/models/ai-agent-feedback-response.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-feedback-response.js +0 -16
- package/dist/openapi/models/ai-agent-feedback-response.js.map +0 -1
- package/dist/openapi/models/ai-agent-final-status.d.ts +0 -25
- package/dist/openapi/models/ai-agent-final-status.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-final-status.js +0 -29
- package/dist/openapi/models/ai-agent-final-status.js.map +0 -1
- package/dist/openapi/models/ai-agent-message-input.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-message-input.js +0 -16
- package/dist/openapi/models/ai-agent-message-input.js.map +0 -1
- package/dist/openapi/models/ai-agent-message-outcome.d.ts +0 -23
- package/dist/openapi/models/ai-agent-message-outcome.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-message-outcome.js +0 -27
- package/dist/openapi/models/ai-agent-message-outcome.js.map +0 -1
- package/dist/openapi/models/ai-agent-metric-series-point.d.ts +0 -55
- package/dist/openapi/models/ai-agent-metric-series-point.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-metric-series-point.js +0 -16
- package/dist/openapi/models/ai-agent-metric-series-point.js.map +0 -1
- package/dist/openapi/models/ai-agent-metric-series.d.ts +0 -57
- package/dist/openapi/models/ai-agent-metric-series.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-metric-series.js +0 -16
- package/dist/openapi/models/ai-agent-metric-series.js.map +0 -1
- package/dist/openapi/models/ai-agent-missing-reason.d.ts +0 -27
- package/dist/openapi/models/ai-agent-missing-reason.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-missing-reason.js +0 -31
- package/dist/openapi/models/ai-agent-missing-reason.js.map +0 -1
- package/dist/openapi/models/ai-agent-missing-requirement.d.ts +0 -39
- package/dist/openapi/models/ai-agent-missing-requirement.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-missing-requirement.js +0 -16
- package/dist/openapi/models/ai-agent-missing-requirement.js.map +0 -1
- package/dist/openapi/models/ai-agent-pagination.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-pagination.js +0 -16
- package/dist/openapi/models/ai-agent-pagination.js.map +0 -1
- package/dist/openapi/models/ai-agent-partial-reason.d.ts +0 -25
- package/dist/openapi/models/ai-agent-partial-reason.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-partial-reason.js +0 -29
- package/dist/openapi/models/ai-agent-partial-reason.js.map +0 -1
- package/dist/openapi/models/ai-agent-playbook-list.d.ts +0 -26
- package/dist/openapi/models/ai-agent-playbook-list.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-playbook-list.js +0 -16
- package/dist/openapi/models/ai-agent-playbook-list.js.map +0 -1
- package/dist/openapi/models/ai-agent-playbook-summary.d.ts +0 -62
- package/dist/openapi/models/ai-agent-playbook-summary.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-playbook-summary.js +0 -16
- package/dist/openapi/models/ai-agent-playbook-summary.js.map +0 -1
- package/dist/openapi/models/ai-agent-recommendation-type.d.ts +0 -22
- package/dist/openapi/models/ai-agent-recommendation-type.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-recommendation-type.js +0 -26
- package/dist/openapi/models/ai-agent-recommendation-type.js.map +0 -1
- package/dist/openapi/models/ai-agent-recommendation.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-recommendation.js +0 -16
- package/dist/openapi/models/ai-agent-recommendation.js.map +0 -1
- package/dist/openapi/models/ai-agent-recover-action-type.d.ts +0 -28
- package/dist/openapi/models/ai-agent-recover-action-type.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-recover-action-type.js +0 -32
- package/dist/openapi/models/ai-agent-recover-action-type.js.map +0 -1
- package/dist/openapi/models/ai-agent-recover-action.d.ts +0 -53
- package/dist/openapi/models/ai-agent-recover-action.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-recover-action.js +0 -16
- package/dist/openapi/models/ai-agent-recover-action.js.map +0 -1
- package/dist/openapi/models/ai-agent-regenerate-report-request.d.ts +0 -31
- package/dist/openapi/models/ai-agent-regenerate-report-request.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-regenerate-report-request.js +0 -16
- package/dist/openapi/models/ai-agent-regenerate-report-request.js.map +0 -1
- package/dist/openapi/models/ai-agent-report-continue-mode.d.ts +0 -23
- package/dist/openapi/models/ai-agent-report-continue-mode.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-report-continue-mode.js +0 -27
- package/dist/openapi/models/ai-agent-report-continue-mode.js.map +0 -1
- package/dist/openapi/models/ai-agent-report-list.d.ts +0 -18
- package/dist/openapi/models/ai-agent-report-list.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-report-list.js +0 -16
- package/dist/openapi/models/ai-agent-report-list.js.map +0 -1
- package/dist/openapi/models/ai-agent-report.d.ts +0 -203
- package/dist/openapi/models/ai-agent-report.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-report.js +0 -16
- package/dist/openapi/models/ai-agent-report.js.map +0 -1
- package/dist/openapi/models/ai-agent-resource-scope.d.ts +0 -68
- package/dist/openapi/models/ai-agent-resource-scope.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-resource-scope.js +0 -16
- package/dist/openapi/models/ai-agent-resource-scope.js.map +0 -1
- package/dist/openapi/models/ai-agent-root-cause-type.d.ts +0 -23
- package/dist/openapi/models/ai-agent-root-cause-type.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-root-cause-type.js +0 -27
- package/dist/openapi/models/ai-agent-root-cause-type.js.map +0 -1
- package/dist/openapi/models/ai-agent-root-cause.d.ts +0 -39
- package/dist/openapi/models/ai-agent-root-cause.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-root-cause.js +0 -16
- package/dist/openapi/models/ai-agent-root-cause.js.map +0 -1
- package/dist/openapi/models/ai-agent-run-control-response.d.ts +0 -45
- package/dist/openapi/models/ai-agent-run-control-response.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-run-control-response.js +0 -16
- package/dist/openapi/models/ai-agent-run-control-response.js.map +0 -1
- package/dist/openapi/models/ai-agent-run-metadata.d.ts +0 -59
- package/dist/openapi/models/ai-agent-run-metadata.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-run-metadata.js +0 -16
- package/dist/openapi/models/ai-agent-run-metadata.js.map +0 -1
- package/dist/openapi/models/ai-agent-run-status.d.ts +0 -31
- package/dist/openapi/models/ai-agent-run-status.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-run-status.js +0 -35
- package/dist/openapi/models/ai-agent-run-status.js.map +0 -1
- package/dist/openapi/models/ai-agent-run.d.ts +0 -123
- package/dist/openapi/models/ai-agent-run.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-run.js +0 -16
- package/dist/openapi/models/ai-agent-run.js.map +0 -1
- package/dist/openapi/models/ai-agent-scope-validation-status.d.ts +0 -22
- package/dist/openapi/models/ai-agent-scope-validation-status.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-scope-validation-status.js +0 -26
- package/dist/openapi/models/ai-agent-scope-validation-status.js.map +0 -1
- package/dist/openapi/models/ai-agent-stage.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-stage.js.map +0 -1
- package/dist/openapi/models/ai-agent-start-run-request.d.ts +0 -50
- package/dist/openapi/models/ai-agent-start-run-request.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-start-run-request.js +0 -16
- package/dist/openapi/models/ai-agent-start-run-request.js.map +0 -1
- package/dist/openapi/models/ai-agent-start-run-response.d.ts +0 -57
- package/dist/openapi/models/ai-agent-start-run-response.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-start-run-response.js +0 -16
- package/dist/openapi/models/ai-agent-start-run-response.js.map +0 -1
- package/dist/openapi/models/ai-agent-status-display.d.ts +0 -37
- package/dist/openapi/models/ai-agent-status-display.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-status-display.js +0 -16
- package/dist/openapi/models/ai-agent-status-display.js.map +0 -1
- package/dist/openapi/models/ai-agent-suggested-reply.d.ts +0 -32
- package/dist/openapi/models/ai-agent-suggested-reply.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-suggested-reply.js +0 -16
- package/dist/openapi/models/ai-agent-suggested-reply.js.map +0 -1
- package/dist/openapi/models/ai-agent-suggestion.d.ts +0 -63
- package/dist/openapi/models/ai-agent-suggestion.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-suggestion.js +0 -16
- package/dist/openapi/models/ai-agent-suggestion.js.map +0 -1
- package/dist/openapi/models/ai-agent-time-range.d.ts +0 -37
- package/dist/openapi/models/ai-agent-time-range.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-time-range.js +0 -16
- package/dist/openapi/models/ai-agent-time-range.js.map +0 -1
- package/dist/openapi/models/ai-agent-tool-approval-decision-request.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-tool-approval-decision-request.js +0 -16
- package/dist/openapi/models/ai-agent-tool-approval-decision-request.js.map +0 -1
- package/dist/openapi/models/ai-agent-tool-approval-decision-response.d.ts +0 -33
- package/dist/openapi/models/ai-agent-tool-approval-decision-response.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-tool-approval-decision-response.js +0 -16
- package/dist/openapi/models/ai-agent-tool-approval-decision-response.js.map +0 -1
- package/dist/openapi/models/ai-agent-tool-approval-request.d.ts +0 -174
- package/dist/openapi/models/ai-agent-tool-approval-request.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-tool-approval-request.js +0 -16
- package/dist/openapi/models/ai-agent-tool-approval-request.js.map +0 -1
- package/dist/openapi/models/ai-agent-tool-approval-status.d.ts +0 -31
- package/dist/openapi/models/ai-agent-tool-approval-status.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-tool-approval-status.js +0 -35
- package/dist/openapi/models/ai-agent-tool-approval-status.js.map +0 -1
- package/dist/openapi/models/ai-agent-tool-capability-list.d.ts +0 -26
- package/dist/openapi/models/ai-agent-tool-capability-list.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-tool-capability-list.js +0 -16
- package/dist/openapi/models/ai-agent-tool-capability-list.js.map +0 -1
- package/dist/openapi/models/ai-agent-tool-capability-summary.d.ts +0 -57
- package/dist/openapi/models/ai-agent-tool-capability-summary.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-tool-capability-summary.js +0 -16
- package/dist/openapi/models/ai-agent-tool-capability-summary.js.map +0 -1
- package/dist/openapi/models/ai-agent-tool-response-status.d.ts +0 -24
- package/dist/openapi/models/ai-agent-tool-response-status.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-tool-response-status.js +0 -28
- package/dist/openapi/models/ai-agent-tool-response-status.js.map +0 -1
- package/dist/openapi/models/ai-agent-uivisibility.d.ts +0 -24
- package/dist/openapi/models/ai-agent-uivisibility.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-uivisibility.js +0 -28
- package/dist/openapi/models/ai-agent-uivisibility.js.map +0 -1
- package/dist/openapi/models/ai-agent-uncertainty.d.ts +0 -37
- package/dist/openapi/models/ai-agent-uncertainty.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-uncertainty.js +0 -16
- package/dist/openapi/models/ai-agent-uncertainty.js.map +0 -1
- package/dist/openapi/models/ai-agent-visualization-type.d.ts +0 -24
- package/dist/openapi/models/ai-agent-visualization-type.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-visualization-type.js +0 -28
- package/dist/openapi/models/ai-agent-visualization-type.js.map +0 -1
- package/dist/openapi/models/ai-agent-visualization.d.ts +0 -62
- package/dist/openapi/models/ai-agent-visualization.d.ts.map +0 -1
- package/dist/openapi/models/ai-agent-visualization.js +0 -16
- package/dist/openapi/models/ai-agent-visualization.js.map +0 -1
- package/src/sdk/adminapi/models/ai-agent-action-branch-status.ts +0 -37
- package/src/sdk/adminapi/models/ai-agent-action-branch.ts +0 -56
- package/src/sdk/adminapi/models/ai-agent-action-plan-status.ts +0 -36
- package/src/sdk/adminapi/models/ai-agent-action-plan.ts +0 -188
- package/src/sdk/adminapi/models/ai-agent-artifact-batch-get-request.ts +0 -60
- package/src/sdk/adminapi/models/ai-agent-artifact-batch.ts +0 -78
- package/src/sdk/adminapi/models/ai-agent-cluster-context.ts +0 -48
- package/src/sdk/adminapi/models/ai-agent-confidence.ts +0 -33
- package/src/sdk/adminapi/models/ai-agent-confirmation-mode.ts +0 -31
- package/src/sdk/adminapi/models/ai-agent-context-response.ts +0 -87
- package/src/sdk/adminapi/models/ai-agent-continue-mode.ts +0 -33
- package/src/sdk/adminapi/models/ai-agent-continue-run-request.ts +0 -59
- package/src/sdk/adminapi/models/ai-agent-continue-run-response.ts +0 -92
- package/src/sdk/adminapi/models/ai-agent-conversation-summary.ts +0 -80
- package/src/sdk/adminapi/models/ai-agent-cost-class.ts +0 -32
- package/src/sdk/adminapi/models/ai-agent-delta-kind.ts +0 -33
- package/src/sdk/adminapi/models/ai-agent-diagnosis-branch.ts +0 -59
- package/src/sdk/adminapi/models/ai-agent-event-payload.ts +0 -317
- package/src/sdk/adminapi/models/ai-agent-event-source.ts +0 -35
- package/src/sdk/adminapi/models/ai-agent-event-status.ts +0 -36
- package/src/sdk/adminapi/models/ai-agent-evidence-completeness.ts +0 -33
- package/src/sdk/adminapi/models/ai-agent-evidence-detail.ts +0 -173
- package/src/sdk/adminapi/models/ai-agent-evidence-redaction-status.ts +0 -32
- package/src/sdk/adminapi/models/ai-agent-evidence-snippet.ts +0 -48
- package/src/sdk/adminapi/models/ai-agent-evidence-status.ts +0 -34
- package/src/sdk/adminapi/models/ai-agent-evidence-summary.ts +0 -125
- package/src/sdk/adminapi/models/ai-agent-evidence-visibility.ts +0 -32
- package/src/sdk/adminapi/models/ai-agent-message-outcome.ts +0 -32
- package/src/sdk/adminapi/models/ai-agent-metric-series-point.ts +0 -60
- package/src/sdk/adminapi/models/ai-agent-metric-series.ts +0 -66
- package/src/sdk/adminapi/models/ai-agent-missing-reason.ts +0 -36
- package/src/sdk/adminapi/models/ai-agent-missing-requirement.ts +0 -50
- package/src/sdk/adminapi/models/ai-agent-partial-reason.ts +0 -34
- package/src/sdk/adminapi/models/ai-agent-playbook-summary.ts +0 -69
- package/src/sdk/adminapi/models/ai-agent-recommendation-type.ts +0 -31
- package/src/sdk/adminapi/models/ai-agent-recover-action-type.ts +0 -37
- package/src/sdk/adminapi/models/ai-agent-recover-action.ts +0 -68
- package/src/sdk/adminapi/models/ai-agent-report-list.ts +0 -29
- package/src/sdk/adminapi/models/ai-agent-report.ts +0 -236
- package/src/sdk/adminapi/models/ai-agent-resource-scope.ts +0 -75
- package/src/sdk/adminapi/models/ai-agent-root-cause-type.ts +0 -32
- package/src/sdk/adminapi/models/ai-agent-run-metadata.ts +0 -60
- package/src/sdk/adminapi/models/ai-agent-run-status.ts +0 -40
- package/src/sdk/adminapi/models/ai-agent-run.ts +0 -146
- package/src/sdk/adminapi/models/ai-agent-scope-validation-status.ts +0 -31
- package/src/sdk/adminapi/models/ai-agent-start-run-request.ts +0 -57
- package/src/sdk/adminapi/models/ai-agent-start-run-response.ts +0 -68
- package/src/sdk/adminapi/models/ai-agent-status-display.ts +0 -42
- package/src/sdk/adminapi/models/ai-agent-suggested-reply.ts +0 -39
- package/src/sdk/adminapi/models/ai-agent-suggestion.ts +0 -72
- package/src/sdk/adminapi/models/ai-agent-time-range.ts +0 -42
- package/src/sdk/adminapi/models/ai-agent-tool-approval-decision-request.ts +0 -48
- package/src/sdk/adminapi/models/ai-agent-tool-approval-decision-response.ts +0 -42
- package/src/sdk/adminapi/models/ai-agent-tool-approval-request.ts +0 -185
- package/src/sdk/adminapi/models/ai-agent-tool-approval-status.ts +0 -40
- package/src/sdk/adminapi/models/ai-agent-tool-response-status.ts +0 -33
- package/src/sdk/adminapi/models/ai-agent-uivisibility.ts +0 -33
- package/src/sdk/adminapi/models/ai-agent-uncertainty.ts +0 -42
- package/src/sdk/adminapi/models/ai-agent-visualization-type.ts +0 -33
- package/src/sdk/adminapi/models/ai-agent-visualization.ts +0 -71
- package/src/sdk/openapi/models/ai-agent-action-branch-status.ts +0 -37
- package/src/sdk/openapi/models/ai-agent-action-branch.ts +0 -56
- package/src/sdk/openapi/models/ai-agent-action-plan-approval-status.ts +0 -33
- package/src/sdk/openapi/models/ai-agent-action-plan-cancel-status.ts +0 -30
- package/src/sdk/openapi/models/ai-agent-action-plan-status.ts +0 -36
- package/src/sdk/openapi/models/ai-agent-action-plan.ts +0 -188
- package/src/sdk/openapi/models/ai-agent-artifact-batch-get-request.ts +0 -60
- package/src/sdk/openapi/models/ai-agent-artifact-batch.ts +0 -78
- package/src/sdk/openapi/models/ai-agent-cancel-action-plan-response.ts +0 -50
- package/src/sdk/openapi/models/ai-agent-checked-scope-item.ts +0 -39
- package/src/sdk/openapi/models/ai-agent-cluster-context.ts +0 -48
- package/src/sdk/openapi/models/ai-agent-confidence.ts +0 -33
- package/src/sdk/openapi/models/ai-agent-confirm-action-plan-request.ts +0 -36
- package/src/sdk/openapi/models/ai-agent-confirm-action-plan-response.ts +0 -56
- package/src/sdk/openapi/models/ai-agent-confirmation-mode.ts +0 -31
- package/src/sdk/openapi/models/ai-agent-context-response.ts +0 -87
- package/src/sdk/openapi/models/ai-agent-continue-mode.ts +0 -33
- package/src/sdk/openapi/models/ai-agent-continue-run-request.ts +0 -59
- package/src/sdk/openapi/models/ai-agent-continue-run-response.ts +0 -92
- package/src/sdk/openapi/models/ai-agent-conversation-summary.ts +0 -80
- package/src/sdk/openapi/models/ai-agent-cost-class.ts +0 -32
- package/src/sdk/openapi/models/ai-agent-delta-kind.ts +0 -33
- package/src/sdk/openapi/models/ai-agent-diagnosis-branch.ts +0 -59
- package/src/sdk/openapi/models/ai-agent-event-payload.ts +0 -317
- package/src/sdk/openapi/models/ai-agent-event-source.ts +0 -35
- package/src/sdk/openapi/models/ai-agent-event-status.ts +0 -36
- package/src/sdk/openapi/models/ai-agent-evidence-completeness.ts +0 -33
- package/src/sdk/openapi/models/ai-agent-evidence-detail.ts +0 -173
- package/src/sdk/openapi/models/ai-agent-evidence-list.ts +0 -29
- package/src/sdk/openapi/models/ai-agent-evidence-redaction-status.ts +0 -32
- package/src/sdk/openapi/models/ai-agent-evidence-snippet.ts +0 -48
- package/src/sdk/openapi/models/ai-agent-evidence-status.ts +0 -34
- package/src/sdk/openapi/models/ai-agent-evidence-summary.ts +0 -125
- package/src/sdk/openapi/models/ai-agent-evidence-visibility.ts +0 -32
- package/src/sdk/openapi/models/ai-agent-execution-status-response.ts +0 -83
- package/src/sdk/openapi/models/ai-agent-execution-step.ts +0 -39
- package/src/sdk/openapi/models/ai-agent-feedback-rating.ts +0 -31
- package/src/sdk/openapi/models/ai-agent-feedback-reason.ts +0 -35
- package/src/sdk/openapi/models/ai-agent-feedback-request.ts +0 -50
- package/src/sdk/openapi/models/ai-agent-feedback-response.ts +0 -36
- package/src/sdk/openapi/models/ai-agent-final-status.ts +0 -34
- package/src/sdk/openapi/models/ai-agent-message-outcome.ts +0 -32
- package/src/sdk/openapi/models/ai-agent-metric-series-point.ts +0 -60
- package/src/sdk/openapi/models/ai-agent-metric-series.ts +0 -66
- package/src/sdk/openapi/models/ai-agent-missing-reason.ts +0 -36
- package/src/sdk/openapi/models/ai-agent-missing-requirement.ts +0 -50
- package/src/sdk/openapi/models/ai-agent-partial-reason.ts +0 -34
- package/src/sdk/openapi/models/ai-agent-playbook-list.ts +0 -33
- package/src/sdk/openapi/models/ai-agent-playbook-summary.ts +0 -69
- package/src/sdk/openapi/models/ai-agent-recommendation-type.ts +0 -31
- package/src/sdk/openapi/models/ai-agent-recover-action-type.ts +0 -37
- package/src/sdk/openapi/models/ai-agent-recover-action.ts +0 -68
- package/src/sdk/openapi/models/ai-agent-regenerate-report-request.ts +0 -36
- package/src/sdk/openapi/models/ai-agent-report-continue-mode.ts +0 -32
- package/src/sdk/openapi/models/ai-agent-report-list.ts +0 -29
- package/src/sdk/openapi/models/ai-agent-report.ts +0 -236
- package/src/sdk/openapi/models/ai-agent-resource-scope.ts +0 -75
- package/src/sdk/openapi/models/ai-agent-root-cause-type.ts +0 -32
- package/src/sdk/openapi/models/ai-agent-run-metadata.ts +0 -60
- package/src/sdk/openapi/models/ai-agent-run-status.ts +0 -40
- package/src/sdk/openapi/models/ai-agent-run.ts +0 -146
- package/src/sdk/openapi/models/ai-agent-scope-validation-status.ts +0 -31
- package/src/sdk/openapi/models/ai-agent-start-run-request.ts +0 -57
- package/src/sdk/openapi/models/ai-agent-start-run-response.ts +0 -68
- package/src/sdk/openapi/models/ai-agent-status-display.ts +0 -42
- package/src/sdk/openapi/models/ai-agent-suggested-reply.ts +0 -39
- package/src/sdk/openapi/models/ai-agent-suggestion.ts +0 -72
- package/src/sdk/openapi/models/ai-agent-time-range.ts +0 -42
- package/src/sdk/openapi/models/ai-agent-tool-approval-decision-request.ts +0 -48
- package/src/sdk/openapi/models/ai-agent-tool-approval-decision-response.ts +0 -42
- package/src/sdk/openapi/models/ai-agent-tool-approval-request.ts +0 -185
- package/src/sdk/openapi/models/ai-agent-tool-approval-status.ts +0 -40
- package/src/sdk/openapi/models/ai-agent-tool-capability-list.ts +0 -33
- package/src/sdk/openapi/models/ai-agent-tool-capability-summary.ts +0 -68
- package/src/sdk/openapi/models/ai-agent-tool-response-status.ts +0 -33
- package/src/sdk/openapi/models/ai-agent-uivisibility.ts +0 -33
- package/src/sdk/openapi/models/ai-agent-uncertainty.ts +0 -42
- package/src/sdk/openapi/models/ai-agent-visualization-type.ts +0 -33
- package/src/sdk/openapi/models/ai-agent-visualization.ts +0 -71
|
@@ -24,26 +24,6 @@ import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError
|
|
|
24
24
|
// @ts-ignore
|
|
25
25
|
import type { APIErrorResponse } from '../models';
|
|
26
26
|
// @ts-ignore
|
|
27
|
-
import type { AiAgentActionPlan } from '../models';
|
|
28
|
-
// @ts-ignore
|
|
29
|
-
import type { AiAgentArtifactBatch } from '../models';
|
|
30
|
-
// @ts-ignore
|
|
31
|
-
import type { AiAgentArtifactBatchGetRequest } from '../models';
|
|
32
|
-
// @ts-ignore
|
|
33
|
-
import type { AiAgentCancelActionPlanResponse } from '../models';
|
|
34
|
-
// @ts-ignore
|
|
35
|
-
import type { AiAgentConfirmActionPlanRequest } from '../models';
|
|
36
|
-
// @ts-ignore
|
|
37
|
-
import type { AiAgentConfirmActionPlanResponse } from '../models';
|
|
38
|
-
// @ts-ignore
|
|
39
|
-
import type { AiAgentContextResponse } from '../models';
|
|
40
|
-
// @ts-ignore
|
|
41
|
-
import type { AiAgentContinueReportRequest } from '../models';
|
|
42
|
-
// @ts-ignore
|
|
43
|
-
import type { AiAgentContinueRunRequest } from '../models';
|
|
44
|
-
// @ts-ignore
|
|
45
|
-
import type { AiAgentContinueRunResponse } from '../models';
|
|
46
|
-
// @ts-ignore
|
|
47
27
|
import type { AiAgentConversation } from '../models';
|
|
48
28
|
// @ts-ignore
|
|
49
29
|
import type { AiAgentConversationList } from '../models';
|
|
@@ -52,39 +32,19 @@ import type { AiAgentCreateConversationRequest } from '../models';
|
|
|
52
32
|
// @ts-ignore
|
|
53
33
|
import type { AiAgentEvent } from '../models';
|
|
54
34
|
// @ts-ignore
|
|
55
|
-
import type { AiAgentEvidenceDetail } from '../models';
|
|
56
|
-
// @ts-ignore
|
|
57
|
-
import type { AiAgentEvidenceList } from '../models';
|
|
58
|
-
// @ts-ignore
|
|
59
|
-
import type { AiAgentExecutionStatusResponse } from '../models';
|
|
60
|
-
// @ts-ignore
|
|
61
|
-
import type { AiAgentFeedbackRequest } from '../models';
|
|
62
|
-
// @ts-ignore
|
|
63
|
-
import type { AiAgentFeedbackResponse } from '../models';
|
|
64
|
-
// @ts-ignore
|
|
65
35
|
import type { AiAgentMessageList } from '../models';
|
|
66
36
|
// @ts-ignore
|
|
67
|
-
import type {
|
|
68
|
-
// @ts-ignore
|
|
69
|
-
import type { AiAgentRegenerateReportRequest } from '../models';
|
|
37
|
+
import type { AiAgentRuntimeStatus } from '../models';
|
|
70
38
|
// @ts-ignore
|
|
71
|
-
import type {
|
|
39
|
+
import type { AiAgentSendMessageRequest } from '../models';
|
|
72
40
|
// @ts-ignore
|
|
73
|
-
import type {
|
|
41
|
+
import type { AiAgentSendMessageResponse } from '../models';
|
|
74
42
|
// @ts-ignore
|
|
75
|
-
import type {
|
|
43
|
+
import type { AiAgentStopConversationResponse } from '../models';
|
|
76
44
|
// @ts-ignore
|
|
77
|
-
import type {
|
|
45
|
+
import type { AiAgentToolConfirmationDecisionRequest } from '../models';
|
|
78
46
|
// @ts-ignore
|
|
79
|
-
import type {
|
|
80
|
-
// @ts-ignore
|
|
81
|
-
import type { AiAgentStartRunResponse } from '../models';
|
|
82
|
-
// @ts-ignore
|
|
83
|
-
import type { AiAgentToolApprovalDecisionRequest } from '../models';
|
|
84
|
-
// @ts-ignore
|
|
85
|
-
import type { AiAgentToolApprovalDecisionResponse } from '../models';
|
|
86
|
-
// @ts-ignore
|
|
87
|
-
import type { AiAgentToolCapabilityList } from '../models';
|
|
47
|
+
import type { AiAgentToolConfirmationDecisionResponse } from '../models';
|
|
88
48
|
/**
|
|
89
49
|
* AIAgentApi - axios parameter creator
|
|
90
50
|
* @export
|
|
@@ -92,28 +52,26 @@ import type { AiAgentToolCapabilityList } from '../models';
|
|
|
92
52
|
export const AIAgentApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
93
53
|
return {
|
|
94
54
|
/**
|
|
95
|
-
*
|
|
96
|
-
* @summary Approve
|
|
55
|
+
*
|
|
56
|
+
* @summary Approve one AI diagnosis tool confirmation
|
|
97
57
|
* @param {string} orgName
|
|
98
|
-
* @param {string}
|
|
99
|
-
* @param {string}
|
|
100
|
-
* @param {
|
|
58
|
+
* @param {string} conversationId
|
|
59
|
+
* @param {string} confirmationId
|
|
60
|
+
* @param {AiAgentToolConfirmationDecisionRequest} [aiAgentToolConfirmationDecisionRequest]
|
|
101
61
|
* @param {*} [options] Override http request option.
|
|
102
62
|
* @throws {RequiredError}
|
|
103
63
|
*/
|
|
104
|
-
|
|
64
|
+
approveAIAgentToolConfirmation: async (orgName: string, conversationId: string, confirmationId: string, aiAgentToolConfirmationDecisionRequest?: AiAgentToolConfirmationDecisionRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
105
65
|
// verify required parameter 'orgName' is not null or undefined
|
|
106
|
-
assertParamExists('
|
|
107
|
-
// verify required parameter '
|
|
108
|
-
assertParamExists('
|
|
109
|
-
// verify required parameter '
|
|
110
|
-
assertParamExists('
|
|
111
|
-
|
|
112
|
-
assertParamExists('approveAIAgentToolApprovalRequest', 'aiAgentToolApprovalDecisionRequest', aiAgentToolApprovalDecisionRequest)
|
|
113
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/runs/{runId}/tool-approvals/{approvalRequestId}/approve`
|
|
66
|
+
assertParamExists('approveAIAgentToolConfirmation', 'orgName', orgName)
|
|
67
|
+
// verify required parameter 'conversationId' is not null or undefined
|
|
68
|
+
assertParamExists('approveAIAgentToolConfirmation', 'conversationId', conversationId)
|
|
69
|
+
// verify required parameter 'confirmationId' is not null or undefined
|
|
70
|
+
assertParamExists('approveAIAgentToolConfirmation', 'confirmationId', confirmationId)
|
|
71
|
+
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/tool-confirmations/{confirmationId}/approve`
|
|
114
72
|
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
115
|
-
.replace(`{${"
|
|
116
|
-
.replace(`{${"
|
|
73
|
+
.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)))
|
|
74
|
+
.replace(`{${"confirmationId"}}`, encodeURIComponent(String(confirmationId)));
|
|
117
75
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
118
76
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
119
77
|
let baseOptions;
|
|
@@ -135,7 +93,7 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
135
93
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
136
94
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
137
95
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
138
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
96
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aiAgentToolConfirmationDecisionRequest, localVarRequestOptions, configuration)
|
|
139
97
|
|
|
140
98
|
return {
|
|
141
99
|
url: toPathString(localVarUrlObj),
|
|
@@ -143,19 +101,19 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
143
101
|
};
|
|
144
102
|
},
|
|
145
103
|
/**
|
|
146
|
-
*
|
|
147
|
-
* @summary
|
|
104
|
+
*
|
|
105
|
+
* @summary Create an AI diagnosis conversation
|
|
148
106
|
* @param {string} orgName
|
|
149
|
-
* @param {
|
|
107
|
+
* @param {AiAgentCreateConversationRequest} aiAgentCreateConversationRequest
|
|
150
108
|
* @param {*} [options] Override http request option.
|
|
151
109
|
* @throws {RequiredError}
|
|
152
110
|
*/
|
|
153
|
-
|
|
111
|
+
createAIAgentConversation: async (orgName: string, aiAgentCreateConversationRequest: AiAgentCreateConversationRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
154
112
|
// verify required parameter 'orgName' is not null or undefined
|
|
155
|
-
assertParamExists('
|
|
156
|
-
// verify required parameter '
|
|
157
|
-
assertParamExists('
|
|
158
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/
|
|
113
|
+
assertParamExists('createAIAgentConversation', 'orgName', orgName)
|
|
114
|
+
// verify required parameter 'aiAgentCreateConversationRequest' is not null or undefined
|
|
115
|
+
assertParamExists('createAIAgentConversation', 'aiAgentCreateConversationRequest', aiAgentCreateConversationRequest)
|
|
116
|
+
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/conversations`
|
|
159
117
|
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)));
|
|
160
118
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
161
119
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -178,7 +136,7 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
178
136
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
179
137
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
180
138
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
181
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
139
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aiAgentCreateConversationRequest, localVarRequestOptions, configuration)
|
|
182
140
|
|
|
183
141
|
return {
|
|
184
142
|
url: toPathString(localVarUrlObj),
|
|
@@ -186,21 +144,21 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
186
144
|
};
|
|
187
145
|
},
|
|
188
146
|
/**
|
|
189
|
-
*
|
|
190
|
-
* @summary
|
|
147
|
+
*
|
|
148
|
+
* @summary Get an AI diagnosis conversation
|
|
191
149
|
* @param {string} orgName
|
|
192
|
-
* @param {string}
|
|
150
|
+
* @param {string} conversationId
|
|
193
151
|
* @param {*} [options] Override http request option.
|
|
194
152
|
* @throws {RequiredError}
|
|
195
153
|
*/
|
|
196
|
-
|
|
154
|
+
getAIAgentConversation: async (orgName: string, conversationId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
197
155
|
// verify required parameter 'orgName' is not null or undefined
|
|
198
|
-
assertParamExists('
|
|
199
|
-
// verify required parameter '
|
|
200
|
-
assertParamExists('
|
|
201
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/
|
|
156
|
+
assertParamExists('getAIAgentConversation', 'orgName', orgName)
|
|
157
|
+
// verify required parameter 'conversationId' is not null or undefined
|
|
158
|
+
assertParamExists('getAIAgentConversation', 'conversationId', conversationId)
|
|
159
|
+
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}`
|
|
202
160
|
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
203
|
-
.replace(`{${"
|
|
161
|
+
.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)));
|
|
204
162
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
205
163
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
206
164
|
let baseOptions;
|
|
@@ -208,7 +166,7 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
208
166
|
baseOptions = configuration.baseOptions;
|
|
209
167
|
}
|
|
210
168
|
|
|
211
|
-
const localVarRequestOptions = { method: '
|
|
169
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
212
170
|
const localVarHeaderParameter = {} as any;
|
|
213
171
|
const localVarQueryParameter = {} as any;
|
|
214
172
|
|
|
@@ -227,21 +185,17 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
227
185
|
};
|
|
228
186
|
},
|
|
229
187
|
/**
|
|
230
|
-
*
|
|
231
|
-
* @summary
|
|
188
|
+
*
|
|
189
|
+
* @summary Get AI diagnosis agent status
|
|
232
190
|
* @param {string} orgName
|
|
233
|
-
* @param {string} runId
|
|
234
191
|
* @param {*} [options] Override http request option.
|
|
235
192
|
* @throws {RequiredError}
|
|
236
193
|
*/
|
|
237
|
-
|
|
194
|
+
getAIAgentStatus: async (orgName: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
238
195
|
// verify required parameter 'orgName' is not null or undefined
|
|
239
|
-
assertParamExists('
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/runs/{runId}/cancel`
|
|
243
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
244
|
-
.replace(`{${"runId"}}`, encodeURIComponent(String(runId)));
|
|
196
|
+
assertParamExists('getAIAgentStatus', 'orgName', orgName)
|
|
197
|
+
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/status`
|
|
198
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)));
|
|
245
199
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
246
200
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
247
201
|
let baseOptions;
|
|
@@ -249,7 +203,7 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
249
203
|
baseOptions = configuration.baseOptions;
|
|
250
204
|
}
|
|
251
205
|
|
|
252
|
-
const localVarRequestOptions = { method: '
|
|
206
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
253
207
|
const localVarHeaderParameter = {} as any;
|
|
254
208
|
const localVarQueryParameter = {} as any;
|
|
255
209
|
|
|
@@ -268,28 +222,19 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
268
222
|
};
|
|
269
223
|
},
|
|
270
224
|
/**
|
|
271
|
-
*
|
|
272
|
-
* @summary
|
|
225
|
+
*
|
|
226
|
+
* @summary List AI diagnosis conversations
|
|
273
227
|
* @param {string} orgName
|
|
274
|
-
* @param {
|
|
275
|
-
* @param {string}
|
|
276
|
-
* @param {AiAgentToolApprovalDecisionRequest} aiAgentToolApprovalDecisionRequest
|
|
228
|
+
* @param {number} [limit]
|
|
229
|
+
* @param {string} [after]
|
|
277
230
|
* @param {*} [options] Override http request option.
|
|
278
231
|
* @throws {RequiredError}
|
|
279
232
|
*/
|
|
280
|
-
|
|
233
|
+
listAIAgentConversations: async (orgName: string, limit?: number, after?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
281
234
|
// verify required parameter 'orgName' is not null or undefined
|
|
282
|
-
assertParamExists('
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
// verify required parameter 'approvalRequestId' is not null or undefined
|
|
286
|
-
assertParamExists('cancelAIAgentToolApprovalRequest', 'approvalRequestId', approvalRequestId)
|
|
287
|
-
// verify required parameter 'aiAgentToolApprovalDecisionRequest' is not null or undefined
|
|
288
|
-
assertParamExists('cancelAIAgentToolApprovalRequest', 'aiAgentToolApprovalDecisionRequest', aiAgentToolApprovalDecisionRequest)
|
|
289
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/runs/{runId}/tool-approvals/{approvalRequestId}/cancel`
|
|
290
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
291
|
-
.replace(`{${"runId"}}`, encodeURIComponent(String(runId)))
|
|
292
|
-
.replace(`{${"approvalRequestId"}}`, encodeURIComponent(String(approvalRequestId)));
|
|
235
|
+
assertParamExists('listAIAgentConversations', 'orgName', orgName)
|
|
236
|
+
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/conversations`
|
|
237
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)));
|
|
293
238
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
294
239
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
295
240
|
let baseOptions;
|
|
@@ -297,21 +242,26 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
297
242
|
baseOptions = configuration.baseOptions;
|
|
298
243
|
}
|
|
299
244
|
|
|
300
|
-
const localVarRequestOptions = { method: '
|
|
245
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
301
246
|
const localVarHeaderParameter = {} as any;
|
|
302
247
|
const localVarQueryParameter = {} as any;
|
|
303
248
|
|
|
304
249
|
// authentication BearerToken required
|
|
305
250
|
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
306
251
|
|
|
252
|
+
if (limit !== undefined) {
|
|
253
|
+
localVarQueryParameter['limit'] = limit;
|
|
254
|
+
}
|
|
307
255
|
|
|
308
|
-
|
|
309
|
-
|
|
256
|
+
if (after !== undefined) {
|
|
257
|
+
localVarQueryParameter['after'] = after;
|
|
258
|
+
}
|
|
310
259
|
|
|
260
|
+
|
|
261
|
+
|
|
311
262
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
312
263
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
313
264
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
314
|
-
localVarRequestOptions.data = serializeDataIfNeeded(aiAgentToolApprovalDecisionRequest, localVarRequestOptions, configuration)
|
|
315
265
|
|
|
316
266
|
return {
|
|
317
267
|
url: toPathString(localVarUrlObj),
|
|
@@ -319,22 +269,23 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
319
269
|
};
|
|
320
270
|
},
|
|
321
271
|
/**
|
|
322
|
-
*
|
|
323
|
-
* @summary
|
|
272
|
+
*
|
|
273
|
+
* @summary List AI diagnosis conversation messages
|
|
324
274
|
* @param {string} orgName
|
|
325
|
-
* @param {string}
|
|
326
|
-
* @param {
|
|
275
|
+
* @param {string} conversationId
|
|
276
|
+
* @param {string} [after]
|
|
277
|
+
* @param {number} [limit]
|
|
327
278
|
* @param {*} [options] Override http request option.
|
|
328
279
|
* @throws {RequiredError}
|
|
329
280
|
*/
|
|
330
|
-
|
|
281
|
+
listAIAgentMessages: async (orgName: string, conversationId: string, after?: string, limit?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
331
282
|
// verify required parameter 'orgName' is not null or undefined
|
|
332
|
-
assertParamExists('
|
|
333
|
-
// verify required parameter '
|
|
334
|
-
assertParamExists('
|
|
335
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/
|
|
283
|
+
assertParamExists('listAIAgentMessages', 'orgName', orgName)
|
|
284
|
+
// verify required parameter 'conversationId' is not null or undefined
|
|
285
|
+
assertParamExists('listAIAgentMessages', 'conversationId', conversationId)
|
|
286
|
+
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/messages`
|
|
336
287
|
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
337
|
-
.replace(`{${"
|
|
288
|
+
.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)));
|
|
338
289
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
339
290
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
340
291
|
let baseOptions;
|
|
@@ -342,21 +293,26 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
342
293
|
baseOptions = configuration.baseOptions;
|
|
343
294
|
}
|
|
344
295
|
|
|
345
|
-
const localVarRequestOptions = { method: '
|
|
296
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
346
297
|
const localVarHeaderParameter = {} as any;
|
|
347
298
|
const localVarQueryParameter = {} as any;
|
|
348
299
|
|
|
349
300
|
// authentication BearerToken required
|
|
350
301
|
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
351
302
|
|
|
303
|
+
if (after !== undefined) {
|
|
304
|
+
localVarQueryParameter['after'] = after;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
if (limit !== undefined) {
|
|
308
|
+
localVarQueryParameter['limit'] = limit;
|
|
309
|
+
}
|
|
310
|
+
|
|
352
311
|
|
|
353
312
|
|
|
354
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
355
|
-
|
|
356
313
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
357
314
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
358
315
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
359
|
-
localVarRequestOptions.data = serializeDataIfNeeded(aiAgentConfirmActionPlanRequest, localVarRequestOptions, configuration)
|
|
360
316
|
|
|
361
317
|
return {
|
|
362
318
|
url: toPathString(localVarUrlObj),
|
|
@@ -364,24 +320,26 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
364
320
|
};
|
|
365
321
|
},
|
|
366
322
|
/**
|
|
367
|
-
*
|
|
368
|
-
* @summary
|
|
323
|
+
*
|
|
324
|
+
* @summary Reject one AI diagnosis tool confirmation
|
|
369
325
|
* @param {string} orgName
|
|
370
|
-
* @param {string}
|
|
371
|
-
* @param {
|
|
326
|
+
* @param {string} conversationId
|
|
327
|
+
* @param {string} confirmationId
|
|
328
|
+
* @param {AiAgentToolConfirmationDecisionRequest} [aiAgentToolConfirmationDecisionRequest]
|
|
372
329
|
* @param {*} [options] Override http request option.
|
|
373
330
|
* @throws {RequiredError}
|
|
374
331
|
*/
|
|
375
|
-
|
|
332
|
+
rejectAIAgentToolConfirmation: async (orgName: string, conversationId: string, confirmationId: string, aiAgentToolConfirmationDecisionRequest?: AiAgentToolConfirmationDecisionRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
376
333
|
// verify required parameter 'orgName' is not null or undefined
|
|
377
|
-
assertParamExists('
|
|
378
|
-
// verify required parameter '
|
|
379
|
-
assertParamExists('
|
|
380
|
-
// verify required parameter '
|
|
381
|
-
assertParamExists('
|
|
382
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/
|
|
334
|
+
assertParamExists('rejectAIAgentToolConfirmation', 'orgName', orgName)
|
|
335
|
+
// verify required parameter 'conversationId' is not null or undefined
|
|
336
|
+
assertParamExists('rejectAIAgentToolConfirmation', 'conversationId', conversationId)
|
|
337
|
+
// verify required parameter 'confirmationId' is not null or undefined
|
|
338
|
+
assertParamExists('rejectAIAgentToolConfirmation', 'confirmationId', confirmationId)
|
|
339
|
+
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/tool-confirmations/{confirmationId}/reject`
|
|
383
340
|
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
384
|
-
.replace(`{${"
|
|
341
|
+
.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)))
|
|
342
|
+
.replace(`{${"confirmationId"}}`, encodeURIComponent(String(confirmationId)));
|
|
385
343
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
386
344
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
387
345
|
let baseOptions;
|
|
@@ -403,7 +361,7 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
403
361
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
404
362
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
405
363
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
406
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
364
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aiAgentToolConfirmationDecisionRequest, localVarRequestOptions, configuration)
|
|
407
365
|
|
|
408
366
|
return {
|
|
409
367
|
url: toPathString(localVarUrlObj),
|
|
@@ -411,24 +369,24 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
411
369
|
};
|
|
412
370
|
},
|
|
413
371
|
/**
|
|
414
|
-
*
|
|
415
|
-
* @summary
|
|
372
|
+
*
|
|
373
|
+
* @summary Send a user message and start or continue AI diagnosis
|
|
416
374
|
* @param {string} orgName
|
|
417
|
-
* @param {string}
|
|
418
|
-
* @param {
|
|
375
|
+
* @param {string} conversationId
|
|
376
|
+
* @param {AiAgentSendMessageRequest} aiAgentSendMessageRequest
|
|
419
377
|
* @param {*} [options] Override http request option.
|
|
420
378
|
* @throws {RequiredError}
|
|
421
379
|
*/
|
|
422
|
-
|
|
380
|
+
sendAIAgentMessage: async (orgName: string, conversationId: string, aiAgentSendMessageRequest: AiAgentSendMessageRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
423
381
|
// verify required parameter 'orgName' is not null or undefined
|
|
424
|
-
assertParamExists('
|
|
425
|
-
// verify required parameter '
|
|
426
|
-
assertParamExists('
|
|
427
|
-
// verify required parameter '
|
|
428
|
-
assertParamExists('
|
|
429
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/
|
|
382
|
+
assertParamExists('sendAIAgentMessage', 'orgName', orgName)
|
|
383
|
+
// verify required parameter 'conversationId' is not null or undefined
|
|
384
|
+
assertParamExists('sendAIAgentMessage', 'conversationId', conversationId)
|
|
385
|
+
// verify required parameter 'aiAgentSendMessageRequest' is not null or undefined
|
|
386
|
+
assertParamExists('sendAIAgentMessage', 'aiAgentSendMessageRequest', aiAgentSendMessageRequest)
|
|
387
|
+
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/messages`
|
|
430
388
|
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
431
|
-
.replace(`{${"
|
|
389
|
+
.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)));
|
|
432
390
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
433
391
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
434
392
|
let baseOptions;
|
|
@@ -450,7 +408,7 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
450
408
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
451
409
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
452
410
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
453
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
411
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aiAgentSendMessageRequest, localVarRequestOptions, configuration)
|
|
454
412
|
|
|
455
413
|
return {
|
|
456
414
|
url: toPathString(localVarUrlObj),
|
|
@@ -458,20 +416,21 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
458
416
|
};
|
|
459
417
|
},
|
|
460
418
|
/**
|
|
461
|
-
*
|
|
462
|
-
* @summary
|
|
419
|
+
*
|
|
420
|
+
* @summary Stop the current AI diagnosis turn
|
|
463
421
|
* @param {string} orgName
|
|
464
|
-
* @param {
|
|
422
|
+
* @param {string} conversationId
|
|
465
423
|
* @param {*} [options] Override http request option.
|
|
466
424
|
* @throws {RequiredError}
|
|
467
425
|
*/
|
|
468
|
-
|
|
426
|
+
stopAIAgentConversation: async (orgName: string, conversationId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
469
427
|
// verify required parameter 'orgName' is not null or undefined
|
|
470
|
-
assertParamExists('
|
|
471
|
-
// verify required parameter '
|
|
472
|
-
assertParamExists('
|
|
473
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/conversations`
|
|
474
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
428
|
+
assertParamExists('stopAIAgentConversation', 'orgName', orgName)
|
|
429
|
+
// verify required parameter 'conversationId' is not null or undefined
|
|
430
|
+
assertParamExists('stopAIAgentConversation', 'conversationId', conversationId)
|
|
431
|
+
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/stop`
|
|
432
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
433
|
+
.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)));
|
|
475
434
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
476
435
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
477
436
|
let baseOptions;
|
|
@@ -488,12 +447,9 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
488
447
|
|
|
489
448
|
|
|
490
449
|
|
|
491
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
492
|
-
|
|
493
450
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
494
451
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
495
452
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
496
|
-
localVarRequestOptions.data = serializeDataIfNeeded(aiAgentCreateConversationRequest, localVarRequestOptions, configuration)
|
|
497
453
|
|
|
498
454
|
return {
|
|
499
455
|
url: toPathString(localVarUrlObj),
|
|
@@ -501,21 +457,22 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
501
457
|
};
|
|
502
458
|
},
|
|
503
459
|
/**
|
|
504
|
-
*
|
|
505
|
-
* @summary
|
|
460
|
+
*
|
|
461
|
+
* @summary Subscribe to AI diagnosis conversation events
|
|
506
462
|
* @param {string} orgName
|
|
507
|
-
* @param {string}
|
|
463
|
+
* @param {string} conversationId
|
|
464
|
+
* @param {string} [after]
|
|
508
465
|
* @param {*} [options] Override http request option.
|
|
509
466
|
* @throws {RequiredError}
|
|
510
467
|
*/
|
|
511
|
-
|
|
468
|
+
subscribeAIAgentConversationEvents: async (orgName: string, conversationId: string, after?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
512
469
|
// verify required parameter 'orgName' is not null or undefined
|
|
513
|
-
assertParamExists('
|
|
514
|
-
// verify required parameter '
|
|
515
|
-
assertParamExists('
|
|
516
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/
|
|
470
|
+
assertParamExists('subscribeAIAgentConversationEvents', 'orgName', orgName)
|
|
471
|
+
// verify required parameter 'conversationId' is not null or undefined
|
|
472
|
+
assertParamExists('subscribeAIAgentConversationEvents', 'conversationId', conversationId)
|
|
473
|
+
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/events`
|
|
517
474
|
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
518
|
-
.replace(`{${"
|
|
475
|
+
.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)));
|
|
519
476
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
520
477
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
521
478
|
let baseOptions;
|
|
@@ -530,6 +487,10 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
530
487
|
// authentication BearerToken required
|
|
531
488
|
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
532
489
|
|
|
490
|
+
if (after !== undefined) {
|
|
491
|
+
localVarQueryParameter['after'] = after;
|
|
492
|
+
}
|
|
493
|
+
|
|
533
494
|
|
|
534
495
|
|
|
535
496
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -541,2786 +502,647 @@ export const AIAgentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
541
502
|
options: localVarRequestOptions,
|
|
542
503
|
};
|
|
543
504
|
},
|
|
505
|
+
}
|
|
506
|
+
};
|
|
507
|
+
|
|
508
|
+
/**
|
|
509
|
+
* AIAgentApi - functional programming interface
|
|
510
|
+
* @export
|
|
511
|
+
*/
|
|
512
|
+
export const AIAgentApiFp = function(configuration?: Configuration) {
|
|
513
|
+
const localVarAxiosParamCreator = AIAgentApiAxiosParamCreator(configuration)
|
|
514
|
+
return {
|
|
544
515
|
/**
|
|
545
|
-
*
|
|
546
|
-
* @summary
|
|
516
|
+
*
|
|
517
|
+
* @summary Approve one AI diagnosis tool confirmation
|
|
547
518
|
* @param {string} orgName
|
|
548
|
-
* @param {string}
|
|
519
|
+
* @param {string} conversationId
|
|
520
|
+
* @param {string} confirmationId
|
|
521
|
+
* @param {AiAgentToolConfirmationDecisionRequest} [aiAgentToolConfirmationDecisionRequest]
|
|
549
522
|
* @param {*} [options] Override http request option.
|
|
550
523
|
* @throws {RequiredError}
|
|
551
524
|
*/
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/action-plans/{actionPlanId}`
|
|
558
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
559
|
-
.replace(`{${"actionPlanId"}}`, encodeURIComponent(String(actionPlanId)));
|
|
560
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
561
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
562
|
-
let baseOptions;
|
|
563
|
-
if (configuration) {
|
|
564
|
-
baseOptions = configuration.baseOptions;
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
568
|
-
const localVarHeaderParameter = {} as any;
|
|
569
|
-
const localVarQueryParameter = {} as any;
|
|
570
|
-
|
|
571
|
-
// authentication BearerToken required
|
|
572
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
577
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
578
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
579
|
-
|
|
580
|
-
return {
|
|
581
|
-
url: toPathString(localVarUrlObj),
|
|
582
|
-
options: localVarRequestOptions,
|
|
583
|
-
};
|
|
525
|
+
async approveAIAgentToolConfirmation(orgName: string, conversationId: string, confirmationId: string, aiAgentToolConfirmationDecisionRequest?: AiAgentToolConfirmationDecisionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentToolConfirmationDecisionResponse>> {
|
|
526
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.approveAIAgentToolConfirmation(orgName, conversationId, confirmationId, aiAgentToolConfirmationDecisionRequest, options);
|
|
527
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
528
|
+
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.approveAIAgentToolConfirmation']?.[localVarOperationServerIndex]?.url;
|
|
529
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
584
530
|
},
|
|
585
531
|
/**
|
|
586
|
-
*
|
|
587
|
-
* @summary
|
|
532
|
+
*
|
|
533
|
+
* @summary Create an AI diagnosis conversation
|
|
588
534
|
* @param {string} orgName
|
|
589
|
-
* @param {
|
|
590
|
-
* @param {string} [namespace]
|
|
591
|
-
* @param {string} [component]
|
|
592
|
-
* @param {string} [pod]
|
|
535
|
+
* @param {AiAgentCreateConversationRequest} aiAgentCreateConversationRequest
|
|
593
536
|
* @param {*} [options] Override http request option.
|
|
594
537
|
* @throws {RequiredError}
|
|
595
538
|
*/
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/context`
|
|
602
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)));
|
|
603
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
604
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
605
|
-
let baseOptions;
|
|
606
|
-
if (configuration) {
|
|
607
|
-
baseOptions = configuration.baseOptions;
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
611
|
-
const localVarHeaderParameter = {} as any;
|
|
612
|
-
const localVarQueryParameter = {} as any;
|
|
613
|
-
|
|
614
|
-
// authentication BearerToken required
|
|
615
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
616
|
-
|
|
617
|
-
if (clusterName !== undefined) {
|
|
618
|
-
localVarQueryParameter['clusterName'] = clusterName;
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
if (namespace !== undefined) {
|
|
622
|
-
localVarQueryParameter['namespace'] = namespace;
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
if (component !== undefined) {
|
|
626
|
-
localVarQueryParameter['component'] = component;
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
if (pod !== undefined) {
|
|
630
|
-
localVarQueryParameter['pod'] = pod;
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
636
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
637
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
638
|
-
|
|
639
|
-
return {
|
|
640
|
-
url: toPathString(localVarUrlObj),
|
|
641
|
-
options: localVarRequestOptions,
|
|
642
|
-
};
|
|
539
|
+
async createAIAgentConversation(orgName: string, aiAgentCreateConversationRequest: AiAgentCreateConversationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentConversation>> {
|
|
540
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createAIAgentConversation(orgName, aiAgentCreateConversationRequest, options);
|
|
541
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
542
|
+
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.createAIAgentConversation']?.[localVarOperationServerIndex]?.url;
|
|
543
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
643
544
|
},
|
|
644
545
|
/**
|
|
645
|
-
*
|
|
646
|
-
* @summary Get AI
|
|
546
|
+
*
|
|
547
|
+
* @summary Get an AI diagnosis conversation
|
|
647
548
|
* @param {string} orgName
|
|
648
549
|
* @param {string} conversationId
|
|
649
550
|
* @param {*} [options] Override http request option.
|
|
650
551
|
* @throws {RequiredError}
|
|
651
552
|
*/
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}`
|
|
658
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
659
|
-
.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)));
|
|
660
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
661
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
662
|
-
let baseOptions;
|
|
663
|
-
if (configuration) {
|
|
664
|
-
baseOptions = configuration.baseOptions;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
668
|
-
const localVarHeaderParameter = {} as any;
|
|
669
|
-
const localVarQueryParameter = {} as any;
|
|
670
|
-
|
|
671
|
-
// authentication BearerToken required
|
|
672
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
677
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
678
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
679
|
-
|
|
680
|
-
return {
|
|
681
|
-
url: toPathString(localVarUrlObj),
|
|
682
|
-
options: localVarRequestOptions,
|
|
683
|
-
};
|
|
553
|
+
async getAIAgentConversation(orgName: string, conversationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentConversation>> {
|
|
554
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getAIAgentConversation(orgName, conversationId, options);
|
|
555
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
556
|
+
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.getAIAgentConversation']?.[localVarOperationServerIndex]?.url;
|
|
557
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
684
558
|
},
|
|
685
559
|
/**
|
|
686
|
-
*
|
|
687
|
-
* @summary Get AI
|
|
560
|
+
*
|
|
561
|
+
* @summary Get AI diagnosis agent status
|
|
688
562
|
* @param {string} orgName
|
|
689
|
-
* @param {string} evidenceId
|
|
690
563
|
* @param {*} [options] Override http request option.
|
|
691
564
|
* @throws {RequiredError}
|
|
692
565
|
*/
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/evidence/{evidenceId}`
|
|
699
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
700
|
-
.replace(`{${"evidenceId"}}`, encodeURIComponent(String(evidenceId)));
|
|
701
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
702
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
703
|
-
let baseOptions;
|
|
704
|
-
if (configuration) {
|
|
705
|
-
baseOptions = configuration.baseOptions;
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
709
|
-
const localVarHeaderParameter = {} as any;
|
|
710
|
-
const localVarQueryParameter = {} as any;
|
|
711
|
-
|
|
712
|
-
// authentication BearerToken required
|
|
713
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
718
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
719
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
720
|
-
|
|
721
|
-
return {
|
|
722
|
-
url: toPathString(localVarUrlObj),
|
|
723
|
-
options: localVarRequestOptions,
|
|
724
|
-
};
|
|
566
|
+
async getAIAgentStatus(orgName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentRuntimeStatus>> {
|
|
567
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getAIAgentStatus(orgName, options);
|
|
568
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
569
|
+
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.getAIAgentStatus']?.[localVarOperationServerIndex]?.url;
|
|
570
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
725
571
|
},
|
|
726
572
|
/**
|
|
727
|
-
*
|
|
728
|
-
* @summary
|
|
573
|
+
*
|
|
574
|
+
* @summary List AI diagnosis conversations
|
|
729
575
|
* @param {string} orgName
|
|
730
|
-
* @param {
|
|
576
|
+
* @param {number} [limit]
|
|
577
|
+
* @param {string} [after]
|
|
731
578
|
* @param {*} [options] Override http request option.
|
|
732
579
|
* @throws {RequiredError}
|
|
733
580
|
*/
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/runs/{runId}/report`
|
|
740
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
741
|
-
.replace(`{${"runId"}}`, encodeURIComponent(String(runId)));
|
|
742
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
743
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
744
|
-
let baseOptions;
|
|
745
|
-
if (configuration) {
|
|
746
|
-
baseOptions = configuration.baseOptions;
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
750
|
-
const localVarHeaderParameter = {} as any;
|
|
751
|
-
const localVarQueryParameter = {} as any;
|
|
752
|
-
|
|
753
|
-
// authentication BearerToken required
|
|
754
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
759
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
760
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
761
|
-
|
|
762
|
-
return {
|
|
763
|
-
url: toPathString(localVarUrlObj),
|
|
764
|
-
options: localVarRequestOptions,
|
|
765
|
-
};
|
|
581
|
+
async listAIAgentConversations(orgName: string, limit?: number, after?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentConversationList>> {
|
|
582
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listAIAgentConversations(orgName, limit, after, options);
|
|
583
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
584
|
+
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.listAIAgentConversations']?.[localVarOperationServerIndex]?.url;
|
|
585
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
766
586
|
},
|
|
767
587
|
/**
|
|
768
|
-
*
|
|
769
|
-
* @summary
|
|
588
|
+
*
|
|
589
|
+
* @summary List AI diagnosis conversation messages
|
|
770
590
|
* @param {string} orgName
|
|
771
|
-
* @param {string}
|
|
591
|
+
* @param {string} conversationId
|
|
592
|
+
* @param {string} [after]
|
|
593
|
+
* @param {number} [limit]
|
|
772
594
|
* @param {*} [options] Override http request option.
|
|
773
595
|
* @throws {RequiredError}
|
|
774
596
|
*/
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/runs/{runId}`
|
|
781
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
782
|
-
.replace(`{${"runId"}}`, encodeURIComponent(String(runId)));
|
|
783
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
784
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
785
|
-
let baseOptions;
|
|
786
|
-
if (configuration) {
|
|
787
|
-
baseOptions = configuration.baseOptions;
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
791
|
-
const localVarHeaderParameter = {} as any;
|
|
792
|
-
const localVarQueryParameter = {} as any;
|
|
793
|
-
|
|
794
|
-
// authentication BearerToken required
|
|
795
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
800
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
801
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
802
|
-
|
|
803
|
-
return {
|
|
804
|
-
url: toPathString(localVarUrlObj),
|
|
805
|
-
options: localVarRequestOptions,
|
|
806
|
-
};
|
|
597
|
+
async listAIAgentMessages(orgName: string, conversationId: string, after?: string, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentMessageList>> {
|
|
598
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listAIAgentMessages(orgName, conversationId, after, limit, options);
|
|
599
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
600
|
+
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.listAIAgentMessages']?.[localVarOperationServerIndex]?.url;
|
|
601
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
807
602
|
},
|
|
808
603
|
/**
|
|
809
|
-
*
|
|
810
|
-
* @summary
|
|
604
|
+
*
|
|
605
|
+
* @summary Reject one AI diagnosis tool confirmation
|
|
811
606
|
* @param {string} orgName
|
|
812
607
|
* @param {string} conversationId
|
|
813
|
-
* @param {
|
|
814
|
-
* @param {
|
|
608
|
+
* @param {string} confirmationId
|
|
609
|
+
* @param {AiAgentToolConfirmationDecisionRequest} [aiAgentToolConfirmationDecisionRequest]
|
|
815
610
|
* @param {*} [options] Override http request option.
|
|
816
611
|
* @throws {RequiredError}
|
|
817
612
|
*/
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/reports`
|
|
824
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
825
|
-
.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)));
|
|
826
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
827
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
828
|
-
let baseOptions;
|
|
829
|
-
if (configuration) {
|
|
830
|
-
baseOptions = configuration.baseOptions;
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
834
|
-
const localVarHeaderParameter = {} as any;
|
|
835
|
-
const localVarQueryParameter = {} as any;
|
|
836
|
-
|
|
837
|
-
// authentication BearerToken required
|
|
838
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
839
|
-
|
|
840
|
-
if (limit !== undefined) {
|
|
841
|
-
localVarQueryParameter['limit'] = limit;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
if (cursor !== undefined) {
|
|
845
|
-
localVarQueryParameter['cursor'] = cursor;
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
851
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
852
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
853
|
-
|
|
854
|
-
return {
|
|
855
|
-
url: toPathString(localVarUrlObj),
|
|
856
|
-
options: localVarRequestOptions,
|
|
857
|
-
};
|
|
613
|
+
async rejectAIAgentToolConfirmation(orgName: string, conversationId: string, confirmationId: string, aiAgentToolConfirmationDecisionRequest?: AiAgentToolConfirmationDecisionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentToolConfirmationDecisionResponse>> {
|
|
614
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.rejectAIAgentToolConfirmation(orgName, conversationId, confirmationId, aiAgentToolConfirmationDecisionRequest, options);
|
|
615
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
616
|
+
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.rejectAIAgentToolConfirmation']?.[localVarOperationServerIndex]?.url;
|
|
617
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
858
618
|
},
|
|
859
619
|
/**
|
|
860
|
-
*
|
|
861
|
-
* @summary
|
|
620
|
+
*
|
|
621
|
+
* @summary Send a user message and start or continue AI diagnosis
|
|
862
622
|
* @param {string} orgName
|
|
863
|
-
* @param {string}
|
|
864
|
-
* @param {
|
|
865
|
-
* @param {string} [cursor]
|
|
623
|
+
* @param {string} conversationId
|
|
624
|
+
* @param {AiAgentSendMessageRequest} aiAgentSendMessageRequest
|
|
866
625
|
* @param {*} [options] Override http request option.
|
|
867
626
|
* @throws {RequiredError}
|
|
868
627
|
*/
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
const
|
|
873
|
-
|
|
874
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
875
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
876
|
-
let baseOptions;
|
|
877
|
-
if (configuration) {
|
|
878
|
-
baseOptions = configuration.baseOptions;
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
882
|
-
const localVarHeaderParameter = {} as any;
|
|
883
|
-
const localVarQueryParameter = {} as any;
|
|
884
|
-
|
|
885
|
-
// authentication BearerToken required
|
|
886
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
887
|
-
|
|
888
|
-
if (clusterName !== undefined) {
|
|
889
|
-
localVarQueryParameter['clusterName'] = clusterName;
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
if (limit !== undefined) {
|
|
893
|
-
localVarQueryParameter['limit'] = limit;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
if (cursor !== undefined) {
|
|
897
|
-
localVarQueryParameter['cursor'] = cursor;
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
903
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
904
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
905
|
-
|
|
906
|
-
return {
|
|
907
|
-
url: toPathString(localVarUrlObj),
|
|
908
|
-
options: localVarRequestOptions,
|
|
909
|
-
};
|
|
628
|
+
async sendAIAgentMessage(orgName: string, conversationId: string, aiAgentSendMessageRequest: AiAgentSendMessageRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentSendMessageResponse>> {
|
|
629
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.sendAIAgentMessage(orgName, conversationId, aiAgentSendMessageRequest, options);
|
|
630
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
631
|
+
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.sendAIAgentMessage']?.[localVarOperationServerIndex]?.url;
|
|
632
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
910
633
|
},
|
|
911
634
|
/**
|
|
912
|
-
*
|
|
913
|
-
* @summary
|
|
635
|
+
*
|
|
636
|
+
* @summary Stop the current AI diagnosis turn
|
|
914
637
|
* @param {string} orgName
|
|
915
638
|
* @param {string} conversationId
|
|
916
|
-
* @param {number} [limit]
|
|
917
|
-
* @param {string} [cursor]
|
|
918
639
|
* @param {*} [options] Override http request option.
|
|
919
640
|
* @throws {RequiredError}
|
|
920
641
|
*/
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/messages`
|
|
927
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
928
|
-
.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)));
|
|
929
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
930
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
931
|
-
let baseOptions;
|
|
932
|
-
if (configuration) {
|
|
933
|
-
baseOptions = configuration.baseOptions;
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
937
|
-
const localVarHeaderParameter = {} as any;
|
|
938
|
-
const localVarQueryParameter = {} as any;
|
|
939
|
-
|
|
940
|
-
// authentication BearerToken required
|
|
941
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
942
|
-
|
|
943
|
-
if (limit !== undefined) {
|
|
944
|
-
localVarQueryParameter['limit'] = limit;
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
if (cursor !== undefined) {
|
|
948
|
-
localVarQueryParameter['cursor'] = cursor;
|
|
949
|
-
}
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
954
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
955
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
956
|
-
|
|
957
|
-
return {
|
|
958
|
-
url: toPathString(localVarUrlObj),
|
|
959
|
-
options: localVarRequestOptions,
|
|
960
|
-
};
|
|
642
|
+
async stopAIAgentConversation(orgName: string, conversationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentStopConversationResponse>> {
|
|
643
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.stopAIAgentConversation(orgName, conversationId, options);
|
|
644
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
645
|
+
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.stopAIAgentConversation']?.[localVarOperationServerIndex]?.url;
|
|
646
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
961
647
|
},
|
|
962
648
|
/**
|
|
963
|
-
*
|
|
964
|
-
* @summary
|
|
649
|
+
*
|
|
650
|
+
* @summary Subscribe to AI diagnosis conversation events
|
|
965
651
|
* @param {string} orgName
|
|
652
|
+
* @param {string} conversationId
|
|
653
|
+
* @param {string} [after]
|
|
966
654
|
* @param {*} [options] Override http request option.
|
|
967
655
|
* @throws {RequiredError}
|
|
968
656
|
*/
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
const
|
|
973
|
-
|
|
974
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
975
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
976
|
-
let baseOptions;
|
|
977
|
-
if (configuration) {
|
|
978
|
-
baseOptions = configuration.baseOptions;
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
982
|
-
const localVarHeaderParameter = {} as any;
|
|
983
|
-
const localVarQueryParameter = {} as any;
|
|
984
|
-
|
|
985
|
-
// authentication BearerToken required
|
|
986
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
991
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
992
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
993
|
-
|
|
994
|
-
return {
|
|
995
|
-
url: toPathString(localVarUrlObj),
|
|
996
|
-
options: localVarRequestOptions,
|
|
997
|
-
};
|
|
657
|
+
async subscribeAIAgentConversationEvents(orgName: string, conversationId: string, after?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentEvent>> {
|
|
658
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.subscribeAIAgentConversationEvents(orgName, conversationId, after, options);
|
|
659
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
660
|
+
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.subscribeAIAgentConversationEvents']?.[localVarOperationServerIndex]?.url;
|
|
661
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
998
662
|
},
|
|
663
|
+
}
|
|
664
|
+
};
|
|
665
|
+
|
|
666
|
+
/**
|
|
667
|
+
* AIAgentApi - factory interface
|
|
668
|
+
* @export
|
|
669
|
+
*/
|
|
670
|
+
export const AIAgentApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
671
|
+
const localVarFp = AIAgentApiFp(configuration)
|
|
672
|
+
return {
|
|
999
673
|
/**
|
|
1000
|
-
*
|
|
1001
|
-
* @summary
|
|
1002
|
-
* @param {
|
|
1003
|
-
* @param {string} runId
|
|
1004
|
-
* @param {string} [type]
|
|
1005
|
-
* @param {number} [limit]
|
|
1006
|
-
* @param {string} [cursor]
|
|
674
|
+
*
|
|
675
|
+
* @summary Approve one AI diagnosis tool confirmation
|
|
676
|
+
* @param {AIAgentApiApproveAIAgentToolConfirmationRequest} requestParameters Request parameters.
|
|
1007
677
|
* @param {*} [options] Override http request option.
|
|
1008
678
|
* @throws {RequiredError}
|
|
1009
679
|
*/
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
assertParamExists('listAIAgentRunEvidence', 'orgName', orgName)
|
|
1013
|
-
// verify required parameter 'runId' is not null or undefined
|
|
1014
|
-
assertParamExists('listAIAgentRunEvidence', 'runId', runId)
|
|
1015
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/runs/{runId}/evidence`
|
|
1016
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
1017
|
-
.replace(`{${"runId"}}`, encodeURIComponent(String(runId)));
|
|
1018
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1019
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1020
|
-
let baseOptions;
|
|
1021
|
-
if (configuration) {
|
|
1022
|
-
baseOptions = configuration.baseOptions;
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1026
|
-
const localVarHeaderParameter = {} as any;
|
|
1027
|
-
const localVarQueryParameter = {} as any;
|
|
1028
|
-
|
|
1029
|
-
// authentication BearerToken required
|
|
1030
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
1031
|
-
|
|
1032
|
-
if (type !== undefined) {
|
|
1033
|
-
localVarQueryParameter['type'] = type;
|
|
1034
|
-
}
|
|
1035
|
-
|
|
1036
|
-
if (limit !== undefined) {
|
|
1037
|
-
localVarQueryParameter['limit'] = limit;
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
if (cursor !== undefined) {
|
|
1041
|
-
localVarQueryParameter['cursor'] = cursor;
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1047
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1048
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1049
|
-
|
|
1050
|
-
return {
|
|
1051
|
-
url: toPathString(localVarUrlObj),
|
|
1052
|
-
options: localVarRequestOptions,
|
|
1053
|
-
};
|
|
680
|
+
approveAIAgentToolConfirmation(requestParameters: AIAgentApiApproveAIAgentToolConfirmationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentToolConfirmationDecisionResponse> {
|
|
681
|
+
return localVarFp.approveAIAgentToolConfirmation(requestParameters.orgName, requestParameters.conversationId, requestParameters.confirmationId, requestParameters.aiAgentToolConfirmationDecisionRequest, options).then((request) => request(axios, basePath));
|
|
1054
682
|
},
|
|
1055
683
|
/**
|
|
1056
|
-
*
|
|
1057
|
-
* @summary
|
|
1058
|
-
* @param {
|
|
684
|
+
*
|
|
685
|
+
* @summary Create an AI diagnosis conversation
|
|
686
|
+
* @param {AIAgentApiCreateAIAgentConversationRequest} requestParameters Request parameters.
|
|
1059
687
|
* @param {*} [options] Override http request option.
|
|
1060
688
|
* @throws {RequiredError}
|
|
1061
689
|
*/
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
assertParamExists('listAIAgentToolCapabilities', 'orgName', orgName)
|
|
1065
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/tool-capabilities`
|
|
1066
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)));
|
|
1067
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1068
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1069
|
-
let baseOptions;
|
|
1070
|
-
if (configuration) {
|
|
1071
|
-
baseOptions = configuration.baseOptions;
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1075
|
-
const localVarHeaderParameter = {} as any;
|
|
1076
|
-
const localVarQueryParameter = {} as any;
|
|
1077
|
-
|
|
1078
|
-
// authentication BearerToken required
|
|
1079
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1084
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1085
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1086
|
-
|
|
1087
|
-
return {
|
|
1088
|
-
url: toPathString(localVarUrlObj),
|
|
1089
|
-
options: localVarRequestOptions,
|
|
1090
|
-
};
|
|
690
|
+
createAIAgentConversation(requestParameters: AIAgentApiCreateAIAgentConversationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentConversation> {
|
|
691
|
+
return localVarFp.createAIAgentConversation(requestParameters.orgName, requestParameters.aiAgentCreateConversationRequest, options).then((request) => request(axios, basePath));
|
|
1091
692
|
},
|
|
1092
693
|
/**
|
|
1093
|
-
*
|
|
1094
|
-
* @summary
|
|
1095
|
-
* @param {
|
|
1096
|
-
* @param {string} runId
|
|
694
|
+
*
|
|
695
|
+
* @summary Get an AI diagnosis conversation
|
|
696
|
+
* @param {AIAgentApiGetAIAgentConversationRequest} requestParameters Request parameters.
|
|
1097
697
|
* @param {*} [options] Override http request option.
|
|
1098
698
|
* @throws {RequiredError}
|
|
1099
699
|
*/
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
assertParamExists('pauseAIAgentRun', 'orgName', orgName)
|
|
1103
|
-
// verify required parameter 'runId' is not null or undefined
|
|
1104
|
-
assertParamExists('pauseAIAgentRun', 'runId', runId)
|
|
1105
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/runs/{runId}/pause`
|
|
1106
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
1107
|
-
.replace(`{${"runId"}}`, encodeURIComponent(String(runId)));
|
|
1108
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1109
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1110
|
-
let baseOptions;
|
|
1111
|
-
if (configuration) {
|
|
1112
|
-
baseOptions = configuration.baseOptions;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1116
|
-
const localVarHeaderParameter = {} as any;
|
|
1117
|
-
const localVarQueryParameter = {} as any;
|
|
1118
|
-
|
|
1119
|
-
// authentication BearerToken required
|
|
1120
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1125
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1126
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1127
|
-
|
|
1128
|
-
return {
|
|
1129
|
-
url: toPathString(localVarUrlObj),
|
|
1130
|
-
options: localVarRequestOptions,
|
|
1131
|
-
};
|
|
700
|
+
getAIAgentConversation(requestParameters: AIAgentApiGetAIAgentConversationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentConversation> {
|
|
701
|
+
return localVarFp.getAIAgentConversation(requestParameters.orgName, requestParameters.conversationId, options).then((request) => request(axios, basePath));
|
|
1132
702
|
},
|
|
1133
703
|
/**
|
|
1134
|
-
*
|
|
1135
|
-
* @summary
|
|
1136
|
-
* @param {
|
|
1137
|
-
* @param {string} runId
|
|
1138
|
-
* @param {AiAgentRegenerateReportRequest} [aiAgentRegenerateReportRequest]
|
|
704
|
+
*
|
|
705
|
+
* @summary Get AI diagnosis agent status
|
|
706
|
+
* @param {AIAgentApiGetAIAgentStatusRequest} requestParameters Request parameters.
|
|
1139
707
|
* @param {*} [options] Override http request option.
|
|
1140
708
|
* @throws {RequiredError}
|
|
1141
709
|
*/
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
assertParamExists('regenerateAIAgentReport', 'orgName', orgName)
|
|
1145
|
-
// verify required parameter 'runId' is not null or undefined
|
|
1146
|
-
assertParamExists('regenerateAIAgentReport', 'runId', runId)
|
|
1147
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/runs/{runId}/reports/regenerate`
|
|
1148
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
1149
|
-
.replace(`{${"runId"}}`, encodeURIComponent(String(runId)));
|
|
1150
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1151
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1152
|
-
let baseOptions;
|
|
1153
|
-
if (configuration) {
|
|
1154
|
-
baseOptions = configuration.baseOptions;
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1158
|
-
const localVarHeaderParameter = {} as any;
|
|
1159
|
-
const localVarQueryParameter = {} as any;
|
|
1160
|
-
|
|
1161
|
-
// authentication BearerToken required
|
|
1162
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1167
|
-
|
|
1168
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1169
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1170
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1171
|
-
localVarRequestOptions.data = serializeDataIfNeeded(aiAgentRegenerateReportRequest, localVarRequestOptions, configuration)
|
|
1172
|
-
|
|
1173
|
-
return {
|
|
1174
|
-
url: toPathString(localVarUrlObj),
|
|
1175
|
-
options: localVarRequestOptions,
|
|
1176
|
-
};
|
|
710
|
+
getAIAgentStatus(requestParameters: AIAgentApiGetAIAgentStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentRuntimeStatus> {
|
|
711
|
+
return localVarFp.getAIAgentStatus(requestParameters.orgName, options).then((request) => request(axios, basePath));
|
|
1177
712
|
},
|
|
1178
713
|
/**
|
|
1179
|
-
*
|
|
1180
|
-
* @summary
|
|
1181
|
-
* @param {
|
|
1182
|
-
* @param {string} runId
|
|
1183
|
-
* @param {string} approvalRequestId
|
|
1184
|
-
* @param {AiAgentToolApprovalDecisionRequest} aiAgentToolApprovalDecisionRequest
|
|
714
|
+
*
|
|
715
|
+
* @summary List AI diagnosis conversations
|
|
716
|
+
* @param {AIAgentApiListAIAgentConversationsRequest} requestParameters Request parameters.
|
|
1185
717
|
* @param {*} [options] Override http request option.
|
|
1186
718
|
* @throws {RequiredError}
|
|
1187
719
|
*/
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
assertParamExists('rejectAIAgentToolApprovalRequest', 'orgName', orgName)
|
|
1191
|
-
// verify required parameter 'runId' is not null or undefined
|
|
1192
|
-
assertParamExists('rejectAIAgentToolApprovalRequest', 'runId', runId)
|
|
1193
|
-
// verify required parameter 'approvalRequestId' is not null or undefined
|
|
1194
|
-
assertParamExists('rejectAIAgentToolApprovalRequest', 'approvalRequestId', approvalRequestId)
|
|
1195
|
-
// verify required parameter 'aiAgentToolApprovalDecisionRequest' is not null or undefined
|
|
1196
|
-
assertParamExists('rejectAIAgentToolApprovalRequest', 'aiAgentToolApprovalDecisionRequest', aiAgentToolApprovalDecisionRequest)
|
|
1197
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/runs/{runId}/tool-approvals/{approvalRequestId}/reject`
|
|
1198
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
1199
|
-
.replace(`{${"runId"}}`, encodeURIComponent(String(runId)))
|
|
1200
|
-
.replace(`{${"approvalRequestId"}}`, encodeURIComponent(String(approvalRequestId)));
|
|
1201
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1202
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1203
|
-
let baseOptions;
|
|
1204
|
-
if (configuration) {
|
|
1205
|
-
baseOptions = configuration.baseOptions;
|
|
1206
|
-
}
|
|
1207
|
-
|
|
1208
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1209
|
-
const localVarHeaderParameter = {} as any;
|
|
1210
|
-
const localVarQueryParameter = {} as any;
|
|
1211
|
-
|
|
1212
|
-
// authentication BearerToken required
|
|
1213
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1218
|
-
|
|
1219
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1220
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1221
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1222
|
-
localVarRequestOptions.data = serializeDataIfNeeded(aiAgentToolApprovalDecisionRequest, localVarRequestOptions, configuration)
|
|
1223
|
-
|
|
1224
|
-
return {
|
|
1225
|
-
url: toPathString(localVarUrlObj),
|
|
1226
|
-
options: localVarRequestOptions,
|
|
1227
|
-
};
|
|
720
|
+
listAIAgentConversations(requestParameters: AIAgentApiListAIAgentConversationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentConversationList> {
|
|
721
|
+
return localVarFp.listAIAgentConversations(requestParameters.orgName, requestParameters.limit, requestParameters.after, options).then((request) => request(axios, basePath));
|
|
1228
722
|
},
|
|
1229
723
|
/**
|
|
1230
|
-
*
|
|
1231
|
-
* @summary
|
|
1232
|
-
* @param {
|
|
1233
|
-
* @param {string} runId
|
|
724
|
+
*
|
|
725
|
+
* @summary List AI diagnosis conversation messages
|
|
726
|
+
* @param {AIAgentApiListAIAgentMessagesRequest} requestParameters Request parameters.
|
|
1234
727
|
* @param {*} [options] Override http request option.
|
|
1235
728
|
* @throws {RequiredError}
|
|
1236
729
|
*/
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
assertParamExists('resumeAIAgentRun', 'orgName', orgName)
|
|
1240
|
-
// verify required parameter 'runId' is not null or undefined
|
|
1241
|
-
assertParamExists('resumeAIAgentRun', 'runId', runId)
|
|
1242
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/runs/{runId}/resume`
|
|
1243
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
1244
|
-
.replace(`{${"runId"}}`, encodeURIComponent(String(runId)));
|
|
1245
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1246
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1247
|
-
let baseOptions;
|
|
1248
|
-
if (configuration) {
|
|
1249
|
-
baseOptions = configuration.baseOptions;
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1253
|
-
const localVarHeaderParameter = {} as any;
|
|
1254
|
-
const localVarQueryParameter = {} as any;
|
|
1255
|
-
|
|
1256
|
-
// authentication BearerToken required
|
|
1257
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1262
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1263
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1264
|
-
|
|
1265
|
-
return {
|
|
1266
|
-
url: toPathString(localVarUrlObj),
|
|
1267
|
-
options: localVarRequestOptions,
|
|
1268
|
-
};
|
|
730
|
+
listAIAgentMessages(requestParameters: AIAgentApiListAIAgentMessagesRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentMessageList> {
|
|
731
|
+
return localVarFp.listAIAgentMessages(requestParameters.orgName, requestParameters.conversationId, requestParameters.after, requestParameters.limit, options).then((request) => request(axios, basePath));
|
|
1269
732
|
},
|
|
1270
733
|
/**
|
|
1271
|
-
*
|
|
1272
|
-
* @summary
|
|
1273
|
-
* @param {
|
|
1274
|
-
* @param {string} runId
|
|
734
|
+
*
|
|
735
|
+
* @summary Reject one AI diagnosis tool confirmation
|
|
736
|
+
* @param {AIAgentApiRejectAIAgentToolConfirmationRequest} requestParameters Request parameters.
|
|
1275
737
|
* @param {*} [options] Override http request option.
|
|
1276
738
|
* @throws {RequiredError}
|
|
1277
739
|
*/
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
assertParamExists('retryAIAgentRun', 'orgName', orgName)
|
|
1281
|
-
// verify required parameter 'runId' is not null or undefined
|
|
1282
|
-
assertParamExists('retryAIAgentRun', 'runId', runId)
|
|
1283
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/runs/{runId}/retry`
|
|
1284
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
1285
|
-
.replace(`{${"runId"}}`, encodeURIComponent(String(runId)));
|
|
1286
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1287
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1288
|
-
let baseOptions;
|
|
1289
|
-
if (configuration) {
|
|
1290
|
-
baseOptions = configuration.baseOptions;
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1294
|
-
const localVarHeaderParameter = {} as any;
|
|
1295
|
-
const localVarQueryParameter = {} as any;
|
|
1296
|
-
|
|
1297
|
-
// authentication BearerToken required
|
|
1298
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1303
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1304
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1305
|
-
|
|
1306
|
-
return {
|
|
1307
|
-
url: toPathString(localVarUrlObj),
|
|
1308
|
-
options: localVarRequestOptions,
|
|
1309
|
-
};
|
|
740
|
+
rejectAIAgentToolConfirmation(requestParameters: AIAgentApiRejectAIAgentToolConfirmationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentToolConfirmationDecisionResponse> {
|
|
741
|
+
return localVarFp.rejectAIAgentToolConfirmation(requestParameters.orgName, requestParameters.conversationId, requestParameters.confirmationId, requestParameters.aiAgentToolConfirmationDecisionRequest, options).then((request) => request(axios, basePath));
|
|
1310
742
|
},
|
|
1311
743
|
/**
|
|
1312
|
-
*
|
|
1313
|
-
* @summary
|
|
1314
|
-
* @param {
|
|
1315
|
-
* @param {string} conversationId
|
|
1316
|
-
* @param {AiAgentStartRunRequest} aiAgentStartRunRequest
|
|
744
|
+
*
|
|
745
|
+
* @summary Send a user message and start or continue AI diagnosis
|
|
746
|
+
* @param {AIAgentApiSendAIAgentMessageRequest} requestParameters Request parameters.
|
|
1317
747
|
* @param {*} [options] Override http request option.
|
|
1318
748
|
* @throws {RequiredError}
|
|
1319
749
|
*/
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
assertParamExists('startAIAgentRun', 'orgName', orgName)
|
|
1323
|
-
// verify required parameter 'conversationId' is not null or undefined
|
|
1324
|
-
assertParamExists('startAIAgentRun', 'conversationId', conversationId)
|
|
1325
|
-
// verify required parameter 'aiAgentStartRunRequest' is not null or undefined
|
|
1326
|
-
assertParamExists('startAIAgentRun', 'aiAgentStartRunRequest', aiAgentStartRunRequest)
|
|
1327
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/runs`
|
|
1328
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
1329
|
-
.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)));
|
|
1330
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1331
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1332
|
-
let baseOptions;
|
|
1333
|
-
if (configuration) {
|
|
1334
|
-
baseOptions = configuration.baseOptions;
|
|
1335
|
-
}
|
|
1336
|
-
|
|
1337
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1338
|
-
const localVarHeaderParameter = {} as any;
|
|
1339
|
-
const localVarQueryParameter = {} as any;
|
|
1340
|
-
|
|
1341
|
-
// authentication BearerToken required
|
|
1342
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1347
|
-
|
|
1348
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1349
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1350
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1351
|
-
localVarRequestOptions.data = serializeDataIfNeeded(aiAgentStartRunRequest, localVarRequestOptions, configuration)
|
|
1352
|
-
|
|
1353
|
-
return {
|
|
1354
|
-
url: toPathString(localVarUrlObj),
|
|
1355
|
-
options: localVarRequestOptions,
|
|
1356
|
-
};
|
|
750
|
+
sendAIAgentMessage(requestParameters: AIAgentApiSendAIAgentMessageRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentSendMessageResponse> {
|
|
751
|
+
return localVarFp.sendAIAgentMessage(requestParameters.orgName, requestParameters.conversationId, requestParameters.aiAgentSendMessageRequest, options).then((request) => request(axios, basePath));
|
|
1357
752
|
},
|
|
1358
753
|
/**
|
|
1359
|
-
*
|
|
1360
|
-
* @summary
|
|
1361
|
-
* @param {
|
|
1362
|
-
* @param {string} runId
|
|
1363
|
-
* @param {AiAgentFeedbackRequest} aiAgentFeedbackRequest
|
|
754
|
+
*
|
|
755
|
+
* @summary Stop the current AI diagnosis turn
|
|
756
|
+
* @param {AIAgentApiStopAIAgentConversationRequest} requestParameters Request parameters.
|
|
1364
757
|
* @param {*} [options] Override http request option.
|
|
1365
758
|
* @throws {RequiredError}
|
|
1366
759
|
*/
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
assertParamExists('submitAIAgentFeedback', 'orgName', orgName)
|
|
1370
|
-
// verify required parameter 'runId' is not null or undefined
|
|
1371
|
-
assertParamExists('submitAIAgentFeedback', 'runId', runId)
|
|
1372
|
-
// verify required parameter 'aiAgentFeedbackRequest' is not null or undefined
|
|
1373
|
-
assertParamExists('submitAIAgentFeedback', 'aiAgentFeedbackRequest', aiAgentFeedbackRequest)
|
|
1374
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/runs/{runId}/feedback`
|
|
1375
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
1376
|
-
.replace(`{${"runId"}}`, encodeURIComponent(String(runId)));
|
|
1377
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1378
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1379
|
-
let baseOptions;
|
|
1380
|
-
if (configuration) {
|
|
1381
|
-
baseOptions = configuration.baseOptions;
|
|
1382
|
-
}
|
|
1383
|
-
|
|
1384
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1385
|
-
const localVarHeaderParameter = {} as any;
|
|
1386
|
-
const localVarQueryParameter = {} as any;
|
|
1387
|
-
|
|
1388
|
-
// authentication BearerToken required
|
|
1389
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1394
|
-
|
|
1395
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1396
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1397
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1398
|
-
localVarRequestOptions.data = serializeDataIfNeeded(aiAgentFeedbackRequest, localVarRequestOptions, configuration)
|
|
1399
|
-
|
|
1400
|
-
return {
|
|
1401
|
-
url: toPathString(localVarUrlObj),
|
|
1402
|
-
options: localVarRequestOptions,
|
|
1403
|
-
};
|
|
760
|
+
stopAIAgentConversation(requestParameters: AIAgentApiStopAIAgentConversationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentStopConversationResponse> {
|
|
761
|
+
return localVarFp.stopAIAgentConversation(requestParameters.orgName, requestParameters.conversationId, options).then((request) => request(axios, basePath));
|
|
1404
762
|
},
|
|
1405
763
|
/**
|
|
1406
|
-
*
|
|
1407
|
-
* @summary Subscribe to AI
|
|
1408
|
-
* @param {
|
|
1409
|
-
* @param {string} runId
|
|
1410
|
-
* @param {string} [lastEventID]
|
|
1411
|
-
* @param {string} [after]
|
|
764
|
+
*
|
|
765
|
+
* @summary Subscribe to AI diagnosis conversation events
|
|
766
|
+
* @param {AIAgentApiSubscribeAIAgentConversationEventsRequest} requestParameters Request parameters.
|
|
1412
767
|
* @param {*} [options] Override http request option.
|
|
1413
768
|
* @throws {RequiredError}
|
|
1414
769
|
*/
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
const localVarPath = `/api/v1/organizations/{orgName}/ai-agent/runs/{runId}/events`
|
|
1421
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
1422
|
-
.replace(`{${"runId"}}`, encodeURIComponent(String(runId)));
|
|
1423
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1424
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1425
|
-
let baseOptions;
|
|
1426
|
-
if (configuration) {
|
|
1427
|
-
baseOptions = configuration.baseOptions;
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1431
|
-
const localVarHeaderParameter = {} as any;
|
|
1432
|
-
const localVarQueryParameter = {} as any;
|
|
1433
|
-
|
|
1434
|
-
// authentication BearerToken required
|
|
1435
|
-
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
1436
|
-
|
|
1437
|
-
if (after !== undefined) {
|
|
1438
|
-
localVarQueryParameter['after'] = after;
|
|
1439
|
-
}
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
if (lastEventID != null) {
|
|
1444
|
-
localVarHeaderParameter['Last-Event-ID'] = String(lastEventID);
|
|
1445
|
-
}
|
|
1446
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1447
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1448
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1449
|
-
|
|
1450
|
-
return {
|
|
1451
|
-
url: toPathString(localVarUrlObj),
|
|
1452
|
-
options: localVarRequestOptions,
|
|
1453
|
-
};
|
|
1454
|
-
},
|
|
1455
|
-
}
|
|
1456
|
-
};
|
|
1457
|
-
|
|
1458
|
-
/**
|
|
1459
|
-
* AIAgentApi - functional programming interface
|
|
1460
|
-
* @export
|
|
1461
|
-
*/
|
|
1462
|
-
export const AIAgentApiFp = function(configuration?: Configuration) {
|
|
1463
|
-
const localVarAxiosParamCreator = AIAgentApiAxiosParamCreator(configuration)
|
|
1464
|
-
return {
|
|
1465
|
-
/**
|
|
1466
|
-
* Approves a pending Runtime-created tool approval request after validating run, tool call, argument hash, version, and expiry. Tool execution only starts after this decision or a Runtime policy allow.
|
|
1467
|
-
* @summary Approve an AI Agent tool approval request
|
|
1468
|
-
* @param {string} orgName
|
|
1469
|
-
* @param {string} runId
|
|
1470
|
-
* @param {string} approvalRequestId
|
|
1471
|
-
* @param {AiAgentToolApprovalDecisionRequest} aiAgentToolApprovalDecisionRequest
|
|
1472
|
-
* @param {*} [options] Override http request option.
|
|
1473
|
-
* @throws {RequiredError}
|
|
1474
|
-
*/
|
|
1475
|
-
async approveAIAgentToolApprovalRequest(orgName: string, runId: string, approvalRequestId: string, aiAgentToolApprovalDecisionRequest: AiAgentToolApprovalDecisionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentToolApprovalDecisionResponse>> {
|
|
1476
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.approveAIAgentToolApprovalRequest(orgName, runId, approvalRequestId, aiAgentToolApprovalDecisionRequest, options);
|
|
1477
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1478
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.approveAIAgentToolApprovalRequest']?.[localVarOperationServerIndex]?.url;
|
|
1479
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1480
|
-
},
|
|
1481
|
-
/**
|
|
1482
|
-
* Fetches frontend-safe report, evidence, action plan, run summary, and metric series artifacts referenced by message parts and report visualizations.
|
|
1483
|
-
* @summary Batch get AI Agent artifacts
|
|
1484
|
-
* @param {string} orgName
|
|
1485
|
-
* @param {AiAgentArtifactBatchGetRequest} aiAgentArtifactBatchGetRequest
|
|
1486
|
-
* @param {*} [options] Override http request option.
|
|
1487
|
-
* @throws {RequiredError}
|
|
1488
|
-
*/
|
|
1489
|
-
async batchGetAIAgentArtifacts(orgName: string, aiAgentArtifactBatchGetRequest: AiAgentArtifactBatchGetRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentArtifactBatch>> {
|
|
1490
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.batchGetAIAgentArtifacts(orgName, aiAgentArtifactBatchGetRequest, options);
|
|
1491
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1492
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.batchGetAIAgentArtifacts']?.[localVarOperationServerIndex]?.url;
|
|
1493
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1494
|
-
},
|
|
1495
|
-
/**
|
|
1496
|
-
* Cancels a pending or approved action plan before execution completes.
|
|
1497
|
-
* @summary Cancel an AI Agent action plan
|
|
1498
|
-
* @param {string} orgName
|
|
1499
|
-
* @param {string} actionPlanId
|
|
1500
|
-
* @param {*} [options] Override http request option.
|
|
1501
|
-
* @throws {RequiredError}
|
|
1502
|
-
*/
|
|
1503
|
-
async cancelAIAgentActionPlan(orgName: string, actionPlanId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentCancelActionPlanResponse>> {
|
|
1504
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.cancelAIAgentActionPlan(orgName, actionPlanId, options);
|
|
1505
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1506
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.cancelAIAgentActionPlan']?.[localVarOperationServerIndex]?.url;
|
|
1507
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1508
|
-
},
|
|
1509
|
-
/**
|
|
1510
|
-
* Cancels a pending or running Agent workflow.
|
|
1511
|
-
* @summary Cancel an AI Agent run
|
|
1512
|
-
* @param {string} orgName
|
|
1513
|
-
* @param {string} runId
|
|
1514
|
-
* @param {*} [options] Override http request option.
|
|
1515
|
-
* @throws {RequiredError}
|
|
1516
|
-
*/
|
|
1517
|
-
async cancelAIAgentRun(orgName: string, runId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentRunControlResponse>> {
|
|
1518
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.cancelAIAgentRun(orgName, runId, options);
|
|
1519
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1520
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.cancelAIAgentRun']?.[localVarOperationServerIndex]?.url;
|
|
1521
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1522
|
-
},
|
|
1523
|
-
/**
|
|
1524
|
-
* Cancels a pending Runtime-created tool approval request. The tool is not executed and the Agent returns to the conversation.
|
|
1525
|
-
* @summary Cancel an AI Agent tool approval request
|
|
1526
|
-
* @param {string} orgName
|
|
1527
|
-
* @param {string} runId
|
|
1528
|
-
* @param {string} approvalRequestId
|
|
1529
|
-
* @param {AiAgentToolApprovalDecisionRequest} aiAgentToolApprovalDecisionRequest
|
|
1530
|
-
* @param {*} [options] Override http request option.
|
|
1531
|
-
* @throws {RequiredError}
|
|
1532
|
-
*/
|
|
1533
|
-
async cancelAIAgentToolApprovalRequest(orgName: string, runId: string, approvalRequestId: string, aiAgentToolApprovalDecisionRequest: AiAgentToolApprovalDecisionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentToolApprovalDecisionResponse>> {
|
|
1534
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.cancelAIAgentToolApprovalRequest(orgName, runId, approvalRequestId, aiAgentToolApprovalDecisionRequest, options);
|
|
1535
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1536
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.cancelAIAgentToolApprovalRequest']?.[localVarOperationServerIndex]?.url;
|
|
1537
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1538
|
-
},
|
|
1539
|
-
/**
|
|
1540
|
-
* Confirms a pending action plan through the public confirmation read model. Approval tokens and execution credentials are internal.
|
|
1541
|
-
* @summary Confirm an AI Agent action plan
|
|
1542
|
-
* @param {string} orgName
|
|
1543
|
-
* @param {string} actionPlanId
|
|
1544
|
-
* @param {AiAgentConfirmActionPlanRequest} [aiAgentConfirmActionPlanRequest]
|
|
1545
|
-
* @param {*} [options] Override http request option.
|
|
1546
|
-
* @throws {RequiredError}
|
|
1547
|
-
*/
|
|
1548
|
-
async confirmAIAgentActionPlan(orgName: string, actionPlanId: string, aiAgentConfirmActionPlanRequest?: AiAgentConfirmActionPlanRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentConfirmActionPlanResponse>> {
|
|
1549
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.confirmAIAgentActionPlan(orgName, actionPlanId, aiAgentConfirmActionPlanRequest, options);
|
|
1550
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1551
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.confirmAIAgentActionPlan']?.[localVarOperationServerIndex]?.url;
|
|
1552
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1553
|
-
},
|
|
1554
|
-
/**
|
|
1555
|
-
* Continues investigation, regenerates explanation, or creates an action plan from an existing report.
|
|
1556
|
-
* @summary Continue from an AI Agent report
|
|
1557
|
-
* @param {string} orgName
|
|
1558
|
-
* @param {string} reportId
|
|
1559
|
-
* @param {AiAgentContinueReportRequest} aiAgentContinueReportRequest
|
|
1560
|
-
* @param {*} [options] Override http request option.
|
|
1561
|
-
* @throws {RequiredError}
|
|
1562
|
-
*/
|
|
1563
|
-
async continueAIAgentReport(orgName: string, reportId: string, aiAgentContinueReportRequest: AiAgentContinueReportRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentContinueRunResponse>> {
|
|
1564
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.continueAIAgentReport(orgName, reportId, aiAgentContinueReportRequest, options);
|
|
1565
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1566
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.continueAIAgentReport']?.[localVarOperationServerIndex]?.url;
|
|
1567
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1568
|
-
},
|
|
1569
|
-
/**
|
|
1570
|
-
* Adds a user message and continues, narrows, clarifies, or answers from the current Agent run.
|
|
1571
|
-
* @summary Continue an AI Agent run
|
|
1572
|
-
* @param {string} orgName
|
|
1573
|
-
* @param {string} runId
|
|
1574
|
-
* @param {AiAgentContinueRunRequest} aiAgentContinueRunRequest
|
|
1575
|
-
* @param {*} [options] Override http request option.
|
|
1576
|
-
* @throws {RequiredError}
|
|
1577
|
-
*/
|
|
1578
|
-
async continueAIAgentRun(orgName: string, runId: string, aiAgentContinueRunRequest: AiAgentContinueRunRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentContinueRunResponse>> {
|
|
1579
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.continueAIAgentRun(orgName, runId, aiAgentContinueRunRequest, options);
|
|
1580
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1581
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.continueAIAgentRun']?.[localVarOperationServerIndex]?.url;
|
|
1582
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1583
|
-
},
|
|
1584
|
-
/**
|
|
1585
|
-
* Creates a single-cluster Chat With AI Agent conversation.
|
|
1586
|
-
* @summary Create an AI Agent conversation
|
|
1587
|
-
* @param {string} orgName
|
|
1588
|
-
* @param {AiAgentCreateConversationRequest} aiAgentCreateConversationRequest
|
|
1589
|
-
* @param {*} [options] Override http request option.
|
|
1590
|
-
* @throws {RequiredError}
|
|
1591
|
-
*/
|
|
1592
|
-
async createAIAgentConversation(orgName: string, aiAgentCreateConversationRequest: AiAgentCreateConversationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentConversation>> {
|
|
1593
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.createAIAgentConversation(orgName, aiAgentCreateConversationRequest, options);
|
|
1594
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1595
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.createAIAgentConversation']?.[localVarOperationServerIndex]?.url;
|
|
1596
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1597
|
-
},
|
|
1598
|
-
/**
|
|
1599
|
-
* Returns frontend-safe execution status for a confirmed action plan.
|
|
1600
|
-
* @summary Get AI Agent action execution status
|
|
1601
|
-
* @param {string} orgName
|
|
1602
|
-
* @param {string} actionPlanId
|
|
1603
|
-
* @param {*} [options] Override http request option.
|
|
1604
|
-
* @throws {RequiredError}
|
|
1605
|
-
*/
|
|
1606
|
-
async getAIAgentActionExecution(orgName: string, actionPlanId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentExecutionStatusResponse>> {
|
|
1607
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getAIAgentActionExecution(orgName, actionPlanId, options);
|
|
1608
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1609
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.getAIAgentActionExecution']?.[localVarOperationServerIndex]?.url;
|
|
1610
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1611
|
-
},
|
|
1612
|
-
/**
|
|
1613
|
-
* Returns a frontend-safe action plan read model without approval tokens or execution credentials.
|
|
1614
|
-
* @summary Get AI Agent action plan
|
|
1615
|
-
* @param {string} orgName
|
|
1616
|
-
* @param {string} actionPlanId
|
|
1617
|
-
* @param {*} [options] Override http request option.
|
|
1618
|
-
* @throws {RequiredError}
|
|
1619
|
-
*/
|
|
1620
|
-
async getAIAgentActionPlan(orgName: string, actionPlanId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentActionPlan>> {
|
|
1621
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getAIAgentActionPlan(orgName, actionPlanId, options);
|
|
1622
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1623
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.getAIAgentActionPlan']?.[localVarOperationServerIndex]?.url;
|
|
1624
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1625
|
-
},
|
|
1626
|
-
/**
|
|
1627
|
-
* Returns the current single-cluster scope, cluster display context, playbooks, suggestions, and frontend-safe capability switches.
|
|
1628
|
-
* @summary Get AI Agent context and capabilities
|
|
1629
|
-
* @param {string} orgName
|
|
1630
|
-
* @param {string} clusterName
|
|
1631
|
-
* @param {string} [namespace]
|
|
1632
|
-
* @param {string} [component]
|
|
1633
|
-
* @param {string} [pod]
|
|
1634
|
-
* @param {*} [options] Override http request option.
|
|
1635
|
-
* @throws {RequiredError}
|
|
1636
|
-
*/
|
|
1637
|
-
async getAIAgentContext(orgName: string, clusterName: string, namespace?: string, component?: string, pod?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentContextResponse>> {
|
|
1638
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getAIAgentContext(orgName, clusterName, namespace, component, pod, options);
|
|
1639
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1640
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.getAIAgentContext']?.[localVarOperationServerIndex]?.url;
|
|
1641
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1642
|
-
},
|
|
1643
|
-
/**
|
|
1644
|
-
* Returns the conversation summary with a recent message preview. Use the paginated message and artifact APIs to restore full history.
|
|
1645
|
-
* @summary Get AI Agent conversation summary
|
|
1646
|
-
* @param {string} orgName
|
|
1647
|
-
* @param {string} conversationId
|
|
1648
|
-
* @param {*} [options] Override http request option.
|
|
1649
|
-
* @throws {RequiredError}
|
|
1650
|
-
*/
|
|
1651
|
-
async getAIAgentConversation(orgName: string, conversationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentConversation>> {
|
|
1652
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getAIAgentConversation(orgName, conversationId, options);
|
|
1653
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1654
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.getAIAgentConversation']?.[localVarOperationServerIndex]?.url;
|
|
1655
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1656
|
-
},
|
|
1657
|
-
/**
|
|
1658
|
-
* Returns a frontend-safe normalized evidence detail. Raw K8s/API payloads are not exposed.
|
|
1659
|
-
* @summary Get AI Agent evidence detail
|
|
1660
|
-
* @param {string} orgName
|
|
1661
|
-
* @param {string} evidenceId
|
|
1662
|
-
* @param {*} [options] Override http request option.
|
|
1663
|
-
* @throws {RequiredError}
|
|
1664
|
-
*/
|
|
1665
|
-
async getAIAgentEvidence(orgName: string, evidenceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentEvidenceDetail>> {
|
|
1666
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getAIAgentEvidence(orgName, evidenceId, options);
|
|
1667
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1668
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.getAIAgentEvidence']?.[localVarOperationServerIndex]?.url;
|
|
1669
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1670
|
-
},
|
|
1671
|
-
/**
|
|
1672
|
-
* Returns the Result Builder report read model for a run.
|
|
1673
|
-
* @summary Get AI Agent run report
|
|
1674
|
-
* @param {string} orgName
|
|
1675
|
-
* @param {string} runId
|
|
1676
|
-
* @param {*} [options] Override http request option.
|
|
1677
|
-
* @throws {RequiredError}
|
|
1678
|
-
*/
|
|
1679
|
-
async getAIAgentReport(orgName: string, runId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentReport>> {
|
|
1680
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getAIAgentReport(orgName, runId, options);
|
|
1681
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1682
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.getAIAgentReport']?.[localVarOperationServerIndex]?.url;
|
|
1683
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1684
|
-
},
|
|
1685
|
-
/**
|
|
1686
|
-
* Returns the current run state and branch summaries.
|
|
1687
|
-
* @summary Get AI Agent run
|
|
1688
|
-
* @param {string} orgName
|
|
1689
|
-
* @param {string} runId
|
|
1690
|
-
* @param {*} [options] Override http request option.
|
|
1691
|
-
* @throws {RequiredError}
|
|
1692
|
-
*/
|
|
1693
|
-
async getAIAgentRun(orgName: string, runId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentRun>> {
|
|
1694
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getAIAgentRun(orgName, runId, options);
|
|
1695
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1696
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.getAIAgentRun']?.[localVarOperationServerIndex]?.url;
|
|
1697
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1698
|
-
},
|
|
1699
|
-
/**
|
|
1700
|
-
* Lists reports created in a conversation.
|
|
1701
|
-
* @summary List AI Agent reports for a conversation
|
|
1702
|
-
* @param {string} orgName
|
|
1703
|
-
* @param {string} conversationId
|
|
1704
|
-
* @param {number} [limit]
|
|
1705
|
-
* @param {string} [cursor]
|
|
1706
|
-
* @param {*} [options] Override http request option.
|
|
1707
|
-
* @throws {RequiredError}
|
|
1708
|
-
*/
|
|
1709
|
-
async listAIAgentConversationReports(orgName: string, conversationId: string, limit?: number, cursor?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentReportList>> {
|
|
1710
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listAIAgentConversationReports(orgName, conversationId, limit, cursor, options);
|
|
1711
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1712
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.listAIAgentConversationReports']?.[localVarOperationServerIndex]?.url;
|
|
1713
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1714
|
-
},
|
|
1715
|
-
/**
|
|
1716
|
-
* Lists organization-scoped Chat With AI Agent conversations.
|
|
1717
|
-
* @summary List AI Agent conversations
|
|
1718
|
-
* @param {string} orgName
|
|
1719
|
-
* @param {string} [clusterName]
|
|
1720
|
-
* @param {number} [limit]
|
|
1721
|
-
* @param {string} [cursor]
|
|
1722
|
-
* @param {*} [options] Override http request option.
|
|
1723
|
-
* @throws {RequiredError}
|
|
1724
|
-
*/
|
|
1725
|
-
async listAIAgentConversations(orgName: string, clusterName?: string, limit?: number, cursor?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentConversationList>> {
|
|
1726
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listAIAgentConversations(orgName, clusterName, limit, cursor, options);
|
|
1727
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1728
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.listAIAgentConversations']?.[localVarOperationServerIndex]?.url;
|
|
1729
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1730
|
-
},
|
|
1731
|
-
/**
|
|
1732
|
-
* Lists structured message parts for restoring the workbench history.
|
|
1733
|
-
* @summary List AI Agent conversation messages
|
|
1734
|
-
* @param {string} orgName
|
|
1735
|
-
* @param {string} conversationId
|
|
1736
|
-
* @param {number} [limit]
|
|
1737
|
-
* @param {string} [cursor]
|
|
1738
|
-
* @param {*} [options] Override http request option.
|
|
1739
|
-
* @throws {RequiredError}
|
|
1740
|
-
*/
|
|
1741
|
-
async listAIAgentMessages(orgName: string, conversationId: string, limit?: number, cursor?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentMessageList>> {
|
|
1742
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listAIAgentMessages(orgName, conversationId, limit, cursor, options);
|
|
1743
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1744
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.listAIAgentMessages']?.[localVarOperationServerIndex]?.url;
|
|
1745
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1746
|
-
},
|
|
1747
|
-
/**
|
|
1748
|
-
* Lists frontend-safe playbook metadata for disabled states and scenario selection.
|
|
1749
|
-
* @summary List AI Agent playbooks
|
|
1750
|
-
* @param {string} orgName
|
|
1751
|
-
* @param {*} [options] Override http request option.
|
|
1752
|
-
* @throws {RequiredError}
|
|
1753
|
-
*/
|
|
1754
|
-
async listAIAgentPlaybooks(orgName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentPlaybookList>> {
|
|
1755
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listAIAgentPlaybooks(orgName, options);
|
|
1756
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1757
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.listAIAgentPlaybooks']?.[localVarOperationServerIndex]?.url;
|
|
1758
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1759
|
-
},
|
|
1760
|
-
/**
|
|
1761
|
-
* Lists normalized evidence summaries for a run.
|
|
1762
|
-
* @summary List AI Agent run evidence
|
|
1763
|
-
* @param {string} orgName
|
|
1764
|
-
* @param {string} runId
|
|
1765
|
-
* @param {string} [type]
|
|
1766
|
-
* @param {number} [limit]
|
|
1767
|
-
* @param {string} [cursor]
|
|
1768
|
-
* @param {*} [options] Override http request option.
|
|
1769
|
-
* @throws {RequiredError}
|
|
1770
|
-
*/
|
|
1771
|
-
async listAIAgentRunEvidence(orgName: string, runId: string, type?: string, limit?: number, cursor?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentEvidenceList>> {
|
|
1772
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listAIAgentRunEvidence(orgName, runId, type, limit, cursor, options);
|
|
1773
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1774
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.listAIAgentRunEvidence']?.[localVarOperationServerIndex]?.url;
|
|
1775
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1776
|
-
},
|
|
1777
|
-
/**
|
|
1778
|
-
* Lists frontend-safe capability metadata without raw source APIs, credentials, or internal tool arguments.
|
|
1779
|
-
* @summary List AI Agent tool capability summaries
|
|
1780
|
-
* @param {string} orgName
|
|
1781
|
-
* @param {*} [options] Override http request option.
|
|
1782
|
-
* @throws {RequiredError}
|
|
1783
|
-
*/
|
|
1784
|
-
async listAIAgentToolCapabilities(orgName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentToolCapabilityList>> {
|
|
1785
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listAIAgentToolCapabilities(orgName, options);
|
|
1786
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1787
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.listAIAgentToolCapabilities']?.[localVarOperationServerIndex]?.url;
|
|
1788
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1789
|
-
},
|
|
1790
|
-
/**
|
|
1791
|
-
* Pauses a running Agent workflow.
|
|
1792
|
-
* @summary Pause an AI Agent run
|
|
1793
|
-
* @param {string} orgName
|
|
1794
|
-
* @param {string} runId
|
|
1795
|
-
* @param {*} [options] Override http request option.
|
|
1796
|
-
* @throws {RequiredError}
|
|
1797
|
-
*/
|
|
1798
|
-
async pauseAIAgentRun(orgName: string, runId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentRunControlResponse>> {
|
|
1799
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.pauseAIAgentRun(orgName, runId, options);
|
|
1800
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1801
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.pauseAIAgentRun']?.[localVarOperationServerIndex]?.url;
|
|
1802
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1803
|
-
},
|
|
1804
|
-
/**
|
|
1805
|
-
* Regenerates a report from existing evidence without recollecting source data.
|
|
1806
|
-
* @summary Regenerate an AI Agent report
|
|
1807
|
-
* @param {string} orgName
|
|
1808
|
-
* @param {string} runId
|
|
1809
|
-
* @param {AiAgentRegenerateReportRequest} [aiAgentRegenerateReportRequest]
|
|
1810
|
-
* @param {*} [options] Override http request option.
|
|
1811
|
-
* @throws {RequiredError}
|
|
1812
|
-
*/
|
|
1813
|
-
async regenerateAIAgentReport(orgName: string, runId: string, aiAgentRegenerateReportRequest?: AiAgentRegenerateReportRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentReport>> {
|
|
1814
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.regenerateAIAgentReport(orgName, runId, aiAgentRegenerateReportRequest, options);
|
|
1815
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1816
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.regenerateAIAgentReport']?.[localVarOperationServerIndex]?.url;
|
|
1817
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1818
|
-
},
|
|
1819
|
-
/**
|
|
1820
|
-
* Rejects a pending Runtime-created tool approval request. The tool is not executed and the Agent returns to the conversation with a safe assistant message.
|
|
1821
|
-
* @summary Reject an AI Agent tool approval request
|
|
1822
|
-
* @param {string} orgName
|
|
1823
|
-
* @param {string} runId
|
|
1824
|
-
* @param {string} approvalRequestId
|
|
1825
|
-
* @param {AiAgentToolApprovalDecisionRequest} aiAgentToolApprovalDecisionRequest
|
|
1826
|
-
* @param {*} [options] Override http request option.
|
|
1827
|
-
* @throws {RequiredError}
|
|
1828
|
-
*/
|
|
1829
|
-
async rejectAIAgentToolApprovalRequest(orgName: string, runId: string, approvalRequestId: string, aiAgentToolApprovalDecisionRequest: AiAgentToolApprovalDecisionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentToolApprovalDecisionResponse>> {
|
|
1830
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.rejectAIAgentToolApprovalRequest(orgName, runId, approvalRequestId, aiAgentToolApprovalDecisionRequest, options);
|
|
1831
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1832
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.rejectAIAgentToolApprovalRequest']?.[localVarOperationServerIndex]?.url;
|
|
1833
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1834
|
-
},
|
|
1835
|
-
/**
|
|
1836
|
-
* Resumes a paused Agent workflow.
|
|
1837
|
-
* @summary Resume an AI Agent run
|
|
1838
|
-
* @param {string} orgName
|
|
1839
|
-
* @param {string} runId
|
|
1840
|
-
* @param {*} [options] Override http request option.
|
|
1841
|
-
* @throws {RequiredError}
|
|
1842
|
-
*/
|
|
1843
|
-
async resumeAIAgentRun(orgName: string, runId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentRunControlResponse>> {
|
|
1844
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.resumeAIAgentRun(orgName, runId, options);
|
|
1845
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1846
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.resumeAIAgentRun']?.[localVarOperationServerIndex]?.url;
|
|
1847
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1848
|
-
},
|
|
1849
|
-
/**
|
|
1850
|
-
* Creates a new run retrying the failed or degraded Agent workflow.
|
|
1851
|
-
* @summary Retry an AI Agent run
|
|
1852
|
-
* @param {string} orgName
|
|
1853
|
-
* @param {string} runId
|
|
1854
|
-
* @param {*} [options] Override http request option.
|
|
1855
|
-
* @throws {RequiredError}
|
|
1856
|
-
*/
|
|
1857
|
-
async retryAIAgentRun(orgName: string, runId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentRun>> {
|
|
1858
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.retryAIAgentRun(orgName, runId, options);
|
|
1859
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1860
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.retryAIAgentRun']?.[localVarOperationServerIndex]?.url;
|
|
1861
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1862
|
-
},
|
|
1863
|
-
/**
|
|
1864
|
-
* Starts a new observable Agent workflow instance inside a conversation.
|
|
1865
|
-
* @summary Start an AI Agent run
|
|
1866
|
-
* @param {string} orgName
|
|
1867
|
-
* @param {string} conversationId
|
|
1868
|
-
* @param {AiAgentStartRunRequest} aiAgentStartRunRequest
|
|
1869
|
-
* @param {*} [options] Override http request option.
|
|
1870
|
-
* @throws {RequiredError}
|
|
1871
|
-
*/
|
|
1872
|
-
async startAIAgentRun(orgName: string, conversationId: string, aiAgentStartRunRequest: AiAgentStartRunRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentStartRunResponse>> {
|
|
1873
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.startAIAgentRun(orgName, conversationId, aiAgentStartRunRequest, options);
|
|
1874
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1875
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.startAIAgentRun']?.[localVarOperationServerIndex]?.url;
|
|
1876
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1877
|
-
},
|
|
1878
|
-
/**
|
|
1879
|
-
* Records user feedback for Agent evaluation and result improvement.
|
|
1880
|
-
* @summary Submit AI Agent run feedback
|
|
1881
|
-
* @param {string} orgName
|
|
1882
|
-
* @param {string} runId
|
|
1883
|
-
* @param {AiAgentFeedbackRequest} aiAgentFeedbackRequest
|
|
1884
|
-
* @param {*} [options] Override http request option.
|
|
1885
|
-
* @throws {RequiredError}
|
|
1886
|
-
*/
|
|
1887
|
-
async submitAIAgentFeedback(orgName: string, runId: string, aiAgentFeedbackRequest: AiAgentFeedbackRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentFeedbackResponse>> {
|
|
1888
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.submitAIAgentFeedback(orgName, runId, aiAgentFeedbackRequest, options);
|
|
1889
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1890
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.submitAIAgentFeedback']?.[localVarOperationServerIndex]?.url;
|
|
1891
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1892
|
-
},
|
|
1893
|
-
/**
|
|
1894
|
-
* Streams frontend-safe Agent events as SSE blocks with event name `agent_event`.
|
|
1895
|
-
* @summary Subscribe to AI Agent run events
|
|
1896
|
-
* @param {string} orgName
|
|
1897
|
-
* @param {string} runId
|
|
1898
|
-
* @param {string} [lastEventID]
|
|
1899
|
-
* @param {string} [after]
|
|
1900
|
-
* @param {*} [options] Override http request option.
|
|
1901
|
-
* @throws {RequiredError}
|
|
1902
|
-
*/
|
|
1903
|
-
async subscribeAIAgentRunEvents(orgName: string, runId: string, lastEventID?: string, after?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAgentEvent>> {
|
|
1904
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.subscribeAIAgentRunEvents(orgName, runId, lastEventID, after, options);
|
|
1905
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1906
|
-
const localVarOperationServerBasePath = operationServerMap['AIAgentApi.subscribeAIAgentRunEvents']?.[localVarOperationServerIndex]?.url;
|
|
1907
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1908
|
-
},
|
|
1909
|
-
}
|
|
1910
|
-
};
|
|
1911
|
-
|
|
1912
|
-
/**
|
|
1913
|
-
* AIAgentApi - factory interface
|
|
1914
|
-
* @export
|
|
1915
|
-
*/
|
|
1916
|
-
export const AIAgentApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
1917
|
-
const localVarFp = AIAgentApiFp(configuration)
|
|
1918
|
-
return {
|
|
1919
|
-
/**
|
|
1920
|
-
* Approves a pending Runtime-created tool approval request after validating run, tool call, argument hash, version, and expiry. Tool execution only starts after this decision or a Runtime policy allow.
|
|
1921
|
-
* @summary Approve an AI Agent tool approval request
|
|
1922
|
-
* @param {AIAgentApiApproveAIAgentToolApprovalRequestRequest} requestParameters Request parameters.
|
|
1923
|
-
* @param {*} [options] Override http request option.
|
|
1924
|
-
* @throws {RequiredError}
|
|
1925
|
-
*/
|
|
1926
|
-
approveAIAgentToolApprovalRequest(requestParameters: AIAgentApiApproveAIAgentToolApprovalRequestRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentToolApprovalDecisionResponse> {
|
|
1927
|
-
return localVarFp.approveAIAgentToolApprovalRequest(requestParameters.orgName, requestParameters.runId, requestParameters.approvalRequestId, requestParameters.aiAgentToolApprovalDecisionRequest, options).then((request) => request(axios, basePath));
|
|
1928
|
-
},
|
|
1929
|
-
/**
|
|
1930
|
-
* Fetches frontend-safe report, evidence, action plan, run summary, and metric series artifacts referenced by message parts and report visualizations.
|
|
1931
|
-
* @summary Batch get AI Agent artifacts
|
|
1932
|
-
* @param {AIAgentApiBatchGetAIAgentArtifactsRequest} requestParameters Request parameters.
|
|
1933
|
-
* @param {*} [options] Override http request option.
|
|
1934
|
-
* @throws {RequiredError}
|
|
1935
|
-
*/
|
|
1936
|
-
batchGetAIAgentArtifacts(requestParameters: AIAgentApiBatchGetAIAgentArtifactsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentArtifactBatch> {
|
|
1937
|
-
return localVarFp.batchGetAIAgentArtifacts(requestParameters.orgName, requestParameters.aiAgentArtifactBatchGetRequest, options).then((request) => request(axios, basePath));
|
|
1938
|
-
},
|
|
1939
|
-
/**
|
|
1940
|
-
* Cancels a pending or approved action plan before execution completes.
|
|
1941
|
-
* @summary Cancel an AI Agent action plan
|
|
1942
|
-
* @param {AIAgentApiCancelAIAgentActionPlanRequest} requestParameters Request parameters.
|
|
1943
|
-
* @param {*} [options] Override http request option.
|
|
1944
|
-
* @throws {RequiredError}
|
|
1945
|
-
*/
|
|
1946
|
-
cancelAIAgentActionPlan(requestParameters: AIAgentApiCancelAIAgentActionPlanRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentCancelActionPlanResponse> {
|
|
1947
|
-
return localVarFp.cancelAIAgentActionPlan(requestParameters.orgName, requestParameters.actionPlanId, options).then((request) => request(axios, basePath));
|
|
1948
|
-
},
|
|
1949
|
-
/**
|
|
1950
|
-
* Cancels a pending or running Agent workflow.
|
|
1951
|
-
* @summary Cancel an AI Agent run
|
|
1952
|
-
* @param {AIAgentApiCancelAIAgentRunRequest} requestParameters Request parameters.
|
|
1953
|
-
* @param {*} [options] Override http request option.
|
|
1954
|
-
* @throws {RequiredError}
|
|
1955
|
-
*/
|
|
1956
|
-
cancelAIAgentRun(requestParameters: AIAgentApiCancelAIAgentRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentRunControlResponse> {
|
|
1957
|
-
return localVarFp.cancelAIAgentRun(requestParameters.orgName, requestParameters.runId, options).then((request) => request(axios, basePath));
|
|
1958
|
-
},
|
|
1959
|
-
/**
|
|
1960
|
-
* Cancels a pending Runtime-created tool approval request. The tool is not executed and the Agent returns to the conversation.
|
|
1961
|
-
* @summary Cancel an AI Agent tool approval request
|
|
1962
|
-
* @param {AIAgentApiCancelAIAgentToolApprovalRequestRequest} requestParameters Request parameters.
|
|
1963
|
-
* @param {*} [options] Override http request option.
|
|
1964
|
-
* @throws {RequiredError}
|
|
1965
|
-
*/
|
|
1966
|
-
cancelAIAgentToolApprovalRequest(requestParameters: AIAgentApiCancelAIAgentToolApprovalRequestRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentToolApprovalDecisionResponse> {
|
|
1967
|
-
return localVarFp.cancelAIAgentToolApprovalRequest(requestParameters.orgName, requestParameters.runId, requestParameters.approvalRequestId, requestParameters.aiAgentToolApprovalDecisionRequest, options).then((request) => request(axios, basePath));
|
|
1968
|
-
},
|
|
1969
|
-
/**
|
|
1970
|
-
* Confirms a pending action plan through the public confirmation read model. Approval tokens and execution credentials are internal.
|
|
1971
|
-
* @summary Confirm an AI Agent action plan
|
|
1972
|
-
* @param {AIAgentApiConfirmAIAgentActionPlanRequest} requestParameters Request parameters.
|
|
1973
|
-
* @param {*} [options] Override http request option.
|
|
1974
|
-
* @throws {RequiredError}
|
|
1975
|
-
*/
|
|
1976
|
-
confirmAIAgentActionPlan(requestParameters: AIAgentApiConfirmAIAgentActionPlanRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentConfirmActionPlanResponse> {
|
|
1977
|
-
return localVarFp.confirmAIAgentActionPlan(requestParameters.orgName, requestParameters.actionPlanId, requestParameters.aiAgentConfirmActionPlanRequest, options).then((request) => request(axios, basePath));
|
|
1978
|
-
},
|
|
1979
|
-
/**
|
|
1980
|
-
* Continues investigation, regenerates explanation, or creates an action plan from an existing report.
|
|
1981
|
-
* @summary Continue from an AI Agent report
|
|
1982
|
-
* @param {AIAgentApiContinueAIAgentReportRequest} requestParameters Request parameters.
|
|
1983
|
-
* @param {*} [options] Override http request option.
|
|
1984
|
-
* @throws {RequiredError}
|
|
1985
|
-
*/
|
|
1986
|
-
continueAIAgentReport(requestParameters: AIAgentApiContinueAIAgentReportRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentContinueRunResponse> {
|
|
1987
|
-
return localVarFp.continueAIAgentReport(requestParameters.orgName, requestParameters.reportId, requestParameters.aiAgentContinueReportRequest, options).then((request) => request(axios, basePath));
|
|
1988
|
-
},
|
|
1989
|
-
/**
|
|
1990
|
-
* Adds a user message and continues, narrows, clarifies, or answers from the current Agent run.
|
|
1991
|
-
* @summary Continue an AI Agent run
|
|
1992
|
-
* @param {AIAgentApiContinueAIAgentRunRequest} requestParameters Request parameters.
|
|
1993
|
-
* @param {*} [options] Override http request option.
|
|
1994
|
-
* @throws {RequiredError}
|
|
1995
|
-
*/
|
|
1996
|
-
continueAIAgentRun(requestParameters: AIAgentApiContinueAIAgentRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentContinueRunResponse> {
|
|
1997
|
-
return localVarFp.continueAIAgentRun(requestParameters.orgName, requestParameters.runId, requestParameters.aiAgentContinueRunRequest, options).then((request) => request(axios, basePath));
|
|
1998
|
-
},
|
|
1999
|
-
/**
|
|
2000
|
-
* Creates a single-cluster Chat With AI Agent conversation.
|
|
2001
|
-
* @summary Create an AI Agent conversation
|
|
2002
|
-
* @param {AIAgentApiCreateAIAgentConversationRequest} requestParameters Request parameters.
|
|
2003
|
-
* @param {*} [options] Override http request option.
|
|
2004
|
-
* @throws {RequiredError}
|
|
2005
|
-
*/
|
|
2006
|
-
createAIAgentConversation(requestParameters: AIAgentApiCreateAIAgentConversationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentConversation> {
|
|
2007
|
-
return localVarFp.createAIAgentConversation(requestParameters.orgName, requestParameters.aiAgentCreateConversationRequest, options).then((request) => request(axios, basePath));
|
|
2008
|
-
},
|
|
2009
|
-
/**
|
|
2010
|
-
* Returns frontend-safe execution status for a confirmed action plan.
|
|
2011
|
-
* @summary Get AI Agent action execution status
|
|
2012
|
-
* @param {AIAgentApiGetAIAgentActionExecutionRequest} requestParameters Request parameters.
|
|
2013
|
-
* @param {*} [options] Override http request option.
|
|
2014
|
-
* @throws {RequiredError}
|
|
2015
|
-
*/
|
|
2016
|
-
getAIAgentActionExecution(requestParameters: AIAgentApiGetAIAgentActionExecutionRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentExecutionStatusResponse> {
|
|
2017
|
-
return localVarFp.getAIAgentActionExecution(requestParameters.orgName, requestParameters.actionPlanId, options).then((request) => request(axios, basePath));
|
|
2018
|
-
},
|
|
2019
|
-
/**
|
|
2020
|
-
* Returns a frontend-safe action plan read model without approval tokens or execution credentials.
|
|
2021
|
-
* @summary Get AI Agent action plan
|
|
2022
|
-
* @param {AIAgentApiGetAIAgentActionPlanRequest} requestParameters Request parameters.
|
|
2023
|
-
* @param {*} [options] Override http request option.
|
|
2024
|
-
* @throws {RequiredError}
|
|
2025
|
-
*/
|
|
2026
|
-
getAIAgentActionPlan(requestParameters: AIAgentApiGetAIAgentActionPlanRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentActionPlan> {
|
|
2027
|
-
return localVarFp.getAIAgentActionPlan(requestParameters.orgName, requestParameters.actionPlanId, options).then((request) => request(axios, basePath));
|
|
2028
|
-
},
|
|
2029
|
-
/**
|
|
2030
|
-
* Returns the current single-cluster scope, cluster display context, playbooks, suggestions, and frontend-safe capability switches.
|
|
2031
|
-
* @summary Get AI Agent context and capabilities
|
|
2032
|
-
* @param {AIAgentApiGetAIAgentContextRequest} requestParameters Request parameters.
|
|
2033
|
-
* @param {*} [options] Override http request option.
|
|
2034
|
-
* @throws {RequiredError}
|
|
2035
|
-
*/
|
|
2036
|
-
getAIAgentContext(requestParameters: AIAgentApiGetAIAgentContextRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentContextResponse> {
|
|
2037
|
-
return localVarFp.getAIAgentContext(requestParameters.orgName, requestParameters.clusterName, requestParameters.namespace, requestParameters.component, requestParameters.pod, options).then((request) => request(axios, basePath));
|
|
2038
|
-
},
|
|
2039
|
-
/**
|
|
2040
|
-
* Returns the conversation summary with a recent message preview. Use the paginated message and artifact APIs to restore full history.
|
|
2041
|
-
* @summary Get AI Agent conversation summary
|
|
2042
|
-
* @param {AIAgentApiGetAIAgentConversationRequest} requestParameters Request parameters.
|
|
2043
|
-
* @param {*} [options] Override http request option.
|
|
2044
|
-
* @throws {RequiredError}
|
|
2045
|
-
*/
|
|
2046
|
-
getAIAgentConversation(requestParameters: AIAgentApiGetAIAgentConversationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentConversation> {
|
|
2047
|
-
return localVarFp.getAIAgentConversation(requestParameters.orgName, requestParameters.conversationId, options).then((request) => request(axios, basePath));
|
|
2048
|
-
},
|
|
2049
|
-
/**
|
|
2050
|
-
* Returns a frontend-safe normalized evidence detail. Raw K8s/API payloads are not exposed.
|
|
2051
|
-
* @summary Get AI Agent evidence detail
|
|
2052
|
-
* @param {AIAgentApiGetAIAgentEvidenceRequest} requestParameters Request parameters.
|
|
2053
|
-
* @param {*} [options] Override http request option.
|
|
2054
|
-
* @throws {RequiredError}
|
|
2055
|
-
*/
|
|
2056
|
-
getAIAgentEvidence(requestParameters: AIAgentApiGetAIAgentEvidenceRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentEvidenceDetail> {
|
|
2057
|
-
return localVarFp.getAIAgentEvidence(requestParameters.orgName, requestParameters.evidenceId, options).then((request) => request(axios, basePath));
|
|
2058
|
-
},
|
|
2059
|
-
/**
|
|
2060
|
-
* Returns the Result Builder report read model for a run.
|
|
2061
|
-
* @summary Get AI Agent run report
|
|
2062
|
-
* @param {AIAgentApiGetAIAgentReportRequest} requestParameters Request parameters.
|
|
2063
|
-
* @param {*} [options] Override http request option.
|
|
2064
|
-
* @throws {RequiredError}
|
|
2065
|
-
*/
|
|
2066
|
-
getAIAgentReport(requestParameters: AIAgentApiGetAIAgentReportRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentReport> {
|
|
2067
|
-
return localVarFp.getAIAgentReport(requestParameters.orgName, requestParameters.runId, options).then((request) => request(axios, basePath));
|
|
2068
|
-
},
|
|
2069
|
-
/**
|
|
2070
|
-
* Returns the current run state and branch summaries.
|
|
2071
|
-
* @summary Get AI Agent run
|
|
2072
|
-
* @param {AIAgentApiGetAIAgentRunRequest} requestParameters Request parameters.
|
|
2073
|
-
* @param {*} [options] Override http request option.
|
|
2074
|
-
* @throws {RequiredError}
|
|
2075
|
-
*/
|
|
2076
|
-
getAIAgentRun(requestParameters: AIAgentApiGetAIAgentRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentRun> {
|
|
2077
|
-
return localVarFp.getAIAgentRun(requestParameters.orgName, requestParameters.runId, options).then((request) => request(axios, basePath));
|
|
2078
|
-
},
|
|
2079
|
-
/**
|
|
2080
|
-
* Lists reports created in a conversation.
|
|
2081
|
-
* @summary List AI Agent reports for a conversation
|
|
2082
|
-
* @param {AIAgentApiListAIAgentConversationReportsRequest} requestParameters Request parameters.
|
|
2083
|
-
* @param {*} [options] Override http request option.
|
|
2084
|
-
* @throws {RequiredError}
|
|
2085
|
-
*/
|
|
2086
|
-
listAIAgentConversationReports(requestParameters: AIAgentApiListAIAgentConversationReportsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentReportList> {
|
|
2087
|
-
return localVarFp.listAIAgentConversationReports(requestParameters.orgName, requestParameters.conversationId, requestParameters.limit, requestParameters.cursor, options).then((request) => request(axios, basePath));
|
|
2088
|
-
},
|
|
2089
|
-
/**
|
|
2090
|
-
* Lists organization-scoped Chat With AI Agent conversations.
|
|
2091
|
-
* @summary List AI Agent conversations
|
|
2092
|
-
* @param {AIAgentApiListAIAgentConversationsRequest} requestParameters Request parameters.
|
|
2093
|
-
* @param {*} [options] Override http request option.
|
|
2094
|
-
* @throws {RequiredError}
|
|
2095
|
-
*/
|
|
2096
|
-
listAIAgentConversations(requestParameters: AIAgentApiListAIAgentConversationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentConversationList> {
|
|
2097
|
-
return localVarFp.listAIAgentConversations(requestParameters.orgName, requestParameters.clusterName, requestParameters.limit, requestParameters.cursor, options).then((request) => request(axios, basePath));
|
|
2098
|
-
},
|
|
2099
|
-
/**
|
|
2100
|
-
* Lists structured message parts for restoring the workbench history.
|
|
2101
|
-
* @summary List AI Agent conversation messages
|
|
2102
|
-
* @param {AIAgentApiListAIAgentMessagesRequest} requestParameters Request parameters.
|
|
2103
|
-
* @param {*} [options] Override http request option.
|
|
2104
|
-
* @throws {RequiredError}
|
|
2105
|
-
*/
|
|
2106
|
-
listAIAgentMessages(requestParameters: AIAgentApiListAIAgentMessagesRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentMessageList> {
|
|
2107
|
-
return localVarFp.listAIAgentMessages(requestParameters.orgName, requestParameters.conversationId, requestParameters.limit, requestParameters.cursor, options).then((request) => request(axios, basePath));
|
|
2108
|
-
},
|
|
2109
|
-
/**
|
|
2110
|
-
* Lists frontend-safe playbook metadata for disabled states and scenario selection.
|
|
2111
|
-
* @summary List AI Agent playbooks
|
|
2112
|
-
* @param {AIAgentApiListAIAgentPlaybooksRequest} requestParameters Request parameters.
|
|
2113
|
-
* @param {*} [options] Override http request option.
|
|
2114
|
-
* @throws {RequiredError}
|
|
2115
|
-
*/
|
|
2116
|
-
listAIAgentPlaybooks(requestParameters: AIAgentApiListAIAgentPlaybooksRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentPlaybookList> {
|
|
2117
|
-
return localVarFp.listAIAgentPlaybooks(requestParameters.orgName, options).then((request) => request(axios, basePath));
|
|
2118
|
-
},
|
|
2119
|
-
/**
|
|
2120
|
-
* Lists normalized evidence summaries for a run.
|
|
2121
|
-
* @summary List AI Agent run evidence
|
|
2122
|
-
* @param {AIAgentApiListAIAgentRunEvidenceRequest} requestParameters Request parameters.
|
|
2123
|
-
* @param {*} [options] Override http request option.
|
|
2124
|
-
* @throws {RequiredError}
|
|
2125
|
-
*/
|
|
2126
|
-
listAIAgentRunEvidence(requestParameters: AIAgentApiListAIAgentRunEvidenceRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentEvidenceList> {
|
|
2127
|
-
return localVarFp.listAIAgentRunEvidence(requestParameters.orgName, requestParameters.runId, requestParameters.type, requestParameters.limit, requestParameters.cursor, options).then((request) => request(axios, basePath));
|
|
2128
|
-
},
|
|
2129
|
-
/**
|
|
2130
|
-
* Lists frontend-safe capability metadata without raw source APIs, credentials, or internal tool arguments.
|
|
2131
|
-
* @summary List AI Agent tool capability summaries
|
|
2132
|
-
* @param {AIAgentApiListAIAgentToolCapabilitiesRequest} requestParameters Request parameters.
|
|
2133
|
-
* @param {*} [options] Override http request option.
|
|
2134
|
-
* @throws {RequiredError}
|
|
2135
|
-
*/
|
|
2136
|
-
listAIAgentToolCapabilities(requestParameters: AIAgentApiListAIAgentToolCapabilitiesRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentToolCapabilityList> {
|
|
2137
|
-
return localVarFp.listAIAgentToolCapabilities(requestParameters.orgName, options).then((request) => request(axios, basePath));
|
|
2138
|
-
},
|
|
2139
|
-
/**
|
|
2140
|
-
* Pauses a running Agent workflow.
|
|
2141
|
-
* @summary Pause an AI Agent run
|
|
2142
|
-
* @param {AIAgentApiPauseAIAgentRunRequest} requestParameters Request parameters.
|
|
2143
|
-
* @param {*} [options] Override http request option.
|
|
2144
|
-
* @throws {RequiredError}
|
|
2145
|
-
*/
|
|
2146
|
-
pauseAIAgentRun(requestParameters: AIAgentApiPauseAIAgentRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentRunControlResponse> {
|
|
2147
|
-
return localVarFp.pauseAIAgentRun(requestParameters.orgName, requestParameters.runId, options).then((request) => request(axios, basePath));
|
|
2148
|
-
},
|
|
2149
|
-
/**
|
|
2150
|
-
* Regenerates a report from existing evidence without recollecting source data.
|
|
2151
|
-
* @summary Regenerate an AI Agent report
|
|
2152
|
-
* @param {AIAgentApiRegenerateAIAgentReportRequest} requestParameters Request parameters.
|
|
2153
|
-
* @param {*} [options] Override http request option.
|
|
2154
|
-
* @throws {RequiredError}
|
|
2155
|
-
*/
|
|
2156
|
-
regenerateAIAgentReport(requestParameters: AIAgentApiRegenerateAIAgentReportRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentReport> {
|
|
2157
|
-
return localVarFp.regenerateAIAgentReport(requestParameters.orgName, requestParameters.runId, requestParameters.aiAgentRegenerateReportRequest, options).then((request) => request(axios, basePath));
|
|
2158
|
-
},
|
|
2159
|
-
/**
|
|
2160
|
-
* Rejects a pending Runtime-created tool approval request. The tool is not executed and the Agent returns to the conversation with a safe assistant message.
|
|
2161
|
-
* @summary Reject an AI Agent tool approval request
|
|
2162
|
-
* @param {AIAgentApiRejectAIAgentToolApprovalRequestRequest} requestParameters Request parameters.
|
|
2163
|
-
* @param {*} [options] Override http request option.
|
|
2164
|
-
* @throws {RequiredError}
|
|
2165
|
-
*/
|
|
2166
|
-
rejectAIAgentToolApprovalRequest(requestParameters: AIAgentApiRejectAIAgentToolApprovalRequestRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentToolApprovalDecisionResponse> {
|
|
2167
|
-
return localVarFp.rejectAIAgentToolApprovalRequest(requestParameters.orgName, requestParameters.runId, requestParameters.approvalRequestId, requestParameters.aiAgentToolApprovalDecisionRequest, options).then((request) => request(axios, basePath));
|
|
2168
|
-
},
|
|
2169
|
-
/**
|
|
2170
|
-
* Resumes a paused Agent workflow.
|
|
2171
|
-
* @summary Resume an AI Agent run
|
|
2172
|
-
* @param {AIAgentApiResumeAIAgentRunRequest} requestParameters Request parameters.
|
|
2173
|
-
* @param {*} [options] Override http request option.
|
|
2174
|
-
* @throws {RequiredError}
|
|
2175
|
-
*/
|
|
2176
|
-
resumeAIAgentRun(requestParameters: AIAgentApiResumeAIAgentRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentRunControlResponse> {
|
|
2177
|
-
return localVarFp.resumeAIAgentRun(requestParameters.orgName, requestParameters.runId, options).then((request) => request(axios, basePath));
|
|
2178
|
-
},
|
|
2179
|
-
/**
|
|
2180
|
-
* Creates a new run retrying the failed or degraded Agent workflow.
|
|
2181
|
-
* @summary Retry an AI Agent run
|
|
2182
|
-
* @param {AIAgentApiRetryAIAgentRunRequest} requestParameters Request parameters.
|
|
2183
|
-
* @param {*} [options] Override http request option.
|
|
2184
|
-
* @throws {RequiredError}
|
|
2185
|
-
*/
|
|
2186
|
-
retryAIAgentRun(requestParameters: AIAgentApiRetryAIAgentRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentRun> {
|
|
2187
|
-
return localVarFp.retryAIAgentRun(requestParameters.orgName, requestParameters.runId, options).then((request) => request(axios, basePath));
|
|
2188
|
-
},
|
|
2189
|
-
/**
|
|
2190
|
-
* Starts a new observable Agent workflow instance inside a conversation.
|
|
2191
|
-
* @summary Start an AI Agent run
|
|
2192
|
-
* @param {AIAgentApiStartAIAgentRunRequest} requestParameters Request parameters.
|
|
2193
|
-
* @param {*} [options] Override http request option.
|
|
2194
|
-
* @throws {RequiredError}
|
|
2195
|
-
*/
|
|
2196
|
-
startAIAgentRun(requestParameters: AIAgentApiStartAIAgentRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentStartRunResponse> {
|
|
2197
|
-
return localVarFp.startAIAgentRun(requestParameters.orgName, requestParameters.conversationId, requestParameters.aiAgentStartRunRequest, options).then((request) => request(axios, basePath));
|
|
2198
|
-
},
|
|
2199
|
-
/**
|
|
2200
|
-
* Records user feedback for Agent evaluation and result improvement.
|
|
2201
|
-
* @summary Submit AI Agent run feedback
|
|
2202
|
-
* @param {AIAgentApiSubmitAIAgentFeedbackRequest} requestParameters Request parameters.
|
|
2203
|
-
* @param {*} [options] Override http request option.
|
|
2204
|
-
* @throws {RequiredError}
|
|
2205
|
-
*/
|
|
2206
|
-
submitAIAgentFeedback(requestParameters: AIAgentApiSubmitAIAgentFeedbackRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentFeedbackResponse> {
|
|
2207
|
-
return localVarFp.submitAIAgentFeedback(requestParameters.orgName, requestParameters.runId, requestParameters.aiAgentFeedbackRequest, options).then((request) => request(axios, basePath));
|
|
2208
|
-
},
|
|
2209
|
-
/**
|
|
2210
|
-
* Streams frontend-safe Agent events as SSE blocks with event name `agent_event`.
|
|
2211
|
-
* @summary Subscribe to AI Agent run events
|
|
2212
|
-
* @param {AIAgentApiSubscribeAIAgentRunEventsRequest} requestParameters Request parameters.
|
|
2213
|
-
* @param {*} [options] Override http request option.
|
|
2214
|
-
* @throws {RequiredError}
|
|
2215
|
-
*/
|
|
2216
|
-
subscribeAIAgentRunEvents(requestParameters: AIAgentApiSubscribeAIAgentRunEventsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentEvent> {
|
|
2217
|
-
return localVarFp.subscribeAIAgentRunEvents(requestParameters.orgName, requestParameters.runId, requestParameters.lastEventID, requestParameters.after, options).then((request) => request(axios, basePath));
|
|
2218
|
-
},
|
|
2219
|
-
};
|
|
2220
|
-
};
|
|
2221
|
-
|
|
2222
|
-
/**
|
|
2223
|
-
* AIAgentApi - interface
|
|
2224
|
-
* @export
|
|
2225
|
-
* @interface AIAgentApi
|
|
2226
|
-
*/
|
|
2227
|
-
export interface AIAgentApiInterface {
|
|
2228
|
-
/**
|
|
2229
|
-
* Approves a pending Runtime-created tool approval request after validating run, tool call, argument hash, version, and expiry. Tool execution only starts after this decision or a Runtime policy allow.
|
|
2230
|
-
* @summary Approve an AI Agent tool approval request
|
|
2231
|
-
* @param {AIAgentApiApproveAIAgentToolApprovalRequestRequest} requestParameters Request parameters.
|
|
2232
|
-
* @param {*} [options] Override http request option.
|
|
2233
|
-
* @throws {RequiredError}
|
|
2234
|
-
* @memberof AIAgentApiInterface
|
|
2235
|
-
*/
|
|
2236
|
-
approveAIAgentToolApprovalRequest(requestParameters: AIAgentApiApproveAIAgentToolApprovalRequestRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentToolApprovalDecisionResponse>;
|
|
2237
|
-
|
|
2238
|
-
/**
|
|
2239
|
-
* Fetches frontend-safe report, evidence, action plan, run summary, and metric series artifacts referenced by message parts and report visualizations.
|
|
2240
|
-
* @summary Batch get AI Agent artifacts
|
|
2241
|
-
* @param {AIAgentApiBatchGetAIAgentArtifactsRequest} requestParameters Request parameters.
|
|
2242
|
-
* @param {*} [options] Override http request option.
|
|
2243
|
-
* @throws {RequiredError}
|
|
2244
|
-
* @memberof AIAgentApiInterface
|
|
2245
|
-
*/
|
|
2246
|
-
batchGetAIAgentArtifacts(requestParameters: AIAgentApiBatchGetAIAgentArtifactsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentArtifactBatch>;
|
|
2247
|
-
|
|
2248
|
-
/**
|
|
2249
|
-
* Cancels a pending or approved action plan before execution completes.
|
|
2250
|
-
* @summary Cancel an AI Agent action plan
|
|
2251
|
-
* @param {AIAgentApiCancelAIAgentActionPlanRequest} requestParameters Request parameters.
|
|
2252
|
-
* @param {*} [options] Override http request option.
|
|
2253
|
-
* @throws {RequiredError}
|
|
2254
|
-
* @memberof AIAgentApiInterface
|
|
2255
|
-
*/
|
|
2256
|
-
cancelAIAgentActionPlan(requestParameters: AIAgentApiCancelAIAgentActionPlanRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentCancelActionPlanResponse>;
|
|
2257
|
-
|
|
2258
|
-
/**
|
|
2259
|
-
* Cancels a pending or running Agent workflow.
|
|
2260
|
-
* @summary Cancel an AI Agent run
|
|
2261
|
-
* @param {AIAgentApiCancelAIAgentRunRequest} requestParameters Request parameters.
|
|
2262
|
-
* @param {*} [options] Override http request option.
|
|
2263
|
-
* @throws {RequiredError}
|
|
2264
|
-
* @memberof AIAgentApiInterface
|
|
2265
|
-
*/
|
|
2266
|
-
cancelAIAgentRun(requestParameters: AIAgentApiCancelAIAgentRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentRunControlResponse>;
|
|
2267
|
-
|
|
2268
|
-
/**
|
|
2269
|
-
* Cancels a pending Runtime-created tool approval request. The tool is not executed and the Agent returns to the conversation.
|
|
2270
|
-
* @summary Cancel an AI Agent tool approval request
|
|
2271
|
-
* @param {AIAgentApiCancelAIAgentToolApprovalRequestRequest} requestParameters Request parameters.
|
|
2272
|
-
* @param {*} [options] Override http request option.
|
|
2273
|
-
* @throws {RequiredError}
|
|
2274
|
-
* @memberof AIAgentApiInterface
|
|
2275
|
-
*/
|
|
2276
|
-
cancelAIAgentToolApprovalRequest(requestParameters: AIAgentApiCancelAIAgentToolApprovalRequestRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentToolApprovalDecisionResponse>;
|
|
2277
|
-
|
|
2278
|
-
/**
|
|
2279
|
-
* Confirms a pending action plan through the public confirmation read model. Approval tokens and execution credentials are internal.
|
|
2280
|
-
* @summary Confirm an AI Agent action plan
|
|
2281
|
-
* @param {AIAgentApiConfirmAIAgentActionPlanRequest} requestParameters Request parameters.
|
|
2282
|
-
* @param {*} [options] Override http request option.
|
|
2283
|
-
* @throws {RequiredError}
|
|
2284
|
-
* @memberof AIAgentApiInterface
|
|
2285
|
-
*/
|
|
2286
|
-
confirmAIAgentActionPlan(requestParameters: AIAgentApiConfirmAIAgentActionPlanRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentConfirmActionPlanResponse>;
|
|
2287
|
-
|
|
2288
|
-
/**
|
|
2289
|
-
* Continues investigation, regenerates explanation, or creates an action plan from an existing report.
|
|
2290
|
-
* @summary Continue from an AI Agent report
|
|
2291
|
-
* @param {AIAgentApiContinueAIAgentReportRequest} requestParameters Request parameters.
|
|
2292
|
-
* @param {*} [options] Override http request option.
|
|
2293
|
-
* @throws {RequiredError}
|
|
2294
|
-
* @memberof AIAgentApiInterface
|
|
2295
|
-
*/
|
|
2296
|
-
continueAIAgentReport(requestParameters: AIAgentApiContinueAIAgentReportRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentContinueRunResponse>;
|
|
2297
|
-
|
|
2298
|
-
/**
|
|
2299
|
-
* Adds a user message and continues, narrows, clarifies, or answers from the current Agent run.
|
|
2300
|
-
* @summary Continue an AI Agent run
|
|
2301
|
-
* @param {AIAgentApiContinueAIAgentRunRequest} requestParameters Request parameters.
|
|
2302
|
-
* @param {*} [options] Override http request option.
|
|
2303
|
-
* @throws {RequiredError}
|
|
2304
|
-
* @memberof AIAgentApiInterface
|
|
2305
|
-
*/
|
|
2306
|
-
continueAIAgentRun(requestParameters: AIAgentApiContinueAIAgentRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentContinueRunResponse>;
|
|
2307
|
-
|
|
2308
|
-
/**
|
|
2309
|
-
* Creates a single-cluster Chat With AI Agent conversation.
|
|
2310
|
-
* @summary Create an AI Agent conversation
|
|
2311
|
-
* @param {AIAgentApiCreateAIAgentConversationRequest} requestParameters Request parameters.
|
|
2312
|
-
* @param {*} [options] Override http request option.
|
|
2313
|
-
* @throws {RequiredError}
|
|
2314
|
-
* @memberof AIAgentApiInterface
|
|
2315
|
-
*/
|
|
2316
|
-
createAIAgentConversation(requestParameters: AIAgentApiCreateAIAgentConversationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentConversation>;
|
|
2317
|
-
|
|
2318
|
-
/**
|
|
2319
|
-
* Returns frontend-safe execution status for a confirmed action plan.
|
|
2320
|
-
* @summary Get AI Agent action execution status
|
|
2321
|
-
* @param {AIAgentApiGetAIAgentActionExecutionRequest} requestParameters Request parameters.
|
|
2322
|
-
* @param {*} [options] Override http request option.
|
|
2323
|
-
* @throws {RequiredError}
|
|
2324
|
-
* @memberof AIAgentApiInterface
|
|
2325
|
-
*/
|
|
2326
|
-
getAIAgentActionExecution(requestParameters: AIAgentApiGetAIAgentActionExecutionRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentExecutionStatusResponse>;
|
|
2327
|
-
|
|
2328
|
-
/**
|
|
2329
|
-
* Returns a frontend-safe action plan read model without approval tokens or execution credentials.
|
|
2330
|
-
* @summary Get AI Agent action plan
|
|
2331
|
-
* @param {AIAgentApiGetAIAgentActionPlanRequest} requestParameters Request parameters.
|
|
2332
|
-
* @param {*} [options] Override http request option.
|
|
2333
|
-
* @throws {RequiredError}
|
|
2334
|
-
* @memberof AIAgentApiInterface
|
|
2335
|
-
*/
|
|
2336
|
-
getAIAgentActionPlan(requestParameters: AIAgentApiGetAIAgentActionPlanRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentActionPlan>;
|
|
2337
|
-
|
|
2338
|
-
/**
|
|
2339
|
-
* Returns the current single-cluster scope, cluster display context, playbooks, suggestions, and frontend-safe capability switches.
|
|
2340
|
-
* @summary Get AI Agent context and capabilities
|
|
2341
|
-
* @param {AIAgentApiGetAIAgentContextRequest} requestParameters Request parameters.
|
|
2342
|
-
* @param {*} [options] Override http request option.
|
|
2343
|
-
* @throws {RequiredError}
|
|
2344
|
-
* @memberof AIAgentApiInterface
|
|
2345
|
-
*/
|
|
2346
|
-
getAIAgentContext(requestParameters: AIAgentApiGetAIAgentContextRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentContextResponse>;
|
|
2347
|
-
|
|
2348
|
-
/**
|
|
2349
|
-
* Returns the conversation summary with a recent message preview. Use the paginated message and artifact APIs to restore full history.
|
|
2350
|
-
* @summary Get AI Agent conversation summary
|
|
2351
|
-
* @param {AIAgentApiGetAIAgentConversationRequest} requestParameters Request parameters.
|
|
2352
|
-
* @param {*} [options] Override http request option.
|
|
2353
|
-
* @throws {RequiredError}
|
|
2354
|
-
* @memberof AIAgentApiInterface
|
|
2355
|
-
*/
|
|
2356
|
-
getAIAgentConversation(requestParameters: AIAgentApiGetAIAgentConversationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentConversation>;
|
|
2357
|
-
|
|
2358
|
-
/**
|
|
2359
|
-
* Returns a frontend-safe normalized evidence detail. Raw K8s/API payloads are not exposed.
|
|
2360
|
-
* @summary Get AI Agent evidence detail
|
|
2361
|
-
* @param {AIAgentApiGetAIAgentEvidenceRequest} requestParameters Request parameters.
|
|
2362
|
-
* @param {*} [options] Override http request option.
|
|
2363
|
-
* @throws {RequiredError}
|
|
2364
|
-
* @memberof AIAgentApiInterface
|
|
2365
|
-
*/
|
|
2366
|
-
getAIAgentEvidence(requestParameters: AIAgentApiGetAIAgentEvidenceRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentEvidenceDetail>;
|
|
2367
|
-
|
|
2368
|
-
/**
|
|
2369
|
-
* Returns the Result Builder report read model for a run.
|
|
2370
|
-
* @summary Get AI Agent run report
|
|
2371
|
-
* @param {AIAgentApiGetAIAgentReportRequest} requestParameters Request parameters.
|
|
2372
|
-
* @param {*} [options] Override http request option.
|
|
2373
|
-
* @throws {RequiredError}
|
|
2374
|
-
* @memberof AIAgentApiInterface
|
|
2375
|
-
*/
|
|
2376
|
-
getAIAgentReport(requestParameters: AIAgentApiGetAIAgentReportRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentReport>;
|
|
2377
|
-
|
|
2378
|
-
/**
|
|
2379
|
-
* Returns the current run state and branch summaries.
|
|
2380
|
-
* @summary Get AI Agent run
|
|
2381
|
-
* @param {AIAgentApiGetAIAgentRunRequest} requestParameters Request parameters.
|
|
2382
|
-
* @param {*} [options] Override http request option.
|
|
2383
|
-
* @throws {RequiredError}
|
|
2384
|
-
* @memberof AIAgentApiInterface
|
|
2385
|
-
*/
|
|
2386
|
-
getAIAgentRun(requestParameters: AIAgentApiGetAIAgentRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentRun>;
|
|
2387
|
-
|
|
2388
|
-
/**
|
|
2389
|
-
* Lists reports created in a conversation.
|
|
2390
|
-
* @summary List AI Agent reports for a conversation
|
|
2391
|
-
* @param {AIAgentApiListAIAgentConversationReportsRequest} requestParameters Request parameters.
|
|
2392
|
-
* @param {*} [options] Override http request option.
|
|
2393
|
-
* @throws {RequiredError}
|
|
2394
|
-
* @memberof AIAgentApiInterface
|
|
2395
|
-
*/
|
|
2396
|
-
listAIAgentConversationReports(requestParameters: AIAgentApiListAIAgentConversationReportsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentReportList>;
|
|
2397
|
-
|
|
2398
|
-
/**
|
|
2399
|
-
* Lists organization-scoped Chat With AI Agent conversations.
|
|
2400
|
-
* @summary List AI Agent conversations
|
|
2401
|
-
* @param {AIAgentApiListAIAgentConversationsRequest} requestParameters Request parameters.
|
|
2402
|
-
* @param {*} [options] Override http request option.
|
|
2403
|
-
* @throws {RequiredError}
|
|
2404
|
-
* @memberof AIAgentApiInterface
|
|
2405
|
-
*/
|
|
2406
|
-
listAIAgentConversations(requestParameters: AIAgentApiListAIAgentConversationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentConversationList>;
|
|
2407
|
-
|
|
2408
|
-
/**
|
|
2409
|
-
* Lists structured message parts for restoring the workbench history.
|
|
2410
|
-
* @summary List AI Agent conversation messages
|
|
2411
|
-
* @param {AIAgentApiListAIAgentMessagesRequest} requestParameters Request parameters.
|
|
2412
|
-
* @param {*} [options] Override http request option.
|
|
2413
|
-
* @throws {RequiredError}
|
|
2414
|
-
* @memberof AIAgentApiInterface
|
|
2415
|
-
*/
|
|
2416
|
-
listAIAgentMessages(requestParameters: AIAgentApiListAIAgentMessagesRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentMessageList>;
|
|
2417
|
-
|
|
2418
|
-
/**
|
|
2419
|
-
* Lists frontend-safe playbook metadata for disabled states and scenario selection.
|
|
2420
|
-
* @summary List AI Agent playbooks
|
|
2421
|
-
* @param {AIAgentApiListAIAgentPlaybooksRequest} requestParameters Request parameters.
|
|
2422
|
-
* @param {*} [options] Override http request option.
|
|
2423
|
-
* @throws {RequiredError}
|
|
2424
|
-
* @memberof AIAgentApiInterface
|
|
2425
|
-
*/
|
|
2426
|
-
listAIAgentPlaybooks(requestParameters: AIAgentApiListAIAgentPlaybooksRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentPlaybookList>;
|
|
2427
|
-
|
|
2428
|
-
/**
|
|
2429
|
-
* Lists normalized evidence summaries for a run.
|
|
2430
|
-
* @summary List AI Agent run evidence
|
|
2431
|
-
* @param {AIAgentApiListAIAgentRunEvidenceRequest} requestParameters Request parameters.
|
|
2432
|
-
* @param {*} [options] Override http request option.
|
|
2433
|
-
* @throws {RequiredError}
|
|
2434
|
-
* @memberof AIAgentApiInterface
|
|
2435
|
-
*/
|
|
2436
|
-
listAIAgentRunEvidence(requestParameters: AIAgentApiListAIAgentRunEvidenceRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentEvidenceList>;
|
|
2437
|
-
|
|
2438
|
-
/**
|
|
2439
|
-
* Lists frontend-safe capability metadata without raw source APIs, credentials, or internal tool arguments.
|
|
2440
|
-
* @summary List AI Agent tool capability summaries
|
|
2441
|
-
* @param {AIAgentApiListAIAgentToolCapabilitiesRequest} requestParameters Request parameters.
|
|
2442
|
-
* @param {*} [options] Override http request option.
|
|
2443
|
-
* @throws {RequiredError}
|
|
2444
|
-
* @memberof AIAgentApiInterface
|
|
2445
|
-
*/
|
|
2446
|
-
listAIAgentToolCapabilities(requestParameters: AIAgentApiListAIAgentToolCapabilitiesRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentToolCapabilityList>;
|
|
2447
|
-
|
|
2448
|
-
/**
|
|
2449
|
-
* Pauses a running Agent workflow.
|
|
2450
|
-
* @summary Pause an AI Agent run
|
|
2451
|
-
* @param {AIAgentApiPauseAIAgentRunRequest} requestParameters Request parameters.
|
|
2452
|
-
* @param {*} [options] Override http request option.
|
|
2453
|
-
* @throws {RequiredError}
|
|
2454
|
-
* @memberof AIAgentApiInterface
|
|
2455
|
-
*/
|
|
2456
|
-
pauseAIAgentRun(requestParameters: AIAgentApiPauseAIAgentRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentRunControlResponse>;
|
|
2457
|
-
|
|
2458
|
-
/**
|
|
2459
|
-
* Regenerates a report from existing evidence without recollecting source data.
|
|
2460
|
-
* @summary Regenerate an AI Agent report
|
|
2461
|
-
* @param {AIAgentApiRegenerateAIAgentReportRequest} requestParameters Request parameters.
|
|
2462
|
-
* @param {*} [options] Override http request option.
|
|
2463
|
-
* @throws {RequiredError}
|
|
2464
|
-
* @memberof AIAgentApiInterface
|
|
2465
|
-
*/
|
|
2466
|
-
regenerateAIAgentReport(requestParameters: AIAgentApiRegenerateAIAgentReportRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentReport>;
|
|
2467
|
-
|
|
2468
|
-
/**
|
|
2469
|
-
* Rejects a pending Runtime-created tool approval request. The tool is not executed and the Agent returns to the conversation with a safe assistant message.
|
|
2470
|
-
* @summary Reject an AI Agent tool approval request
|
|
2471
|
-
* @param {AIAgentApiRejectAIAgentToolApprovalRequestRequest} requestParameters Request parameters.
|
|
2472
|
-
* @param {*} [options] Override http request option.
|
|
2473
|
-
* @throws {RequiredError}
|
|
2474
|
-
* @memberof AIAgentApiInterface
|
|
2475
|
-
*/
|
|
2476
|
-
rejectAIAgentToolApprovalRequest(requestParameters: AIAgentApiRejectAIAgentToolApprovalRequestRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentToolApprovalDecisionResponse>;
|
|
2477
|
-
|
|
2478
|
-
/**
|
|
2479
|
-
* Resumes a paused Agent workflow.
|
|
2480
|
-
* @summary Resume an AI Agent run
|
|
2481
|
-
* @param {AIAgentApiResumeAIAgentRunRequest} requestParameters Request parameters.
|
|
2482
|
-
* @param {*} [options] Override http request option.
|
|
2483
|
-
* @throws {RequiredError}
|
|
2484
|
-
* @memberof AIAgentApiInterface
|
|
2485
|
-
*/
|
|
2486
|
-
resumeAIAgentRun(requestParameters: AIAgentApiResumeAIAgentRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentRunControlResponse>;
|
|
2487
|
-
|
|
2488
|
-
/**
|
|
2489
|
-
* Creates a new run retrying the failed or degraded Agent workflow.
|
|
2490
|
-
* @summary Retry an AI Agent run
|
|
2491
|
-
* @param {AIAgentApiRetryAIAgentRunRequest} requestParameters Request parameters.
|
|
2492
|
-
* @param {*} [options] Override http request option.
|
|
2493
|
-
* @throws {RequiredError}
|
|
2494
|
-
* @memberof AIAgentApiInterface
|
|
2495
|
-
*/
|
|
2496
|
-
retryAIAgentRun(requestParameters: AIAgentApiRetryAIAgentRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentRun>;
|
|
2497
|
-
|
|
2498
|
-
/**
|
|
2499
|
-
* Starts a new observable Agent workflow instance inside a conversation.
|
|
2500
|
-
* @summary Start an AI Agent run
|
|
2501
|
-
* @param {AIAgentApiStartAIAgentRunRequest} requestParameters Request parameters.
|
|
2502
|
-
* @param {*} [options] Override http request option.
|
|
2503
|
-
* @throws {RequiredError}
|
|
2504
|
-
* @memberof AIAgentApiInterface
|
|
2505
|
-
*/
|
|
2506
|
-
startAIAgentRun(requestParameters: AIAgentApiStartAIAgentRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentStartRunResponse>;
|
|
2507
|
-
|
|
2508
|
-
/**
|
|
2509
|
-
* Records user feedback for Agent evaluation and result improvement.
|
|
2510
|
-
* @summary Submit AI Agent run feedback
|
|
2511
|
-
* @param {AIAgentApiSubmitAIAgentFeedbackRequest} requestParameters Request parameters.
|
|
2512
|
-
* @param {*} [options] Override http request option.
|
|
2513
|
-
* @throws {RequiredError}
|
|
2514
|
-
* @memberof AIAgentApiInterface
|
|
2515
|
-
*/
|
|
2516
|
-
submitAIAgentFeedback(requestParameters: AIAgentApiSubmitAIAgentFeedbackRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentFeedbackResponse>;
|
|
2517
|
-
|
|
2518
|
-
/**
|
|
2519
|
-
* Streams frontend-safe Agent events as SSE blocks with event name `agent_event`.
|
|
2520
|
-
* @summary Subscribe to AI Agent run events
|
|
2521
|
-
* @param {AIAgentApiSubscribeAIAgentRunEventsRequest} requestParameters Request parameters.
|
|
2522
|
-
* @param {*} [options] Override http request option.
|
|
2523
|
-
* @throws {RequiredError}
|
|
2524
|
-
* @memberof AIAgentApiInterface
|
|
2525
|
-
*/
|
|
2526
|
-
subscribeAIAgentRunEvents(requestParameters: AIAgentApiSubscribeAIAgentRunEventsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentEvent>;
|
|
2527
|
-
|
|
2528
|
-
}
|
|
2529
|
-
|
|
2530
|
-
/**
|
|
2531
|
-
* Request parameters for approveAIAgentToolApprovalRequest operation in AIAgentApi.
|
|
2532
|
-
* @export
|
|
2533
|
-
* @interface AIAgentApiApproveAIAgentToolApprovalRequestRequest
|
|
2534
|
-
*/
|
|
2535
|
-
export interface AIAgentApiApproveAIAgentToolApprovalRequestRequest {
|
|
2536
|
-
/**
|
|
2537
|
-
*
|
|
2538
|
-
* @type {string}
|
|
2539
|
-
* @memberof AIAgentApiApproveAIAgentToolApprovalRequest
|
|
2540
|
-
*/
|
|
2541
|
-
readonly orgName: string
|
|
2542
|
-
|
|
2543
|
-
/**
|
|
2544
|
-
*
|
|
2545
|
-
* @type {string}
|
|
2546
|
-
* @memberof AIAgentApiApproveAIAgentToolApprovalRequest
|
|
2547
|
-
*/
|
|
2548
|
-
readonly runId: string
|
|
2549
|
-
|
|
2550
|
-
/**
|
|
2551
|
-
*
|
|
2552
|
-
* @type {string}
|
|
2553
|
-
* @memberof AIAgentApiApproveAIAgentToolApprovalRequest
|
|
2554
|
-
*/
|
|
2555
|
-
readonly approvalRequestId: string
|
|
2556
|
-
|
|
2557
|
-
/**
|
|
2558
|
-
*
|
|
2559
|
-
* @type {AiAgentToolApprovalDecisionRequest}
|
|
2560
|
-
* @memberof AIAgentApiApproveAIAgentToolApprovalRequest
|
|
2561
|
-
*/
|
|
2562
|
-
readonly aiAgentToolApprovalDecisionRequest: AiAgentToolApprovalDecisionRequest
|
|
2563
|
-
}
|
|
2564
|
-
|
|
2565
|
-
/**
|
|
2566
|
-
* Request parameters for batchGetAIAgentArtifacts operation in AIAgentApi.
|
|
2567
|
-
* @export
|
|
2568
|
-
* @interface AIAgentApiBatchGetAIAgentArtifactsRequest
|
|
2569
|
-
*/
|
|
2570
|
-
export interface AIAgentApiBatchGetAIAgentArtifactsRequest {
|
|
2571
|
-
/**
|
|
2572
|
-
*
|
|
2573
|
-
* @type {string}
|
|
2574
|
-
* @memberof AIAgentApiBatchGetAIAgentArtifacts
|
|
2575
|
-
*/
|
|
2576
|
-
readonly orgName: string
|
|
2577
|
-
|
|
2578
|
-
/**
|
|
2579
|
-
*
|
|
2580
|
-
* @type {AiAgentArtifactBatchGetRequest}
|
|
2581
|
-
* @memberof AIAgentApiBatchGetAIAgentArtifacts
|
|
2582
|
-
*/
|
|
2583
|
-
readonly aiAgentArtifactBatchGetRequest: AiAgentArtifactBatchGetRequest
|
|
2584
|
-
}
|
|
2585
|
-
|
|
2586
|
-
/**
|
|
2587
|
-
* Request parameters for cancelAIAgentActionPlan operation in AIAgentApi.
|
|
2588
|
-
* @export
|
|
2589
|
-
* @interface AIAgentApiCancelAIAgentActionPlanRequest
|
|
2590
|
-
*/
|
|
2591
|
-
export interface AIAgentApiCancelAIAgentActionPlanRequest {
|
|
2592
|
-
/**
|
|
2593
|
-
*
|
|
2594
|
-
* @type {string}
|
|
2595
|
-
* @memberof AIAgentApiCancelAIAgentActionPlan
|
|
2596
|
-
*/
|
|
2597
|
-
readonly orgName: string
|
|
2598
|
-
|
|
2599
|
-
/**
|
|
2600
|
-
*
|
|
2601
|
-
* @type {string}
|
|
2602
|
-
* @memberof AIAgentApiCancelAIAgentActionPlan
|
|
2603
|
-
*/
|
|
2604
|
-
readonly actionPlanId: string
|
|
2605
|
-
}
|
|
2606
|
-
|
|
2607
|
-
/**
|
|
2608
|
-
* Request parameters for cancelAIAgentRun operation in AIAgentApi.
|
|
2609
|
-
* @export
|
|
2610
|
-
* @interface AIAgentApiCancelAIAgentRunRequest
|
|
2611
|
-
*/
|
|
2612
|
-
export interface AIAgentApiCancelAIAgentRunRequest {
|
|
2613
|
-
/**
|
|
2614
|
-
*
|
|
2615
|
-
* @type {string}
|
|
2616
|
-
* @memberof AIAgentApiCancelAIAgentRun
|
|
2617
|
-
*/
|
|
2618
|
-
readonly orgName: string
|
|
2619
|
-
|
|
2620
|
-
/**
|
|
2621
|
-
*
|
|
2622
|
-
* @type {string}
|
|
2623
|
-
* @memberof AIAgentApiCancelAIAgentRun
|
|
2624
|
-
*/
|
|
2625
|
-
readonly runId: string
|
|
2626
|
-
}
|
|
2627
|
-
|
|
2628
|
-
/**
|
|
2629
|
-
* Request parameters for cancelAIAgentToolApprovalRequest operation in AIAgentApi.
|
|
2630
|
-
* @export
|
|
2631
|
-
* @interface AIAgentApiCancelAIAgentToolApprovalRequestRequest
|
|
2632
|
-
*/
|
|
2633
|
-
export interface AIAgentApiCancelAIAgentToolApprovalRequestRequest {
|
|
2634
|
-
/**
|
|
2635
|
-
*
|
|
2636
|
-
* @type {string}
|
|
2637
|
-
* @memberof AIAgentApiCancelAIAgentToolApprovalRequest
|
|
2638
|
-
*/
|
|
2639
|
-
readonly orgName: string
|
|
2640
|
-
|
|
2641
|
-
/**
|
|
2642
|
-
*
|
|
2643
|
-
* @type {string}
|
|
2644
|
-
* @memberof AIAgentApiCancelAIAgentToolApprovalRequest
|
|
2645
|
-
*/
|
|
2646
|
-
readonly runId: string
|
|
2647
|
-
|
|
2648
|
-
/**
|
|
2649
|
-
*
|
|
2650
|
-
* @type {string}
|
|
2651
|
-
* @memberof AIAgentApiCancelAIAgentToolApprovalRequest
|
|
2652
|
-
*/
|
|
2653
|
-
readonly approvalRequestId: string
|
|
2654
|
-
|
|
2655
|
-
/**
|
|
2656
|
-
*
|
|
2657
|
-
* @type {AiAgentToolApprovalDecisionRequest}
|
|
2658
|
-
* @memberof AIAgentApiCancelAIAgentToolApprovalRequest
|
|
2659
|
-
*/
|
|
2660
|
-
readonly aiAgentToolApprovalDecisionRequest: AiAgentToolApprovalDecisionRequest
|
|
2661
|
-
}
|
|
2662
|
-
|
|
2663
|
-
/**
|
|
2664
|
-
* Request parameters for confirmAIAgentActionPlan operation in AIAgentApi.
|
|
2665
|
-
* @export
|
|
2666
|
-
* @interface AIAgentApiConfirmAIAgentActionPlanRequest
|
|
2667
|
-
*/
|
|
2668
|
-
export interface AIAgentApiConfirmAIAgentActionPlanRequest {
|
|
2669
|
-
/**
|
|
2670
|
-
*
|
|
2671
|
-
* @type {string}
|
|
2672
|
-
* @memberof AIAgentApiConfirmAIAgentActionPlan
|
|
2673
|
-
*/
|
|
2674
|
-
readonly orgName: string
|
|
2675
|
-
|
|
2676
|
-
/**
|
|
2677
|
-
*
|
|
2678
|
-
* @type {string}
|
|
2679
|
-
* @memberof AIAgentApiConfirmAIAgentActionPlan
|
|
2680
|
-
*/
|
|
2681
|
-
readonly actionPlanId: string
|
|
2682
|
-
|
|
2683
|
-
/**
|
|
2684
|
-
*
|
|
2685
|
-
* @type {AiAgentConfirmActionPlanRequest}
|
|
2686
|
-
* @memberof AIAgentApiConfirmAIAgentActionPlan
|
|
2687
|
-
*/
|
|
2688
|
-
readonly aiAgentConfirmActionPlanRequest?: AiAgentConfirmActionPlanRequest
|
|
2689
|
-
}
|
|
2690
|
-
|
|
2691
|
-
/**
|
|
2692
|
-
* Request parameters for continueAIAgentReport operation in AIAgentApi.
|
|
2693
|
-
* @export
|
|
2694
|
-
* @interface AIAgentApiContinueAIAgentReportRequest
|
|
2695
|
-
*/
|
|
2696
|
-
export interface AIAgentApiContinueAIAgentReportRequest {
|
|
2697
|
-
/**
|
|
2698
|
-
*
|
|
2699
|
-
* @type {string}
|
|
2700
|
-
* @memberof AIAgentApiContinueAIAgentReport
|
|
2701
|
-
*/
|
|
2702
|
-
readonly orgName: string
|
|
2703
|
-
|
|
2704
|
-
/**
|
|
2705
|
-
*
|
|
2706
|
-
* @type {string}
|
|
2707
|
-
* @memberof AIAgentApiContinueAIAgentReport
|
|
2708
|
-
*/
|
|
2709
|
-
readonly reportId: string
|
|
2710
|
-
|
|
2711
|
-
/**
|
|
2712
|
-
*
|
|
2713
|
-
* @type {AiAgentContinueReportRequest}
|
|
2714
|
-
* @memberof AIAgentApiContinueAIAgentReport
|
|
2715
|
-
*/
|
|
2716
|
-
readonly aiAgentContinueReportRequest: AiAgentContinueReportRequest
|
|
2717
|
-
}
|
|
2718
|
-
|
|
2719
|
-
/**
|
|
2720
|
-
* Request parameters for continueAIAgentRun operation in AIAgentApi.
|
|
2721
|
-
* @export
|
|
2722
|
-
* @interface AIAgentApiContinueAIAgentRunRequest
|
|
2723
|
-
*/
|
|
2724
|
-
export interface AIAgentApiContinueAIAgentRunRequest {
|
|
2725
|
-
/**
|
|
2726
|
-
*
|
|
2727
|
-
* @type {string}
|
|
2728
|
-
* @memberof AIAgentApiContinueAIAgentRun
|
|
2729
|
-
*/
|
|
2730
|
-
readonly orgName: string
|
|
2731
|
-
|
|
2732
|
-
/**
|
|
2733
|
-
*
|
|
2734
|
-
* @type {string}
|
|
2735
|
-
* @memberof AIAgentApiContinueAIAgentRun
|
|
2736
|
-
*/
|
|
2737
|
-
readonly runId: string
|
|
2738
|
-
|
|
2739
|
-
/**
|
|
2740
|
-
*
|
|
2741
|
-
* @type {AiAgentContinueRunRequest}
|
|
2742
|
-
* @memberof AIAgentApiContinueAIAgentRun
|
|
2743
|
-
*/
|
|
2744
|
-
readonly aiAgentContinueRunRequest: AiAgentContinueRunRequest
|
|
2745
|
-
}
|
|
2746
|
-
|
|
2747
|
-
/**
|
|
2748
|
-
* Request parameters for createAIAgentConversation operation in AIAgentApi.
|
|
2749
|
-
* @export
|
|
2750
|
-
* @interface AIAgentApiCreateAIAgentConversationRequest
|
|
2751
|
-
*/
|
|
2752
|
-
export interface AIAgentApiCreateAIAgentConversationRequest {
|
|
2753
|
-
/**
|
|
2754
|
-
*
|
|
2755
|
-
* @type {string}
|
|
2756
|
-
* @memberof AIAgentApiCreateAIAgentConversation
|
|
2757
|
-
*/
|
|
2758
|
-
readonly orgName: string
|
|
2759
|
-
|
|
2760
|
-
/**
|
|
2761
|
-
*
|
|
2762
|
-
* @type {AiAgentCreateConversationRequest}
|
|
2763
|
-
* @memberof AIAgentApiCreateAIAgentConversation
|
|
2764
|
-
*/
|
|
2765
|
-
readonly aiAgentCreateConversationRequest: AiAgentCreateConversationRequest
|
|
2766
|
-
}
|
|
2767
|
-
|
|
2768
|
-
/**
|
|
2769
|
-
* Request parameters for getAIAgentActionExecution operation in AIAgentApi.
|
|
2770
|
-
* @export
|
|
2771
|
-
* @interface AIAgentApiGetAIAgentActionExecutionRequest
|
|
2772
|
-
*/
|
|
2773
|
-
export interface AIAgentApiGetAIAgentActionExecutionRequest {
|
|
2774
|
-
/**
|
|
2775
|
-
*
|
|
2776
|
-
* @type {string}
|
|
2777
|
-
* @memberof AIAgentApiGetAIAgentActionExecution
|
|
2778
|
-
*/
|
|
2779
|
-
readonly orgName: string
|
|
2780
|
-
|
|
2781
|
-
/**
|
|
2782
|
-
*
|
|
2783
|
-
* @type {string}
|
|
2784
|
-
* @memberof AIAgentApiGetAIAgentActionExecution
|
|
2785
|
-
*/
|
|
2786
|
-
readonly actionPlanId: string
|
|
2787
|
-
}
|
|
2788
|
-
|
|
2789
|
-
/**
|
|
2790
|
-
* Request parameters for getAIAgentActionPlan operation in AIAgentApi.
|
|
2791
|
-
* @export
|
|
2792
|
-
* @interface AIAgentApiGetAIAgentActionPlanRequest
|
|
2793
|
-
*/
|
|
2794
|
-
export interface AIAgentApiGetAIAgentActionPlanRequest {
|
|
2795
|
-
/**
|
|
2796
|
-
*
|
|
2797
|
-
* @type {string}
|
|
2798
|
-
* @memberof AIAgentApiGetAIAgentActionPlan
|
|
2799
|
-
*/
|
|
2800
|
-
readonly orgName: string
|
|
2801
|
-
|
|
2802
|
-
/**
|
|
2803
|
-
*
|
|
2804
|
-
* @type {string}
|
|
2805
|
-
* @memberof AIAgentApiGetAIAgentActionPlan
|
|
2806
|
-
*/
|
|
2807
|
-
readonly actionPlanId: string
|
|
2808
|
-
}
|
|
2809
|
-
|
|
2810
|
-
/**
|
|
2811
|
-
* Request parameters for getAIAgentContext operation in AIAgentApi.
|
|
2812
|
-
* @export
|
|
2813
|
-
* @interface AIAgentApiGetAIAgentContextRequest
|
|
2814
|
-
*/
|
|
2815
|
-
export interface AIAgentApiGetAIAgentContextRequest {
|
|
2816
|
-
/**
|
|
2817
|
-
*
|
|
2818
|
-
* @type {string}
|
|
2819
|
-
* @memberof AIAgentApiGetAIAgentContext
|
|
2820
|
-
*/
|
|
2821
|
-
readonly orgName: string
|
|
2822
|
-
|
|
2823
|
-
/**
|
|
2824
|
-
*
|
|
2825
|
-
* @type {string}
|
|
2826
|
-
* @memberof AIAgentApiGetAIAgentContext
|
|
2827
|
-
*/
|
|
2828
|
-
readonly clusterName: string
|
|
2829
|
-
|
|
2830
|
-
/**
|
|
2831
|
-
*
|
|
2832
|
-
* @type {string}
|
|
2833
|
-
* @memberof AIAgentApiGetAIAgentContext
|
|
2834
|
-
*/
|
|
2835
|
-
readonly namespace?: string
|
|
2836
|
-
|
|
2837
|
-
/**
|
|
2838
|
-
*
|
|
2839
|
-
* @type {string}
|
|
2840
|
-
* @memberof AIAgentApiGetAIAgentContext
|
|
2841
|
-
*/
|
|
2842
|
-
readonly component?: string
|
|
2843
|
-
|
|
2844
|
-
/**
|
|
2845
|
-
*
|
|
2846
|
-
* @type {string}
|
|
2847
|
-
* @memberof AIAgentApiGetAIAgentContext
|
|
2848
|
-
*/
|
|
2849
|
-
readonly pod?: string
|
|
2850
|
-
}
|
|
2851
|
-
|
|
2852
|
-
/**
|
|
2853
|
-
* Request parameters for getAIAgentConversation operation in AIAgentApi.
|
|
2854
|
-
* @export
|
|
2855
|
-
* @interface AIAgentApiGetAIAgentConversationRequest
|
|
2856
|
-
*/
|
|
2857
|
-
export interface AIAgentApiGetAIAgentConversationRequest {
|
|
2858
|
-
/**
|
|
2859
|
-
*
|
|
2860
|
-
* @type {string}
|
|
2861
|
-
* @memberof AIAgentApiGetAIAgentConversation
|
|
2862
|
-
*/
|
|
2863
|
-
readonly orgName: string
|
|
2864
|
-
|
|
2865
|
-
/**
|
|
2866
|
-
*
|
|
2867
|
-
* @type {string}
|
|
2868
|
-
* @memberof AIAgentApiGetAIAgentConversation
|
|
2869
|
-
*/
|
|
2870
|
-
readonly conversationId: string
|
|
2871
|
-
}
|
|
2872
|
-
|
|
2873
|
-
/**
|
|
2874
|
-
* Request parameters for getAIAgentEvidence operation in AIAgentApi.
|
|
2875
|
-
* @export
|
|
2876
|
-
* @interface AIAgentApiGetAIAgentEvidenceRequest
|
|
2877
|
-
*/
|
|
2878
|
-
export interface AIAgentApiGetAIAgentEvidenceRequest {
|
|
2879
|
-
/**
|
|
2880
|
-
*
|
|
2881
|
-
* @type {string}
|
|
2882
|
-
* @memberof AIAgentApiGetAIAgentEvidence
|
|
2883
|
-
*/
|
|
2884
|
-
readonly orgName: string
|
|
2885
|
-
|
|
2886
|
-
/**
|
|
2887
|
-
*
|
|
2888
|
-
* @type {string}
|
|
2889
|
-
* @memberof AIAgentApiGetAIAgentEvidence
|
|
2890
|
-
*/
|
|
2891
|
-
readonly evidenceId: string
|
|
2892
|
-
}
|
|
2893
|
-
|
|
2894
|
-
/**
|
|
2895
|
-
* Request parameters for getAIAgentReport operation in AIAgentApi.
|
|
2896
|
-
* @export
|
|
2897
|
-
* @interface AIAgentApiGetAIAgentReportRequest
|
|
2898
|
-
*/
|
|
2899
|
-
export interface AIAgentApiGetAIAgentReportRequest {
|
|
2900
|
-
/**
|
|
2901
|
-
*
|
|
2902
|
-
* @type {string}
|
|
2903
|
-
* @memberof AIAgentApiGetAIAgentReport
|
|
2904
|
-
*/
|
|
2905
|
-
readonly orgName: string
|
|
2906
|
-
|
|
2907
|
-
/**
|
|
2908
|
-
*
|
|
2909
|
-
* @type {string}
|
|
2910
|
-
* @memberof AIAgentApiGetAIAgentReport
|
|
2911
|
-
*/
|
|
2912
|
-
readonly runId: string
|
|
2913
|
-
}
|
|
2914
|
-
|
|
2915
|
-
/**
|
|
2916
|
-
* Request parameters for getAIAgentRun operation in AIAgentApi.
|
|
2917
|
-
* @export
|
|
2918
|
-
* @interface AIAgentApiGetAIAgentRunRequest
|
|
2919
|
-
*/
|
|
2920
|
-
export interface AIAgentApiGetAIAgentRunRequest {
|
|
2921
|
-
/**
|
|
2922
|
-
*
|
|
2923
|
-
* @type {string}
|
|
2924
|
-
* @memberof AIAgentApiGetAIAgentRun
|
|
2925
|
-
*/
|
|
2926
|
-
readonly orgName: string
|
|
2927
|
-
|
|
2928
|
-
/**
|
|
2929
|
-
*
|
|
2930
|
-
* @type {string}
|
|
2931
|
-
* @memberof AIAgentApiGetAIAgentRun
|
|
2932
|
-
*/
|
|
2933
|
-
readonly runId: string
|
|
2934
|
-
}
|
|
770
|
+
subscribeAIAgentConversationEvents(requestParameters: AIAgentApiSubscribeAIAgentConversationEventsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentEvent> {
|
|
771
|
+
return localVarFp.subscribeAIAgentConversationEvents(requestParameters.orgName, requestParameters.conversationId, requestParameters.after, options).then((request) => request(axios, basePath));
|
|
772
|
+
},
|
|
773
|
+
};
|
|
774
|
+
};
|
|
2935
775
|
|
|
2936
776
|
/**
|
|
2937
|
-
*
|
|
777
|
+
* AIAgentApi - interface
|
|
2938
778
|
* @export
|
|
2939
|
-
* @interface
|
|
779
|
+
* @interface AIAgentApi
|
|
2940
780
|
*/
|
|
2941
|
-
export interface
|
|
2942
|
-
/**
|
|
2943
|
-
*
|
|
2944
|
-
* @type {string}
|
|
2945
|
-
* @memberof AIAgentApiListAIAgentConversationReports
|
|
2946
|
-
*/
|
|
2947
|
-
readonly orgName: string
|
|
2948
|
-
|
|
2949
|
-
/**
|
|
2950
|
-
*
|
|
2951
|
-
* @type {string}
|
|
2952
|
-
* @memberof AIAgentApiListAIAgentConversationReports
|
|
2953
|
-
*/
|
|
2954
|
-
readonly conversationId: string
|
|
2955
|
-
|
|
2956
|
-
/**
|
|
2957
|
-
*
|
|
2958
|
-
* @type {number}
|
|
2959
|
-
* @memberof AIAgentApiListAIAgentConversationReports
|
|
2960
|
-
*/
|
|
2961
|
-
readonly limit?: number
|
|
2962
|
-
|
|
781
|
+
export interface AIAgentApiInterface {
|
|
2963
782
|
/**
|
|
2964
783
|
*
|
|
2965
|
-
* @
|
|
2966
|
-
* @
|
|
784
|
+
* @summary Approve one AI diagnosis tool confirmation
|
|
785
|
+
* @param {AIAgentApiApproveAIAgentToolConfirmationRequest} requestParameters Request parameters.
|
|
786
|
+
* @param {*} [options] Override http request option.
|
|
787
|
+
* @throws {RequiredError}
|
|
788
|
+
* @memberof AIAgentApiInterface
|
|
2967
789
|
*/
|
|
2968
|
-
|
|
2969
|
-
}
|
|
790
|
+
approveAIAgentToolConfirmation(requestParameters: AIAgentApiApproveAIAgentToolConfirmationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentToolConfirmationDecisionResponse>;
|
|
2970
791
|
|
|
2971
|
-
/**
|
|
2972
|
-
* Request parameters for listAIAgentConversations operation in AIAgentApi.
|
|
2973
|
-
* @export
|
|
2974
|
-
* @interface AIAgentApiListAIAgentConversationsRequest
|
|
2975
|
-
*/
|
|
2976
|
-
export interface AIAgentApiListAIAgentConversationsRequest {
|
|
2977
792
|
/**
|
|
2978
793
|
*
|
|
2979
|
-
* @
|
|
2980
|
-
* @
|
|
794
|
+
* @summary Create an AI diagnosis conversation
|
|
795
|
+
* @param {AIAgentApiCreateAIAgentConversationRequest} requestParameters Request parameters.
|
|
796
|
+
* @param {*} [options] Override http request option.
|
|
797
|
+
* @throws {RequiredError}
|
|
798
|
+
* @memberof AIAgentApiInterface
|
|
2981
799
|
*/
|
|
2982
|
-
|
|
800
|
+
createAIAgentConversation(requestParameters: AIAgentApiCreateAIAgentConversationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentConversation>;
|
|
2983
801
|
|
|
2984
802
|
/**
|
|
2985
803
|
*
|
|
2986
|
-
* @
|
|
2987
|
-
* @
|
|
804
|
+
* @summary Get an AI diagnosis conversation
|
|
805
|
+
* @param {AIAgentApiGetAIAgentConversationRequest} requestParameters Request parameters.
|
|
806
|
+
* @param {*} [options] Override http request option.
|
|
807
|
+
* @throws {RequiredError}
|
|
808
|
+
* @memberof AIAgentApiInterface
|
|
2988
809
|
*/
|
|
2989
|
-
|
|
810
|
+
getAIAgentConversation(requestParameters: AIAgentApiGetAIAgentConversationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentConversation>;
|
|
2990
811
|
|
|
2991
812
|
/**
|
|
2992
813
|
*
|
|
2993
|
-
* @
|
|
2994
|
-
* @
|
|
814
|
+
* @summary Get AI diagnosis agent status
|
|
815
|
+
* @param {AIAgentApiGetAIAgentStatusRequest} requestParameters Request parameters.
|
|
816
|
+
* @param {*} [options] Override http request option.
|
|
817
|
+
* @throws {RequiredError}
|
|
818
|
+
* @memberof AIAgentApiInterface
|
|
2995
819
|
*/
|
|
2996
|
-
|
|
820
|
+
getAIAgentStatus(requestParameters: AIAgentApiGetAIAgentStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentRuntimeStatus>;
|
|
2997
821
|
|
|
2998
822
|
/**
|
|
2999
823
|
*
|
|
3000
|
-
* @
|
|
3001
|
-
* @
|
|
824
|
+
* @summary List AI diagnosis conversations
|
|
825
|
+
* @param {AIAgentApiListAIAgentConversationsRequest} requestParameters Request parameters.
|
|
826
|
+
* @param {*} [options] Override http request option.
|
|
827
|
+
* @throws {RequiredError}
|
|
828
|
+
* @memberof AIAgentApiInterface
|
|
3002
829
|
*/
|
|
3003
|
-
|
|
3004
|
-
}
|
|
830
|
+
listAIAgentConversations(requestParameters: AIAgentApiListAIAgentConversationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentConversationList>;
|
|
3005
831
|
|
|
3006
|
-
/**
|
|
3007
|
-
* Request parameters for listAIAgentMessages operation in AIAgentApi.
|
|
3008
|
-
* @export
|
|
3009
|
-
* @interface AIAgentApiListAIAgentMessagesRequest
|
|
3010
|
-
*/
|
|
3011
|
-
export interface AIAgentApiListAIAgentMessagesRequest {
|
|
3012
832
|
/**
|
|
3013
833
|
*
|
|
3014
|
-
* @
|
|
3015
|
-
* @
|
|
834
|
+
* @summary List AI diagnosis conversation messages
|
|
835
|
+
* @param {AIAgentApiListAIAgentMessagesRequest} requestParameters Request parameters.
|
|
836
|
+
* @param {*} [options] Override http request option.
|
|
837
|
+
* @throws {RequiredError}
|
|
838
|
+
* @memberof AIAgentApiInterface
|
|
3016
839
|
*/
|
|
3017
|
-
|
|
840
|
+
listAIAgentMessages(requestParameters: AIAgentApiListAIAgentMessagesRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentMessageList>;
|
|
3018
841
|
|
|
3019
842
|
/**
|
|
3020
843
|
*
|
|
3021
|
-
* @
|
|
3022
|
-
* @
|
|
844
|
+
* @summary Reject one AI diagnosis tool confirmation
|
|
845
|
+
* @param {AIAgentApiRejectAIAgentToolConfirmationRequest} requestParameters Request parameters.
|
|
846
|
+
* @param {*} [options] Override http request option.
|
|
847
|
+
* @throws {RequiredError}
|
|
848
|
+
* @memberof AIAgentApiInterface
|
|
3023
849
|
*/
|
|
3024
|
-
|
|
850
|
+
rejectAIAgentToolConfirmation(requestParameters: AIAgentApiRejectAIAgentToolConfirmationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentToolConfirmationDecisionResponse>;
|
|
3025
851
|
|
|
3026
852
|
/**
|
|
3027
853
|
*
|
|
3028
|
-
* @
|
|
3029
|
-
* @
|
|
854
|
+
* @summary Send a user message and start or continue AI diagnosis
|
|
855
|
+
* @param {AIAgentApiSendAIAgentMessageRequest} requestParameters Request parameters.
|
|
856
|
+
* @param {*} [options] Override http request option.
|
|
857
|
+
* @throws {RequiredError}
|
|
858
|
+
* @memberof AIAgentApiInterface
|
|
3030
859
|
*/
|
|
3031
|
-
|
|
860
|
+
sendAIAgentMessage(requestParameters: AIAgentApiSendAIAgentMessageRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentSendMessageResponse>;
|
|
3032
861
|
|
|
3033
862
|
/**
|
|
3034
863
|
*
|
|
3035
|
-
* @
|
|
3036
|
-
* @
|
|
864
|
+
* @summary Stop the current AI diagnosis turn
|
|
865
|
+
* @param {AIAgentApiStopAIAgentConversationRequest} requestParameters Request parameters.
|
|
866
|
+
* @param {*} [options] Override http request option.
|
|
867
|
+
* @throws {RequiredError}
|
|
868
|
+
* @memberof AIAgentApiInterface
|
|
3037
869
|
*/
|
|
3038
|
-
|
|
3039
|
-
}
|
|
870
|
+
stopAIAgentConversation(requestParameters: AIAgentApiStopAIAgentConversationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentStopConversationResponse>;
|
|
3040
871
|
|
|
3041
|
-
/**
|
|
3042
|
-
* Request parameters for listAIAgentPlaybooks operation in AIAgentApi.
|
|
3043
|
-
* @export
|
|
3044
|
-
* @interface AIAgentApiListAIAgentPlaybooksRequest
|
|
3045
|
-
*/
|
|
3046
|
-
export interface AIAgentApiListAIAgentPlaybooksRequest {
|
|
3047
872
|
/**
|
|
3048
873
|
*
|
|
3049
|
-
* @
|
|
3050
|
-
* @
|
|
874
|
+
* @summary Subscribe to AI diagnosis conversation events
|
|
875
|
+
* @param {AIAgentApiSubscribeAIAgentConversationEventsRequest} requestParameters Request parameters.
|
|
876
|
+
* @param {*} [options] Override http request option.
|
|
877
|
+
* @throws {RequiredError}
|
|
878
|
+
* @memberof AIAgentApiInterface
|
|
3051
879
|
*/
|
|
3052
|
-
|
|
880
|
+
subscribeAIAgentConversationEvents(requestParameters: AIAgentApiSubscribeAIAgentConversationEventsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiAgentEvent>;
|
|
881
|
+
|
|
3053
882
|
}
|
|
3054
883
|
|
|
3055
884
|
/**
|
|
3056
|
-
* Request parameters for
|
|
885
|
+
* Request parameters for approveAIAgentToolConfirmation operation in AIAgentApi.
|
|
3057
886
|
* @export
|
|
3058
|
-
* @interface
|
|
887
|
+
* @interface AIAgentApiApproveAIAgentToolConfirmationRequest
|
|
3059
888
|
*/
|
|
3060
|
-
export interface
|
|
889
|
+
export interface AIAgentApiApproveAIAgentToolConfirmationRequest {
|
|
3061
890
|
/**
|
|
3062
891
|
*
|
|
3063
892
|
* @type {string}
|
|
3064
|
-
* @memberof
|
|
893
|
+
* @memberof AIAgentApiApproveAIAgentToolConfirmation
|
|
3065
894
|
*/
|
|
3066
895
|
readonly orgName: string
|
|
3067
896
|
|
|
3068
897
|
/**
|
|
3069
898
|
*
|
|
3070
899
|
* @type {string}
|
|
3071
|
-
* @memberof
|
|
900
|
+
* @memberof AIAgentApiApproveAIAgentToolConfirmation
|
|
3072
901
|
*/
|
|
3073
|
-
readonly
|
|
902
|
+
readonly conversationId: string
|
|
3074
903
|
|
|
3075
904
|
/**
|
|
3076
905
|
*
|
|
3077
906
|
* @type {string}
|
|
3078
|
-
* @memberof
|
|
3079
|
-
*/
|
|
3080
|
-
readonly type?: string
|
|
3081
|
-
|
|
3082
|
-
/**
|
|
3083
|
-
*
|
|
3084
|
-
* @type {number}
|
|
3085
|
-
* @memberof AIAgentApiListAIAgentRunEvidence
|
|
907
|
+
* @memberof AIAgentApiApproveAIAgentToolConfirmation
|
|
3086
908
|
*/
|
|
3087
|
-
readonly
|
|
909
|
+
readonly confirmationId: string
|
|
3088
910
|
|
|
3089
911
|
/**
|
|
3090
912
|
*
|
|
3091
|
-
* @type {
|
|
3092
|
-
* @memberof
|
|
913
|
+
* @type {AiAgentToolConfirmationDecisionRequest}
|
|
914
|
+
* @memberof AIAgentApiApproveAIAgentToolConfirmation
|
|
3093
915
|
*/
|
|
3094
|
-
readonly
|
|
916
|
+
readonly aiAgentToolConfirmationDecisionRequest?: AiAgentToolConfirmationDecisionRequest
|
|
3095
917
|
}
|
|
3096
918
|
|
|
3097
919
|
/**
|
|
3098
|
-
* Request parameters for
|
|
920
|
+
* Request parameters for createAIAgentConversation operation in AIAgentApi.
|
|
3099
921
|
* @export
|
|
3100
|
-
* @interface
|
|
922
|
+
* @interface AIAgentApiCreateAIAgentConversationRequest
|
|
3101
923
|
*/
|
|
3102
|
-
export interface
|
|
924
|
+
export interface AIAgentApiCreateAIAgentConversationRequest {
|
|
3103
925
|
/**
|
|
3104
926
|
*
|
|
3105
927
|
* @type {string}
|
|
3106
|
-
* @memberof
|
|
928
|
+
* @memberof AIAgentApiCreateAIAgentConversation
|
|
3107
929
|
*/
|
|
3108
930
|
readonly orgName: string
|
|
931
|
+
|
|
932
|
+
/**
|
|
933
|
+
*
|
|
934
|
+
* @type {AiAgentCreateConversationRequest}
|
|
935
|
+
* @memberof AIAgentApiCreateAIAgentConversation
|
|
936
|
+
*/
|
|
937
|
+
readonly aiAgentCreateConversationRequest: AiAgentCreateConversationRequest
|
|
3109
938
|
}
|
|
3110
939
|
|
|
3111
940
|
/**
|
|
3112
|
-
* Request parameters for
|
|
941
|
+
* Request parameters for getAIAgentConversation operation in AIAgentApi.
|
|
3113
942
|
* @export
|
|
3114
|
-
* @interface
|
|
943
|
+
* @interface AIAgentApiGetAIAgentConversationRequest
|
|
3115
944
|
*/
|
|
3116
|
-
export interface
|
|
945
|
+
export interface AIAgentApiGetAIAgentConversationRequest {
|
|
3117
946
|
/**
|
|
3118
947
|
*
|
|
3119
948
|
* @type {string}
|
|
3120
|
-
* @memberof
|
|
949
|
+
* @memberof AIAgentApiGetAIAgentConversation
|
|
3121
950
|
*/
|
|
3122
951
|
readonly orgName: string
|
|
3123
952
|
|
|
3124
953
|
/**
|
|
3125
954
|
*
|
|
3126
955
|
* @type {string}
|
|
3127
|
-
* @memberof
|
|
956
|
+
* @memberof AIAgentApiGetAIAgentConversation
|
|
3128
957
|
*/
|
|
3129
|
-
readonly
|
|
958
|
+
readonly conversationId: string
|
|
3130
959
|
}
|
|
3131
960
|
|
|
3132
961
|
/**
|
|
3133
|
-
* Request parameters for
|
|
962
|
+
* Request parameters for getAIAgentStatus operation in AIAgentApi.
|
|
3134
963
|
* @export
|
|
3135
|
-
* @interface
|
|
964
|
+
* @interface AIAgentApiGetAIAgentStatusRequest
|
|
3136
965
|
*/
|
|
3137
|
-
export interface
|
|
966
|
+
export interface AIAgentApiGetAIAgentStatusRequest {
|
|
3138
967
|
/**
|
|
3139
968
|
*
|
|
3140
969
|
* @type {string}
|
|
3141
|
-
* @memberof
|
|
970
|
+
* @memberof AIAgentApiGetAIAgentStatus
|
|
3142
971
|
*/
|
|
3143
972
|
readonly orgName: string
|
|
973
|
+
}
|
|
3144
974
|
|
|
975
|
+
/**
|
|
976
|
+
* Request parameters for listAIAgentConversations operation in AIAgentApi.
|
|
977
|
+
* @export
|
|
978
|
+
* @interface AIAgentApiListAIAgentConversationsRequest
|
|
979
|
+
*/
|
|
980
|
+
export interface AIAgentApiListAIAgentConversationsRequest {
|
|
3145
981
|
/**
|
|
3146
982
|
*
|
|
3147
983
|
* @type {string}
|
|
3148
|
-
* @memberof
|
|
984
|
+
* @memberof AIAgentApiListAIAgentConversations
|
|
985
|
+
*/
|
|
986
|
+
readonly orgName: string
|
|
987
|
+
|
|
988
|
+
/**
|
|
989
|
+
*
|
|
990
|
+
* @type {number}
|
|
991
|
+
* @memberof AIAgentApiListAIAgentConversations
|
|
3149
992
|
*/
|
|
3150
|
-
readonly
|
|
993
|
+
readonly limit?: number
|
|
3151
994
|
|
|
3152
995
|
/**
|
|
3153
996
|
*
|
|
3154
|
-
* @type {
|
|
3155
|
-
* @memberof
|
|
997
|
+
* @type {string}
|
|
998
|
+
* @memberof AIAgentApiListAIAgentConversations
|
|
3156
999
|
*/
|
|
3157
|
-
readonly
|
|
1000
|
+
readonly after?: string
|
|
3158
1001
|
}
|
|
3159
1002
|
|
|
3160
1003
|
/**
|
|
3161
|
-
* Request parameters for
|
|
1004
|
+
* Request parameters for listAIAgentMessages operation in AIAgentApi.
|
|
3162
1005
|
* @export
|
|
3163
|
-
* @interface
|
|
1006
|
+
* @interface AIAgentApiListAIAgentMessagesRequest
|
|
3164
1007
|
*/
|
|
3165
|
-
export interface
|
|
1008
|
+
export interface AIAgentApiListAIAgentMessagesRequest {
|
|
3166
1009
|
/**
|
|
3167
1010
|
*
|
|
3168
1011
|
* @type {string}
|
|
3169
|
-
* @memberof
|
|
1012
|
+
* @memberof AIAgentApiListAIAgentMessages
|
|
3170
1013
|
*/
|
|
3171
1014
|
readonly orgName: string
|
|
3172
1015
|
|
|
3173
1016
|
/**
|
|
3174
1017
|
*
|
|
3175
1018
|
* @type {string}
|
|
3176
|
-
* @memberof
|
|
1019
|
+
* @memberof AIAgentApiListAIAgentMessages
|
|
3177
1020
|
*/
|
|
3178
|
-
readonly
|
|
1021
|
+
readonly conversationId: string
|
|
3179
1022
|
|
|
3180
1023
|
/**
|
|
3181
1024
|
*
|
|
3182
1025
|
* @type {string}
|
|
3183
|
-
* @memberof
|
|
1026
|
+
* @memberof AIAgentApiListAIAgentMessages
|
|
3184
1027
|
*/
|
|
3185
|
-
readonly
|
|
1028
|
+
readonly after?: string
|
|
3186
1029
|
|
|
3187
1030
|
/**
|
|
3188
1031
|
*
|
|
3189
|
-
* @type {
|
|
3190
|
-
* @memberof
|
|
1032
|
+
* @type {number}
|
|
1033
|
+
* @memberof AIAgentApiListAIAgentMessages
|
|
3191
1034
|
*/
|
|
3192
|
-
readonly
|
|
1035
|
+
readonly limit?: number
|
|
3193
1036
|
}
|
|
3194
1037
|
|
|
3195
1038
|
/**
|
|
3196
|
-
* Request parameters for
|
|
1039
|
+
* Request parameters for rejectAIAgentToolConfirmation operation in AIAgentApi.
|
|
3197
1040
|
* @export
|
|
3198
|
-
* @interface
|
|
1041
|
+
* @interface AIAgentApiRejectAIAgentToolConfirmationRequest
|
|
3199
1042
|
*/
|
|
3200
|
-
export interface
|
|
1043
|
+
export interface AIAgentApiRejectAIAgentToolConfirmationRequest {
|
|
3201
1044
|
/**
|
|
3202
1045
|
*
|
|
3203
1046
|
* @type {string}
|
|
3204
|
-
* @memberof
|
|
1047
|
+
* @memberof AIAgentApiRejectAIAgentToolConfirmation
|
|
3205
1048
|
*/
|
|
3206
1049
|
readonly orgName: string
|
|
3207
1050
|
|
|
3208
1051
|
/**
|
|
3209
1052
|
*
|
|
3210
1053
|
* @type {string}
|
|
3211
|
-
* @memberof
|
|
1054
|
+
* @memberof AIAgentApiRejectAIAgentToolConfirmation
|
|
3212
1055
|
*/
|
|
3213
|
-
readonly
|
|
3214
|
-
}
|
|
1056
|
+
readonly conversationId: string
|
|
3215
1057
|
|
|
3216
|
-
/**
|
|
3217
|
-
* Request parameters for retryAIAgentRun operation in AIAgentApi.
|
|
3218
|
-
* @export
|
|
3219
|
-
* @interface AIAgentApiRetryAIAgentRunRequest
|
|
3220
|
-
*/
|
|
3221
|
-
export interface AIAgentApiRetryAIAgentRunRequest {
|
|
3222
1058
|
/**
|
|
3223
1059
|
*
|
|
3224
1060
|
* @type {string}
|
|
3225
|
-
* @memberof
|
|
1061
|
+
* @memberof AIAgentApiRejectAIAgentToolConfirmation
|
|
3226
1062
|
*/
|
|
3227
|
-
readonly
|
|
1063
|
+
readonly confirmationId: string
|
|
3228
1064
|
|
|
3229
1065
|
/**
|
|
3230
1066
|
*
|
|
3231
|
-
* @type {
|
|
3232
|
-
* @memberof
|
|
1067
|
+
* @type {AiAgentToolConfirmationDecisionRequest}
|
|
1068
|
+
* @memberof AIAgentApiRejectAIAgentToolConfirmation
|
|
3233
1069
|
*/
|
|
3234
|
-
readonly
|
|
1070
|
+
readonly aiAgentToolConfirmationDecisionRequest?: AiAgentToolConfirmationDecisionRequest
|
|
3235
1071
|
}
|
|
3236
1072
|
|
|
3237
1073
|
/**
|
|
3238
|
-
* Request parameters for
|
|
1074
|
+
* Request parameters for sendAIAgentMessage operation in AIAgentApi.
|
|
3239
1075
|
* @export
|
|
3240
|
-
* @interface
|
|
1076
|
+
* @interface AIAgentApiSendAIAgentMessageRequest
|
|
3241
1077
|
*/
|
|
3242
|
-
export interface
|
|
1078
|
+
export interface AIAgentApiSendAIAgentMessageRequest {
|
|
3243
1079
|
/**
|
|
3244
1080
|
*
|
|
3245
1081
|
* @type {string}
|
|
3246
|
-
* @memberof
|
|
1082
|
+
* @memberof AIAgentApiSendAIAgentMessage
|
|
3247
1083
|
*/
|
|
3248
1084
|
readonly orgName: string
|
|
3249
1085
|
|
|
3250
1086
|
/**
|
|
3251
1087
|
*
|
|
3252
1088
|
* @type {string}
|
|
3253
|
-
* @memberof
|
|
1089
|
+
* @memberof AIAgentApiSendAIAgentMessage
|
|
3254
1090
|
*/
|
|
3255
1091
|
readonly conversationId: string
|
|
3256
1092
|
|
|
3257
1093
|
/**
|
|
3258
1094
|
*
|
|
3259
|
-
* @type {
|
|
3260
|
-
* @memberof
|
|
1095
|
+
* @type {AiAgentSendMessageRequest}
|
|
1096
|
+
* @memberof AIAgentApiSendAIAgentMessage
|
|
3261
1097
|
*/
|
|
3262
|
-
readonly
|
|
1098
|
+
readonly aiAgentSendMessageRequest: AiAgentSendMessageRequest
|
|
3263
1099
|
}
|
|
3264
1100
|
|
|
3265
1101
|
/**
|
|
3266
|
-
* Request parameters for
|
|
1102
|
+
* Request parameters for stopAIAgentConversation operation in AIAgentApi.
|
|
3267
1103
|
* @export
|
|
3268
|
-
* @interface
|
|
1104
|
+
* @interface AIAgentApiStopAIAgentConversationRequest
|
|
3269
1105
|
*/
|
|
3270
|
-
export interface
|
|
1106
|
+
export interface AIAgentApiStopAIAgentConversationRequest {
|
|
3271
1107
|
/**
|
|
3272
1108
|
*
|
|
3273
1109
|
* @type {string}
|
|
3274
|
-
* @memberof
|
|
1110
|
+
* @memberof AIAgentApiStopAIAgentConversation
|
|
3275
1111
|
*/
|
|
3276
1112
|
readonly orgName: string
|
|
3277
1113
|
|
|
3278
1114
|
/**
|
|
3279
1115
|
*
|
|
3280
1116
|
* @type {string}
|
|
3281
|
-
* @memberof
|
|
3282
|
-
*/
|
|
3283
|
-
readonly runId: string
|
|
3284
|
-
|
|
3285
|
-
/**
|
|
3286
|
-
*
|
|
3287
|
-
* @type {AiAgentFeedbackRequest}
|
|
3288
|
-
* @memberof AIAgentApiSubmitAIAgentFeedback
|
|
1117
|
+
* @memberof AIAgentApiStopAIAgentConversation
|
|
3289
1118
|
*/
|
|
3290
|
-
readonly
|
|
1119
|
+
readonly conversationId: string
|
|
3291
1120
|
}
|
|
3292
1121
|
|
|
3293
1122
|
/**
|
|
3294
|
-
* Request parameters for
|
|
1123
|
+
* Request parameters for subscribeAIAgentConversationEvents operation in AIAgentApi.
|
|
3295
1124
|
* @export
|
|
3296
|
-
* @interface
|
|
1125
|
+
* @interface AIAgentApiSubscribeAIAgentConversationEventsRequest
|
|
3297
1126
|
*/
|
|
3298
|
-
export interface
|
|
1127
|
+
export interface AIAgentApiSubscribeAIAgentConversationEventsRequest {
|
|
3299
1128
|
/**
|
|
3300
1129
|
*
|
|
3301
1130
|
* @type {string}
|
|
3302
|
-
* @memberof
|
|
1131
|
+
* @memberof AIAgentApiSubscribeAIAgentConversationEvents
|
|
3303
1132
|
*/
|
|
3304
1133
|
readonly orgName: string
|
|
3305
1134
|
|
|
3306
1135
|
/**
|
|
3307
1136
|
*
|
|
3308
1137
|
* @type {string}
|
|
3309
|
-
* @memberof
|
|
3310
|
-
*/
|
|
3311
|
-
readonly runId: string
|
|
3312
|
-
|
|
3313
|
-
/**
|
|
3314
|
-
*
|
|
3315
|
-
* @type {string}
|
|
3316
|
-
* @memberof AIAgentApiSubscribeAIAgentRunEvents
|
|
1138
|
+
* @memberof AIAgentApiSubscribeAIAgentConversationEvents
|
|
3317
1139
|
*/
|
|
3318
|
-
readonly
|
|
1140
|
+
readonly conversationId: string
|
|
3319
1141
|
|
|
3320
1142
|
/**
|
|
3321
1143
|
*
|
|
3322
1144
|
* @type {string}
|
|
3323
|
-
* @memberof
|
|
1145
|
+
* @memberof AIAgentApiSubscribeAIAgentConversationEvents
|
|
3324
1146
|
*/
|
|
3325
1147
|
readonly after?: string
|
|
3326
1148
|
}
|
|
@@ -3333,104 +1155,20 @@ export interface AIAgentApiSubscribeAIAgentRunEventsRequest {
|
|
|
3333
1155
|
*/
|
|
3334
1156
|
export class AIAgentApi extends BaseAPI implements AIAgentApiInterface {
|
|
3335
1157
|
/**
|
|
3336
|
-
*
|
|
3337
|
-
* @summary Approve
|
|
3338
|
-
* @param {
|
|
3339
|
-
* @param {*} [options] Override http request option.
|
|
3340
|
-
* @throws {RequiredError}
|
|
3341
|
-
* @memberof AIAgentApi
|
|
3342
|
-
*/
|
|
3343
|
-
public approveAIAgentToolApprovalRequest(requestParameters: AIAgentApiApproveAIAgentToolApprovalRequestRequest, options?: RawAxiosRequestConfig) {
|
|
3344
|
-
return AIAgentApiFp(this.configuration).approveAIAgentToolApprovalRequest(requestParameters.orgName, requestParameters.runId, requestParameters.approvalRequestId, requestParameters.aiAgentToolApprovalDecisionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3345
|
-
}
|
|
3346
|
-
|
|
3347
|
-
/**
|
|
3348
|
-
* Fetches frontend-safe report, evidence, action plan, run summary, and metric series artifacts referenced by message parts and report visualizations.
|
|
3349
|
-
* @summary Batch get AI Agent artifacts
|
|
3350
|
-
* @param {AIAgentApiBatchGetAIAgentArtifactsRequest} requestParameters Request parameters.
|
|
3351
|
-
* @param {*} [options] Override http request option.
|
|
3352
|
-
* @throws {RequiredError}
|
|
3353
|
-
* @memberof AIAgentApi
|
|
3354
|
-
*/
|
|
3355
|
-
public batchGetAIAgentArtifacts(requestParameters: AIAgentApiBatchGetAIAgentArtifactsRequest, options?: RawAxiosRequestConfig) {
|
|
3356
|
-
return AIAgentApiFp(this.configuration).batchGetAIAgentArtifacts(requestParameters.orgName, requestParameters.aiAgentArtifactBatchGetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3357
|
-
}
|
|
3358
|
-
|
|
3359
|
-
/**
|
|
3360
|
-
* Cancels a pending or approved action plan before execution completes.
|
|
3361
|
-
* @summary Cancel an AI Agent action plan
|
|
3362
|
-
* @param {AIAgentApiCancelAIAgentActionPlanRequest} requestParameters Request parameters.
|
|
3363
|
-
* @param {*} [options] Override http request option.
|
|
3364
|
-
* @throws {RequiredError}
|
|
3365
|
-
* @memberof AIAgentApi
|
|
3366
|
-
*/
|
|
3367
|
-
public cancelAIAgentActionPlan(requestParameters: AIAgentApiCancelAIAgentActionPlanRequest, options?: RawAxiosRequestConfig) {
|
|
3368
|
-
return AIAgentApiFp(this.configuration).cancelAIAgentActionPlan(requestParameters.orgName, requestParameters.actionPlanId, options).then((request) => request(this.axios, this.basePath));
|
|
3369
|
-
}
|
|
3370
|
-
|
|
3371
|
-
/**
|
|
3372
|
-
* Cancels a pending or running Agent workflow.
|
|
3373
|
-
* @summary Cancel an AI Agent run
|
|
3374
|
-
* @param {AIAgentApiCancelAIAgentRunRequest} requestParameters Request parameters.
|
|
3375
|
-
* @param {*} [options] Override http request option.
|
|
3376
|
-
* @throws {RequiredError}
|
|
3377
|
-
* @memberof AIAgentApi
|
|
3378
|
-
*/
|
|
3379
|
-
public cancelAIAgentRun(requestParameters: AIAgentApiCancelAIAgentRunRequest, options?: RawAxiosRequestConfig) {
|
|
3380
|
-
return AIAgentApiFp(this.configuration).cancelAIAgentRun(requestParameters.orgName, requestParameters.runId, options).then((request) => request(this.axios, this.basePath));
|
|
3381
|
-
}
|
|
3382
|
-
|
|
3383
|
-
/**
|
|
3384
|
-
* Cancels a pending Runtime-created tool approval request. The tool is not executed and the Agent returns to the conversation.
|
|
3385
|
-
* @summary Cancel an AI Agent tool approval request
|
|
3386
|
-
* @param {AIAgentApiCancelAIAgentToolApprovalRequestRequest} requestParameters Request parameters.
|
|
3387
|
-
* @param {*} [options] Override http request option.
|
|
3388
|
-
* @throws {RequiredError}
|
|
3389
|
-
* @memberof AIAgentApi
|
|
3390
|
-
*/
|
|
3391
|
-
public cancelAIAgentToolApprovalRequest(requestParameters: AIAgentApiCancelAIAgentToolApprovalRequestRequest, options?: RawAxiosRequestConfig) {
|
|
3392
|
-
return AIAgentApiFp(this.configuration).cancelAIAgentToolApprovalRequest(requestParameters.orgName, requestParameters.runId, requestParameters.approvalRequestId, requestParameters.aiAgentToolApprovalDecisionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3393
|
-
}
|
|
3394
|
-
|
|
3395
|
-
/**
|
|
3396
|
-
* Confirms a pending action plan through the public confirmation read model. Approval tokens and execution credentials are internal.
|
|
3397
|
-
* @summary Confirm an AI Agent action plan
|
|
3398
|
-
* @param {AIAgentApiConfirmAIAgentActionPlanRequest} requestParameters Request parameters.
|
|
3399
|
-
* @param {*} [options] Override http request option.
|
|
3400
|
-
* @throws {RequiredError}
|
|
3401
|
-
* @memberof AIAgentApi
|
|
3402
|
-
*/
|
|
3403
|
-
public confirmAIAgentActionPlan(requestParameters: AIAgentApiConfirmAIAgentActionPlanRequest, options?: RawAxiosRequestConfig) {
|
|
3404
|
-
return AIAgentApiFp(this.configuration).confirmAIAgentActionPlan(requestParameters.orgName, requestParameters.actionPlanId, requestParameters.aiAgentConfirmActionPlanRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3405
|
-
}
|
|
3406
|
-
|
|
3407
|
-
/**
|
|
3408
|
-
* Continues investigation, regenerates explanation, or creates an action plan from an existing report.
|
|
3409
|
-
* @summary Continue from an AI Agent report
|
|
3410
|
-
* @param {AIAgentApiContinueAIAgentReportRequest} requestParameters Request parameters.
|
|
3411
|
-
* @param {*} [options] Override http request option.
|
|
3412
|
-
* @throws {RequiredError}
|
|
3413
|
-
* @memberof AIAgentApi
|
|
3414
|
-
*/
|
|
3415
|
-
public continueAIAgentReport(requestParameters: AIAgentApiContinueAIAgentReportRequest, options?: RawAxiosRequestConfig) {
|
|
3416
|
-
return AIAgentApiFp(this.configuration).continueAIAgentReport(requestParameters.orgName, requestParameters.reportId, requestParameters.aiAgentContinueReportRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3417
|
-
}
|
|
3418
|
-
|
|
3419
|
-
/**
|
|
3420
|
-
* Adds a user message and continues, narrows, clarifies, or answers from the current Agent run.
|
|
3421
|
-
* @summary Continue an AI Agent run
|
|
3422
|
-
* @param {AIAgentApiContinueAIAgentRunRequest} requestParameters Request parameters.
|
|
1158
|
+
*
|
|
1159
|
+
* @summary Approve one AI diagnosis tool confirmation
|
|
1160
|
+
* @param {AIAgentApiApproveAIAgentToolConfirmationRequest} requestParameters Request parameters.
|
|
3423
1161
|
* @param {*} [options] Override http request option.
|
|
3424
1162
|
* @throws {RequiredError}
|
|
3425
1163
|
* @memberof AIAgentApi
|
|
3426
1164
|
*/
|
|
3427
|
-
public
|
|
3428
|
-
return AIAgentApiFp(this.configuration).
|
|
1165
|
+
public approveAIAgentToolConfirmation(requestParameters: AIAgentApiApproveAIAgentToolConfirmationRequest, options?: RawAxiosRequestConfig) {
|
|
1166
|
+
return AIAgentApiFp(this.configuration).approveAIAgentToolConfirmation(requestParameters.orgName, requestParameters.conversationId, requestParameters.confirmationId, requestParameters.aiAgentToolConfirmationDecisionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3429
1167
|
}
|
|
3430
1168
|
|
|
3431
1169
|
/**
|
|
3432
|
-
*
|
|
3433
|
-
* @summary Create an AI
|
|
1170
|
+
*
|
|
1171
|
+
* @summary Create an AI diagnosis conversation
|
|
3434
1172
|
* @param {AIAgentApiCreateAIAgentConversationRequest} requestParameters Request parameters.
|
|
3435
1173
|
* @param {*} [options] Override http request option.
|
|
3436
1174
|
* @throws {RequiredError}
|
|
@@ -3441,44 +1179,8 @@ export class AIAgentApi extends BaseAPI implements AIAgentApiInterface {
|
|
|
3441
1179
|
}
|
|
3442
1180
|
|
|
3443
1181
|
/**
|
|
3444
|
-
*
|
|
3445
|
-
* @summary Get AI
|
|
3446
|
-
* @param {AIAgentApiGetAIAgentActionExecutionRequest} requestParameters Request parameters.
|
|
3447
|
-
* @param {*} [options] Override http request option.
|
|
3448
|
-
* @throws {RequiredError}
|
|
3449
|
-
* @memberof AIAgentApi
|
|
3450
|
-
*/
|
|
3451
|
-
public getAIAgentActionExecution(requestParameters: AIAgentApiGetAIAgentActionExecutionRequest, options?: RawAxiosRequestConfig) {
|
|
3452
|
-
return AIAgentApiFp(this.configuration).getAIAgentActionExecution(requestParameters.orgName, requestParameters.actionPlanId, options).then((request) => request(this.axios, this.basePath));
|
|
3453
|
-
}
|
|
3454
|
-
|
|
3455
|
-
/**
|
|
3456
|
-
* Returns a frontend-safe action plan read model without approval tokens or execution credentials.
|
|
3457
|
-
* @summary Get AI Agent action plan
|
|
3458
|
-
* @param {AIAgentApiGetAIAgentActionPlanRequest} requestParameters Request parameters.
|
|
3459
|
-
* @param {*} [options] Override http request option.
|
|
3460
|
-
* @throws {RequiredError}
|
|
3461
|
-
* @memberof AIAgentApi
|
|
3462
|
-
*/
|
|
3463
|
-
public getAIAgentActionPlan(requestParameters: AIAgentApiGetAIAgentActionPlanRequest, options?: RawAxiosRequestConfig) {
|
|
3464
|
-
return AIAgentApiFp(this.configuration).getAIAgentActionPlan(requestParameters.orgName, requestParameters.actionPlanId, options).then((request) => request(this.axios, this.basePath));
|
|
3465
|
-
}
|
|
3466
|
-
|
|
3467
|
-
/**
|
|
3468
|
-
* Returns the current single-cluster scope, cluster display context, playbooks, suggestions, and frontend-safe capability switches.
|
|
3469
|
-
* @summary Get AI Agent context and capabilities
|
|
3470
|
-
* @param {AIAgentApiGetAIAgentContextRequest} requestParameters Request parameters.
|
|
3471
|
-
* @param {*} [options] Override http request option.
|
|
3472
|
-
* @throws {RequiredError}
|
|
3473
|
-
* @memberof AIAgentApi
|
|
3474
|
-
*/
|
|
3475
|
-
public getAIAgentContext(requestParameters: AIAgentApiGetAIAgentContextRequest, options?: RawAxiosRequestConfig) {
|
|
3476
|
-
return AIAgentApiFp(this.configuration).getAIAgentContext(requestParameters.orgName, requestParameters.clusterName, requestParameters.namespace, requestParameters.component, requestParameters.pod, options).then((request) => request(this.axios, this.basePath));
|
|
3477
|
-
}
|
|
3478
|
-
|
|
3479
|
-
/**
|
|
3480
|
-
* Returns the conversation summary with a recent message preview. Use the paginated message and artifact APIs to restore full history.
|
|
3481
|
-
* @summary Get AI Agent conversation summary
|
|
1182
|
+
*
|
|
1183
|
+
* @summary Get an AI diagnosis conversation
|
|
3482
1184
|
* @param {AIAgentApiGetAIAgentConversationRequest} requestParameters Request parameters.
|
|
3483
1185
|
* @param {*} [options] Override http request option.
|
|
3484
1186
|
* @throws {RequiredError}
|
|
@@ -3489,207 +1191,87 @@ export class AIAgentApi extends BaseAPI implements AIAgentApiInterface {
|
|
|
3489
1191
|
}
|
|
3490
1192
|
|
|
3491
1193
|
/**
|
|
3492
|
-
*
|
|
3493
|
-
* @summary Get AI
|
|
3494
|
-
* @param {
|
|
3495
|
-
* @param {*} [options] Override http request option.
|
|
3496
|
-
* @throws {RequiredError}
|
|
3497
|
-
* @memberof AIAgentApi
|
|
3498
|
-
*/
|
|
3499
|
-
public getAIAgentEvidence(requestParameters: AIAgentApiGetAIAgentEvidenceRequest, options?: RawAxiosRequestConfig) {
|
|
3500
|
-
return AIAgentApiFp(this.configuration).getAIAgentEvidence(requestParameters.orgName, requestParameters.evidenceId, options).then((request) => request(this.axios, this.basePath));
|
|
3501
|
-
}
|
|
3502
|
-
|
|
3503
|
-
/**
|
|
3504
|
-
* Returns the Result Builder report read model for a run.
|
|
3505
|
-
* @summary Get AI Agent run report
|
|
3506
|
-
* @param {AIAgentApiGetAIAgentReportRequest} requestParameters Request parameters.
|
|
3507
|
-
* @param {*} [options] Override http request option.
|
|
3508
|
-
* @throws {RequiredError}
|
|
3509
|
-
* @memberof AIAgentApi
|
|
3510
|
-
*/
|
|
3511
|
-
public getAIAgentReport(requestParameters: AIAgentApiGetAIAgentReportRequest, options?: RawAxiosRequestConfig) {
|
|
3512
|
-
return AIAgentApiFp(this.configuration).getAIAgentReport(requestParameters.orgName, requestParameters.runId, options).then((request) => request(this.axios, this.basePath));
|
|
3513
|
-
}
|
|
3514
|
-
|
|
3515
|
-
/**
|
|
3516
|
-
* Returns the current run state and branch summaries.
|
|
3517
|
-
* @summary Get AI Agent run
|
|
3518
|
-
* @param {AIAgentApiGetAIAgentRunRequest} requestParameters Request parameters.
|
|
3519
|
-
* @param {*} [options] Override http request option.
|
|
3520
|
-
* @throws {RequiredError}
|
|
3521
|
-
* @memberof AIAgentApi
|
|
3522
|
-
*/
|
|
3523
|
-
public getAIAgentRun(requestParameters: AIAgentApiGetAIAgentRunRequest, options?: RawAxiosRequestConfig) {
|
|
3524
|
-
return AIAgentApiFp(this.configuration).getAIAgentRun(requestParameters.orgName, requestParameters.runId, options).then((request) => request(this.axios, this.basePath));
|
|
3525
|
-
}
|
|
3526
|
-
|
|
3527
|
-
/**
|
|
3528
|
-
* Lists reports created in a conversation.
|
|
3529
|
-
* @summary List AI Agent reports for a conversation
|
|
3530
|
-
* @param {AIAgentApiListAIAgentConversationReportsRequest} requestParameters Request parameters.
|
|
1194
|
+
*
|
|
1195
|
+
* @summary Get AI diagnosis agent status
|
|
1196
|
+
* @param {AIAgentApiGetAIAgentStatusRequest} requestParameters Request parameters.
|
|
3531
1197
|
* @param {*} [options] Override http request option.
|
|
3532
1198
|
* @throws {RequiredError}
|
|
3533
1199
|
* @memberof AIAgentApi
|
|
3534
1200
|
*/
|
|
3535
|
-
public
|
|
3536
|
-
return AIAgentApiFp(this.configuration).
|
|
1201
|
+
public getAIAgentStatus(requestParameters: AIAgentApiGetAIAgentStatusRequest, options?: RawAxiosRequestConfig) {
|
|
1202
|
+
return AIAgentApiFp(this.configuration).getAIAgentStatus(requestParameters.orgName, options).then((request) => request(this.axios, this.basePath));
|
|
3537
1203
|
}
|
|
3538
1204
|
|
|
3539
1205
|
/**
|
|
3540
|
-
*
|
|
3541
|
-
* @summary List AI
|
|
1206
|
+
*
|
|
1207
|
+
* @summary List AI diagnosis conversations
|
|
3542
1208
|
* @param {AIAgentApiListAIAgentConversationsRequest} requestParameters Request parameters.
|
|
3543
1209
|
* @param {*} [options] Override http request option.
|
|
3544
1210
|
* @throws {RequiredError}
|
|
3545
1211
|
* @memberof AIAgentApi
|
|
3546
1212
|
*/
|
|
3547
1213
|
public listAIAgentConversations(requestParameters: AIAgentApiListAIAgentConversationsRequest, options?: RawAxiosRequestConfig) {
|
|
3548
|
-
return AIAgentApiFp(this.configuration).listAIAgentConversations(requestParameters.orgName, requestParameters.
|
|
1214
|
+
return AIAgentApiFp(this.configuration).listAIAgentConversations(requestParameters.orgName, requestParameters.limit, requestParameters.after, options).then((request) => request(this.axios, this.basePath));
|
|
3549
1215
|
}
|
|
3550
1216
|
|
|
3551
1217
|
/**
|
|
3552
|
-
*
|
|
3553
|
-
* @summary List AI
|
|
1218
|
+
*
|
|
1219
|
+
* @summary List AI diagnosis conversation messages
|
|
3554
1220
|
* @param {AIAgentApiListAIAgentMessagesRequest} requestParameters Request parameters.
|
|
3555
1221
|
* @param {*} [options] Override http request option.
|
|
3556
1222
|
* @throws {RequiredError}
|
|
3557
1223
|
* @memberof AIAgentApi
|
|
3558
1224
|
*/
|
|
3559
1225
|
public listAIAgentMessages(requestParameters: AIAgentApiListAIAgentMessagesRequest, options?: RawAxiosRequestConfig) {
|
|
3560
|
-
return AIAgentApiFp(this.configuration).listAIAgentMessages(requestParameters.orgName, requestParameters.conversationId, requestParameters.
|
|
3561
|
-
}
|
|
3562
|
-
|
|
3563
|
-
/**
|
|
3564
|
-
* Lists frontend-safe playbook metadata for disabled states and scenario selection.
|
|
3565
|
-
* @summary List AI Agent playbooks
|
|
3566
|
-
* @param {AIAgentApiListAIAgentPlaybooksRequest} requestParameters Request parameters.
|
|
3567
|
-
* @param {*} [options] Override http request option.
|
|
3568
|
-
* @throws {RequiredError}
|
|
3569
|
-
* @memberof AIAgentApi
|
|
3570
|
-
*/
|
|
3571
|
-
public listAIAgentPlaybooks(requestParameters: AIAgentApiListAIAgentPlaybooksRequest, options?: RawAxiosRequestConfig) {
|
|
3572
|
-
return AIAgentApiFp(this.configuration).listAIAgentPlaybooks(requestParameters.orgName, options).then((request) => request(this.axios, this.basePath));
|
|
3573
|
-
}
|
|
3574
|
-
|
|
3575
|
-
/**
|
|
3576
|
-
* Lists normalized evidence summaries for a run.
|
|
3577
|
-
* @summary List AI Agent run evidence
|
|
3578
|
-
* @param {AIAgentApiListAIAgentRunEvidenceRequest} requestParameters Request parameters.
|
|
3579
|
-
* @param {*} [options] Override http request option.
|
|
3580
|
-
* @throws {RequiredError}
|
|
3581
|
-
* @memberof AIAgentApi
|
|
3582
|
-
*/
|
|
3583
|
-
public listAIAgentRunEvidence(requestParameters: AIAgentApiListAIAgentRunEvidenceRequest, options?: RawAxiosRequestConfig) {
|
|
3584
|
-
return AIAgentApiFp(this.configuration).listAIAgentRunEvidence(requestParameters.orgName, requestParameters.runId, requestParameters.type, requestParameters.limit, requestParameters.cursor, options).then((request) => request(this.axios, this.basePath));
|
|
3585
|
-
}
|
|
3586
|
-
|
|
3587
|
-
/**
|
|
3588
|
-
* Lists frontend-safe capability metadata without raw source APIs, credentials, or internal tool arguments.
|
|
3589
|
-
* @summary List AI Agent tool capability summaries
|
|
3590
|
-
* @param {AIAgentApiListAIAgentToolCapabilitiesRequest} requestParameters Request parameters.
|
|
3591
|
-
* @param {*} [options] Override http request option.
|
|
3592
|
-
* @throws {RequiredError}
|
|
3593
|
-
* @memberof AIAgentApi
|
|
3594
|
-
*/
|
|
3595
|
-
public listAIAgentToolCapabilities(requestParameters: AIAgentApiListAIAgentToolCapabilitiesRequest, options?: RawAxiosRequestConfig) {
|
|
3596
|
-
return AIAgentApiFp(this.configuration).listAIAgentToolCapabilities(requestParameters.orgName, options).then((request) => request(this.axios, this.basePath));
|
|
1226
|
+
return AIAgentApiFp(this.configuration).listAIAgentMessages(requestParameters.orgName, requestParameters.conversationId, requestParameters.after, requestParameters.limit, options).then((request) => request(this.axios, this.basePath));
|
|
3597
1227
|
}
|
|
3598
1228
|
|
|
3599
1229
|
/**
|
|
3600
|
-
*
|
|
3601
|
-
* @summary
|
|
3602
|
-
* @param {
|
|
3603
|
-
* @param {*} [options] Override http request option.
|
|
3604
|
-
* @throws {RequiredError}
|
|
3605
|
-
* @memberof AIAgentApi
|
|
3606
|
-
*/
|
|
3607
|
-
public pauseAIAgentRun(requestParameters: AIAgentApiPauseAIAgentRunRequest, options?: RawAxiosRequestConfig) {
|
|
3608
|
-
return AIAgentApiFp(this.configuration).pauseAIAgentRun(requestParameters.orgName, requestParameters.runId, options).then((request) => request(this.axios, this.basePath));
|
|
3609
|
-
}
|
|
3610
|
-
|
|
3611
|
-
/**
|
|
3612
|
-
* Regenerates a report from existing evidence without recollecting source data.
|
|
3613
|
-
* @summary Regenerate an AI Agent report
|
|
3614
|
-
* @param {AIAgentApiRegenerateAIAgentReportRequest} requestParameters Request parameters.
|
|
3615
|
-
* @param {*} [options] Override http request option.
|
|
3616
|
-
* @throws {RequiredError}
|
|
3617
|
-
* @memberof AIAgentApi
|
|
3618
|
-
*/
|
|
3619
|
-
public regenerateAIAgentReport(requestParameters: AIAgentApiRegenerateAIAgentReportRequest, options?: RawAxiosRequestConfig) {
|
|
3620
|
-
return AIAgentApiFp(this.configuration).regenerateAIAgentReport(requestParameters.orgName, requestParameters.runId, requestParameters.aiAgentRegenerateReportRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3621
|
-
}
|
|
3622
|
-
|
|
3623
|
-
/**
|
|
3624
|
-
* Rejects a pending Runtime-created tool approval request. The tool is not executed and the Agent returns to the conversation with a safe assistant message.
|
|
3625
|
-
* @summary Reject an AI Agent tool approval request
|
|
3626
|
-
* @param {AIAgentApiRejectAIAgentToolApprovalRequestRequest} requestParameters Request parameters.
|
|
3627
|
-
* @param {*} [options] Override http request option.
|
|
3628
|
-
* @throws {RequiredError}
|
|
3629
|
-
* @memberof AIAgentApi
|
|
3630
|
-
*/
|
|
3631
|
-
public rejectAIAgentToolApprovalRequest(requestParameters: AIAgentApiRejectAIAgentToolApprovalRequestRequest, options?: RawAxiosRequestConfig) {
|
|
3632
|
-
return AIAgentApiFp(this.configuration).rejectAIAgentToolApprovalRequest(requestParameters.orgName, requestParameters.runId, requestParameters.approvalRequestId, requestParameters.aiAgentToolApprovalDecisionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3633
|
-
}
|
|
3634
|
-
|
|
3635
|
-
/**
|
|
3636
|
-
* Resumes a paused Agent workflow.
|
|
3637
|
-
* @summary Resume an AI Agent run
|
|
3638
|
-
* @param {AIAgentApiResumeAIAgentRunRequest} requestParameters Request parameters.
|
|
3639
|
-
* @param {*} [options] Override http request option.
|
|
3640
|
-
* @throws {RequiredError}
|
|
3641
|
-
* @memberof AIAgentApi
|
|
3642
|
-
*/
|
|
3643
|
-
public resumeAIAgentRun(requestParameters: AIAgentApiResumeAIAgentRunRequest, options?: RawAxiosRequestConfig) {
|
|
3644
|
-
return AIAgentApiFp(this.configuration).resumeAIAgentRun(requestParameters.orgName, requestParameters.runId, options).then((request) => request(this.axios, this.basePath));
|
|
3645
|
-
}
|
|
3646
|
-
|
|
3647
|
-
/**
|
|
3648
|
-
* Creates a new run retrying the failed or degraded Agent workflow.
|
|
3649
|
-
* @summary Retry an AI Agent run
|
|
3650
|
-
* @param {AIAgentApiRetryAIAgentRunRequest} requestParameters Request parameters.
|
|
1230
|
+
*
|
|
1231
|
+
* @summary Reject one AI diagnosis tool confirmation
|
|
1232
|
+
* @param {AIAgentApiRejectAIAgentToolConfirmationRequest} requestParameters Request parameters.
|
|
3651
1233
|
* @param {*} [options] Override http request option.
|
|
3652
1234
|
* @throws {RequiredError}
|
|
3653
1235
|
* @memberof AIAgentApi
|
|
3654
1236
|
*/
|
|
3655
|
-
public
|
|
3656
|
-
return AIAgentApiFp(this.configuration).
|
|
1237
|
+
public rejectAIAgentToolConfirmation(requestParameters: AIAgentApiRejectAIAgentToolConfirmationRequest, options?: RawAxiosRequestConfig) {
|
|
1238
|
+
return AIAgentApiFp(this.configuration).rejectAIAgentToolConfirmation(requestParameters.orgName, requestParameters.conversationId, requestParameters.confirmationId, requestParameters.aiAgentToolConfirmationDecisionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3657
1239
|
}
|
|
3658
1240
|
|
|
3659
1241
|
/**
|
|
3660
|
-
*
|
|
3661
|
-
* @summary
|
|
3662
|
-
* @param {
|
|
1242
|
+
*
|
|
1243
|
+
* @summary Send a user message and start or continue AI diagnosis
|
|
1244
|
+
* @param {AIAgentApiSendAIAgentMessageRequest} requestParameters Request parameters.
|
|
3663
1245
|
* @param {*} [options] Override http request option.
|
|
3664
1246
|
* @throws {RequiredError}
|
|
3665
1247
|
* @memberof AIAgentApi
|
|
3666
1248
|
*/
|
|
3667
|
-
public
|
|
3668
|
-
return AIAgentApiFp(this.configuration).
|
|
1249
|
+
public sendAIAgentMessage(requestParameters: AIAgentApiSendAIAgentMessageRequest, options?: RawAxiosRequestConfig) {
|
|
1250
|
+
return AIAgentApiFp(this.configuration).sendAIAgentMessage(requestParameters.orgName, requestParameters.conversationId, requestParameters.aiAgentSendMessageRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3669
1251
|
}
|
|
3670
1252
|
|
|
3671
1253
|
/**
|
|
3672
|
-
*
|
|
3673
|
-
* @summary
|
|
3674
|
-
* @param {
|
|
1254
|
+
*
|
|
1255
|
+
* @summary Stop the current AI diagnosis turn
|
|
1256
|
+
* @param {AIAgentApiStopAIAgentConversationRequest} requestParameters Request parameters.
|
|
3675
1257
|
* @param {*} [options] Override http request option.
|
|
3676
1258
|
* @throws {RequiredError}
|
|
3677
1259
|
* @memberof AIAgentApi
|
|
3678
1260
|
*/
|
|
3679
|
-
public
|
|
3680
|
-
return AIAgentApiFp(this.configuration).
|
|
1261
|
+
public stopAIAgentConversation(requestParameters: AIAgentApiStopAIAgentConversationRequest, options?: RawAxiosRequestConfig) {
|
|
1262
|
+
return AIAgentApiFp(this.configuration).stopAIAgentConversation(requestParameters.orgName, requestParameters.conversationId, options).then((request) => request(this.axios, this.basePath));
|
|
3681
1263
|
}
|
|
3682
1264
|
|
|
3683
1265
|
/**
|
|
3684
|
-
*
|
|
3685
|
-
* @summary Subscribe to AI
|
|
3686
|
-
* @param {
|
|
1266
|
+
*
|
|
1267
|
+
* @summary Subscribe to AI diagnosis conversation events
|
|
1268
|
+
* @param {AIAgentApiSubscribeAIAgentConversationEventsRequest} requestParameters Request parameters.
|
|
3687
1269
|
* @param {*} [options] Override http request option.
|
|
3688
1270
|
* @throws {RequiredError}
|
|
3689
1271
|
* @memberof AIAgentApi
|
|
3690
1272
|
*/
|
|
3691
|
-
public
|
|
3692
|
-
return AIAgentApiFp(this.configuration).
|
|
1273
|
+
public subscribeAIAgentConversationEvents(requestParameters: AIAgentApiSubscribeAIAgentConversationEventsRequest, options?: RawAxiosRequestConfig) {
|
|
1274
|
+
return AIAgentApiFp(this.configuration).subscribeAIAgentConversationEvents(requestParameters.orgName, requestParameters.conversationId, requestParameters.after, options).then((request) => request(this.axios, this.basePath));
|
|
3693
1275
|
}
|
|
3694
1276
|
}
|
|
3695
1277
|
|