kb-cloud-client-typescript 2.2.54 → 2.2.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adminapi/api.d.ts +1 -1
- package/dist/adminapi/api.d.ts.map +1 -1
- package/dist/adminapi/api.js +1 -1
- package/dist/adminapi/api.js.map +1 -1
- package/dist/adminapi/apis/aiagent-api.d.ts +1143 -0
- package/dist/adminapi/apis/aiagent-api.d.ts.map +1 -0
- package/dist/adminapi/apis/aiagent-api.js +1259 -0
- package/dist/adminapi/apis/aiagent-api.js.map +1 -0
- package/dist/adminapi/models/ai-agent-conversation-list.d.ts +26 -0
- package/dist/adminapi/models/ai-agent-conversation-list.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-conversation-list.js +16 -0
- package/dist/adminapi/models/ai-agent-conversation-list.js.map +1 -0
- package/dist/adminapi/models/ai-agent-conversation-status.d.ts +25 -0
- package/dist/adminapi/models/ai-agent-conversation-status.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-conversation-status.js +29 -0
- package/dist/adminapi/models/ai-agent-conversation-status.js.map +1 -0
- package/dist/adminapi/models/ai-agent-conversation.d.ts +76 -0
- package/dist/adminapi/models/ai-agent-conversation.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-conversation.js +16 -0
- package/dist/adminapi/models/ai-agent-conversation.js.map +1 -0
- package/dist/adminapi/models/ai-agent-create-conversation-request.d.ts +37 -0
- package/dist/adminapi/models/ai-agent-create-conversation-request.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-create-conversation-request.js +16 -0
- package/dist/adminapi/models/ai-agent-create-conversation-request.js.map +1 -0
- package/dist/adminapi/models/ai-agent-delete-conversation-response.d.ts +31 -0
- package/dist/adminapi/models/ai-agent-delete-conversation-response.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-delete-conversation-response.js +16 -0
- package/dist/adminapi/models/ai-agent-delete-conversation-response.js.map +1 -0
- package/dist/adminapi/models/ai-agent-event-type.d.ts +35 -0
- package/dist/adminapi/models/ai-agent-event-type.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-event-type.js +39 -0
- package/dist/adminapi/models/ai-agent-event-type.js.map +1 -0
- package/dist/adminapi/models/ai-agent-event.d.ts +70 -0
- package/dist/adminapi/models/ai-agent-event.d.ts.map +1 -0
- package/dist/adminapi/models/{chat-request.js → ai-agent-event.js} +1 -1
- package/dist/adminapi/models/ai-agent-event.js.map +1 -0
- package/dist/adminapi/models/{aiconversation-request.d.ts → ai-agent-message-list.d.ts} +7 -7
- package/dist/adminapi/models/ai-agent-message-list.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-message-list.js +16 -0
- package/dist/adminapi/models/ai-agent-message-list.js.map +1 -0
- package/dist/adminapi/models/ai-agent-message-part-type.d.ts +24 -0
- package/dist/adminapi/models/ai-agent-message-part-type.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-message-part-type.js +28 -0
- package/dist/adminapi/models/ai-agent-message-part-type.js.map +1 -0
- package/dist/adminapi/models/ai-agent-message-part.d.ts +46 -0
- package/dist/adminapi/models/ai-agent-message-part.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-message-part.js +16 -0
- package/dist/adminapi/models/ai-agent-message-part.js.map +1 -0
- package/dist/adminapi/models/{sender-type.d.ts → ai-agent-message-role.d.ts} +4 -4
- package/dist/adminapi/models/ai-agent-message-role.d.ts.map +1 -0
- package/dist/adminapi/models/{sender-type.js → ai-agent-message-role.js} +4 -4
- package/dist/adminapi/models/ai-agent-message-role.js.map +1 -0
- package/dist/adminapi/models/ai-agent-message.d.ts +64 -0
- package/dist/adminapi/models/ai-agent-message.d.ts.map +1 -0
- package/dist/adminapi/models/{ai-conversation.js → ai-agent-message.js} +1 -1
- package/dist/adminapi/models/ai-agent-message.js.map +1 -0
- package/dist/adminapi/models/{aichat-type.d.ts → ai-agent-object-ref.d.ts} +17 -8
- package/dist/adminapi/models/ai-agent-object-ref.d.ts.map +1 -0
- package/dist/adminapi/models/{ai-message.js → ai-agent-object-ref.js} +1 -1
- package/dist/adminapi/models/ai-agent-object-ref.js.map +1 -0
- 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/{chat-response-type.js → ai-agent-runtime-status-code.js} +9 -13
- 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/{aiconversation-request.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 +44 -0
- package/dist/adminapi/models/ai-agent-scope.d.ts.map +1 -0
- package/dist/adminapi/models/{chat-response.js → ai-agent-scope.js} +1 -1
- package/dist/adminapi/models/ai-agent-scope.js.map +1 -0
- package/dist/adminapi/models/ai-agent-send-message-request.d.ts +32 -0
- package/dist/adminapi/models/ai-agent-send-message-request.d.ts.map +1 -0
- package/dist/adminapi/models/{ai-conversation-list-response.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-send-message-response.js +16 -0
- 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-stop-conversation-response.js +16 -0
- package/dist/adminapi/models/ai-agent-stop-conversation-response.js.map +1 -0
- package/dist/adminapi/models/{ai-message-list-response.d.ts → ai-agent-tool-confirmation-decision-request.d.ts} +6 -7
- package/dist/adminapi/models/ai-agent-tool-confirmation-decision-request.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-decision-request.js +16 -0
- 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-tool-confirmation-decision-response.js +16 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-decision-response.js.map +1 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-status.d.ts +24 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-status.d.ts.map +1 -0
- package/dist/adminapi/models/{aichat-type.js → ai-agent-tool-confirmation-status.js} +8 -6
- package/dist/adminapi/models/ai-agent-tool-confirmation-status.js.map +1 -0
- package/dist/adminapi/models/ai-agent-turn-action-list.d.ts +26 -0
- package/dist/adminapi/models/ai-agent-turn-action-list.d.ts.map +1 -0
- package/dist/adminapi/models/{ai-message-list-response.js → ai-agent-turn-action-list.js} +1 -1
- package/dist/adminapi/models/ai-agent-turn-action-list.js.map +1 -0
- package/dist/adminapi/models/ai-agent-turn-action.d.ts +106 -0
- package/dist/adminapi/models/ai-agent-turn-action.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-turn-action.js +16 -0
- package/dist/adminapi/models/ai-agent-turn-action.js.map +1 -0
- package/dist/adminapi/models/ai-agent-turn-status.d.ts +25 -0
- package/dist/adminapi/models/ai-agent-turn-status.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-turn-status.js +29 -0
- package/dist/adminapi/models/ai-agent-turn-status.js.map +1 -0
- package/dist/adminapi/models/index.d.ts +25 -10
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +25 -10
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/adminapi/models/llm.d.ts +1 -1
- package/dist/openapi/api.d.ts +1 -1
- package/dist/openapi/api.d.ts.map +1 -1
- package/dist/openapi/api.js +1 -1
- package/dist/openapi/api.js.map +1 -1
- package/dist/openapi/apis/aiagent-api.d.ts +1143 -0
- package/dist/openapi/apis/aiagent-api.d.ts.map +1 -0
- package/dist/openapi/apis/aiagent-api.js +1259 -0
- package/dist/openapi/apis/aiagent-api.js.map +1 -0
- package/dist/openapi/models/ai-agent-conversation-list.d.ts +26 -0
- package/dist/openapi/models/ai-agent-conversation-list.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-conversation-list.js +16 -0
- package/dist/openapi/models/ai-agent-conversation-list.js.map +1 -0
- package/dist/openapi/models/ai-agent-conversation-status.d.ts +25 -0
- package/dist/openapi/models/ai-agent-conversation-status.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-conversation-status.js +29 -0
- package/dist/openapi/models/ai-agent-conversation-status.js.map +1 -0
- package/dist/openapi/models/{ai-conversation.d.ts → ai-agent-conversation.d.ts} +38 -29
- package/dist/openapi/models/ai-agent-conversation.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-conversation.js +16 -0
- package/dist/openapi/models/ai-agent-conversation.js.map +1 -0
- package/dist/openapi/models/ai-agent-create-conversation-request.d.ts +37 -0
- package/dist/openapi/models/ai-agent-create-conversation-request.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-create-conversation-request.js +16 -0
- package/dist/openapi/models/ai-agent-create-conversation-request.js.map +1 -0
- package/dist/openapi/models/ai-agent-delete-conversation-response.d.ts +31 -0
- package/dist/openapi/models/ai-agent-delete-conversation-response.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-delete-conversation-response.js +16 -0
- package/dist/openapi/models/ai-agent-delete-conversation-response.js.map +1 -0
- package/dist/openapi/models/ai-agent-event-type.d.ts +35 -0
- package/dist/openapi/models/ai-agent-event-type.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-event-type.js +39 -0
- package/dist/openapi/models/ai-agent-event-type.js.map +1 -0
- package/dist/openapi/models/{ai-message.d.ts → ai-agent-event.d.ts} +32 -32
- package/dist/openapi/models/ai-agent-event.d.ts.map +1 -0
- package/dist/openapi/models/{chat-response.js → ai-agent-event.js} +1 -1
- package/dist/openapi/models/ai-agent-event.js.map +1 -0
- package/dist/openapi/models/{ai-message-list-response.d.ts → ai-agent-message-list.d.ts} +7 -7
- package/dist/openapi/models/ai-agent-message-list.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-message-list.js +16 -0
- package/dist/openapi/models/ai-agent-message-list.js.map +1 -0
- package/dist/openapi/models/ai-agent-message-part-type.d.ts +24 -0
- package/dist/openapi/models/ai-agent-message-part-type.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-message-part-type.js +28 -0
- package/dist/openapi/models/ai-agent-message-part-type.js.map +1 -0
- package/dist/openapi/models/{chat-response.d.ts → ai-agent-message-part.d.ts} +21 -25
- package/dist/openapi/models/ai-agent-message-part.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-message-part.js +16 -0
- package/dist/openapi/models/ai-agent-message-part.js.map +1 -0
- package/dist/openapi/models/{sender-type.d.ts → ai-agent-message-role.d.ts} +4 -4
- package/dist/openapi/models/ai-agent-message-role.d.ts.map +1 -0
- package/dist/openapi/models/{sender-type.js → ai-agent-message-role.js} +4 -4
- package/dist/openapi/models/ai-agent-message-role.js.map +1 -0
- package/dist/openapi/models/ai-agent-message.d.ts +64 -0
- package/dist/openapi/models/ai-agent-message.d.ts.map +1 -0
- package/dist/openapi/models/{ai-conversation.js → ai-agent-message.js} +1 -1
- package/dist/openapi/models/ai-agent-message.js.map +1 -0
- package/dist/openapi/models/{aichat-type.d.ts → ai-agent-object-ref.d.ts} +17 -8
- package/dist/openapi/models/ai-agent-object-ref.d.ts.map +1 -0
- package/dist/openapi/models/{ai-message.js → ai-agent-object-ref.js} +1 -1
- package/dist/openapi/models/ai-agent-object-ref.js.map +1 -0
- package/dist/openapi/models/ai-agent-runtime-status-code.d.ts +25 -0
- package/dist/openapi/models/ai-agent-runtime-status-code.d.ts.map +1 -0
- package/dist/openapi/models/{chat-response-type.js → ai-agent-runtime-status-code.js} +9 -13
- package/dist/openapi/models/ai-agent-runtime-status-code.js.map +1 -0
- package/dist/openapi/models/ai-agent-runtime-status.d.ts +45 -0
- package/dist/openapi/models/ai-agent-runtime-status.d.ts.map +1 -0
- package/dist/openapi/models/{aiconversation-request.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-scope.d.ts +44 -0
- package/dist/openapi/models/ai-agent-scope.d.ts.map +1 -0
- package/dist/openapi/models/{chat-request.js → ai-agent-scope.js} +1 -1
- package/dist/openapi/models/ai-agent-scope.js.map +1 -0
- package/dist/openapi/models/{ai-conversation-list-response.d.ts → ai-agent-send-message-request.d.ts} +11 -11
- package/dist/openapi/models/ai-agent-send-message-request.d.ts.map +1 -0
- package/dist/openapi/models/{ai-conversation-list-response.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-send-message-response.d.ts +44 -0
- package/dist/openapi/models/ai-agent-send-message-response.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-send-message-response.js +16 -0
- package/dist/openapi/models/ai-agent-send-message-response.js.map +1 -0
- package/dist/openapi/models/ai-agent-stop-conversation-response.d.ts +32 -0
- package/dist/openapi/models/ai-agent-stop-conversation-response.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-stop-conversation-response.js +16 -0
- package/dist/openapi/models/ai-agent-stop-conversation-response.js.map +1 -0
- package/dist/openapi/models/{aiconversation-request.d.ts → ai-agent-tool-confirmation-decision-request.d.ts} +6 -7
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-request.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-request.js +16 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-request.js.map +1 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-response.d.ts +38 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-response.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-response.js +16 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-response.js.map +1 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-status.d.ts +24 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-status.d.ts.map +1 -0
- package/dist/openapi/models/{aichat-type.js → ai-agent-tool-confirmation-status.js} +8 -6
- package/dist/openapi/models/ai-agent-tool-confirmation-status.js.map +1 -0
- package/dist/openapi/models/ai-agent-turn-action-list.d.ts +26 -0
- package/dist/openapi/models/ai-agent-turn-action-list.d.ts.map +1 -0
- package/dist/openapi/models/{ai-message-list-response.js → ai-agent-turn-action-list.js} +1 -1
- package/dist/openapi/models/ai-agent-turn-action-list.js.map +1 -0
- package/dist/openapi/models/ai-agent-turn-action.d.ts +106 -0
- package/dist/openapi/models/ai-agent-turn-action.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-turn-action.js +16 -0
- package/dist/openapi/models/ai-agent-turn-action.js.map +1 -0
- package/dist/openapi/models/ai-agent-turn-status.d.ts +25 -0
- package/dist/openapi/models/ai-agent-turn-status.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-turn-status.js +29 -0
- package/dist/openapi/models/ai-agent-turn-status.js.map +1 -0
- package/dist/openapi/models/index.d.ts +25 -10
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +25 -10
- package/dist/openapi/models/index.js.map +1 -1
- package/dist/openapi/models/llm.d.ts +1 -1
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +26 -11
- package/src/adminapi/api.ts +1 -1
- package/src/adminapi/apis/aiagent-api.ts +1995 -0
- package/src/adminapi/models/ai-agent-conversation-list.ts +33 -0
- package/src/adminapi/models/ai-agent-conversation-status.ts +34 -0
- package/src/adminapi/models/ai-agent-conversation.ts +89 -0
- package/src/adminapi/models/ai-agent-create-conversation-request.ts +42 -0
- package/src/adminapi/models/ai-agent-delete-conversation-response.ts +36 -0
- package/src/adminapi/models/ai-agent-event-type.ts +44 -0
- package/src/adminapi/models/ai-agent-event.ts +77 -0
- package/src/adminapi/models/{aiconversation-request.ts → ai-agent-message-list.ts} +6 -8
- package/src/adminapi/models/ai-agent-message-part-type.ts +33 -0
- package/src/adminapi/models/ai-agent-message-part.ts +53 -0
- package/src/adminapi/models/{sender-type.ts → ai-agent-message-role.ts} +3 -3
- package/src/adminapi/models/ai-agent-message.ts +77 -0
- package/src/adminapi/models/ai-agent-object-ref.ts +36 -0
- package/src/adminapi/models/{chat-response-type.ts → ai-agent-runtime-status-code.ts} +8 -12
- package/src/adminapi/models/ai-agent-runtime-status.ts +56 -0
- package/src/adminapi/models/ai-agent-scope.ts +51 -0
- package/src/adminapi/models/{ai-conversation-list-response.ts → ai-agent-send-message-request.ts} +10 -10
- package/src/adminapi/models/ai-agent-send-message-response.ts +53 -0
- package/src/adminapi/models/ai-agent-stop-conversation-response.ts +41 -0
- package/src/adminapi/models/{aichat-type.ts → ai-agent-tool-confirmation-decision-request.ts} +10 -11
- package/src/adminapi/models/ai-agent-tool-confirmation-decision-response.ts +47 -0
- package/src/adminapi/models/ai-agent-tool-confirmation-status.ts +33 -0
- package/src/adminapi/models/{ai-message-list-response.ts → ai-agent-turn-action-list.ts} +6 -6
- package/src/adminapi/models/ai-agent-turn-action.ts +113 -0
- package/src/adminapi/models/ai-agent-turn-status.ts +34 -0
- package/src/adminapi/models/index.ts +25 -10
- package/src/adminapi/models/llm.ts +1 -1
- package/src/adminapi.yaml +1060 -469
- package/src/openapi/.openapi-generator/FILES +26 -11
- package/src/openapi/api.ts +1 -1
- package/src/openapi/apis/aiagent-api.ts +1995 -0
- package/src/openapi/models/ai-agent-conversation-list.ts +33 -0
- package/src/openapi/models/ai-agent-conversation-status.ts +34 -0
- package/src/openapi/models/ai-agent-conversation.ts +89 -0
- package/src/openapi/models/ai-agent-create-conversation-request.ts +42 -0
- package/src/openapi/models/ai-agent-delete-conversation-response.ts +36 -0
- package/src/openapi/models/{chat-response-type.ts → ai-agent-event-type.ts} +18 -12
- package/src/openapi/models/{ai-message.ts → ai-agent-event.ts} +31 -31
- package/src/openapi/models/{aiconversation-request.ts → ai-agent-message-list.ts} +6 -8
- package/src/openapi/models/ai-agent-message-part-type.ts +33 -0
- package/src/openapi/models/{chat-response.ts → ai-agent-message-part.ts} +18 -24
- package/src/openapi/models/{sender-type.ts → ai-agent-message-role.ts} +3 -3
- package/src/openapi/models/{ai-conversation.ts → ai-agent-message.ts} +37 -32
- package/src/openapi/models/ai-agent-object-ref.ts +36 -0
- package/src/openapi/models/ai-agent-runtime-status-code.ts +34 -0
- package/src/openapi/models/ai-agent-runtime-status.ts +56 -0
- package/src/openapi/models/ai-agent-scope.ts +51 -0
- package/src/openapi/models/{ai-conversation-list-response.ts → ai-agent-send-message-request.ts} +10 -10
- package/src/openapi/models/ai-agent-send-message-response.ts +53 -0
- package/src/openapi/models/ai-agent-stop-conversation-response.ts +41 -0
- package/src/openapi/models/{aichat-type.ts → ai-agent-tool-confirmation-decision-request.ts} +10 -11
- package/src/openapi/models/ai-agent-tool-confirmation-decision-response.ts +47 -0
- package/src/openapi/models/ai-agent-tool-confirmation-status.ts +33 -0
- package/src/openapi/models/{ai-message-list-response.ts → ai-agent-turn-action-list.ts} +6 -6
- package/src/openapi/models/ai-agent-turn-action.ts +113 -0
- package/src/openapi/models/ai-agent-turn-status.ts +34 -0
- package/src/openapi/models/index.ts +25 -10
- package/src/openapi/models/llm.ts +1 -1
- package/src/openapi.yaml +788 -195
- package/dist/adminapi/apis/aiapi.d.ts +0 -408
- package/dist/adminapi/apis/aiapi.d.ts.map +0 -1
- package/dist/adminapi/apis/aiapi.js +0 -496
- package/dist/adminapi/apis/aiapi.js.map +0 -1
- package/dist/adminapi/models/ai-conversation-list-response.d.ts +0 -32
- package/dist/adminapi/models/ai-conversation-list-response.d.ts.map +0 -1
- package/dist/adminapi/models/ai-conversation-list-response.js.map +0 -1
- package/dist/adminapi/models/ai-conversation.d.ts +0 -67
- package/dist/adminapi/models/ai-conversation.d.ts.map +0 -1
- package/dist/adminapi/models/ai-conversation.js.map +0 -1
- package/dist/adminapi/models/ai-message-list-response.d.ts.map +0 -1
- package/dist/adminapi/models/ai-message-list-response.js.map +0 -1
- package/dist/adminapi/models/ai-message.d.ts +0 -70
- package/dist/adminapi/models/ai-message.d.ts.map +0 -1
- package/dist/adminapi/models/ai-message.js.map +0 -1
- package/dist/adminapi/models/aichat-type.d.ts.map +0 -1
- package/dist/adminapi/models/aichat-type.js.map +0 -1
- package/dist/adminapi/models/aiconversation-request.d.ts.map +0 -1
- package/dist/adminapi/models/aiconversation-request.js.map +0 -1
- package/dist/adminapi/models/chat-request.d.ts +0 -79
- package/dist/adminapi/models/chat-request.d.ts.map +0 -1
- package/dist/adminapi/models/chat-request.js.map +0 -1
- package/dist/adminapi/models/chat-response-type.d.ts +0 -29
- package/dist/adminapi/models/chat-response-type.d.ts.map +0 -1
- package/dist/adminapi/models/chat-response-type.js.map +0 -1
- package/dist/adminapi/models/chat-response.d.ts +0 -50
- package/dist/adminapi/models/chat-response.d.ts.map +0 -1
- package/dist/adminapi/models/chat-response.js.map +0 -1
- package/dist/adminapi/models/sender-type.d.ts.map +0 -1
- package/dist/adminapi/models/sender-type.js.map +0 -1
- package/dist/openapi/apis/aiapi.d.ts +0 -408
- package/dist/openapi/apis/aiapi.d.ts.map +0 -1
- package/dist/openapi/apis/aiapi.js +0 -496
- package/dist/openapi/apis/aiapi.js.map +0 -1
- package/dist/openapi/models/ai-conversation-list-response.d.ts.map +0 -1
- package/dist/openapi/models/ai-conversation-list-response.js.map +0 -1
- package/dist/openapi/models/ai-conversation.d.ts.map +0 -1
- package/dist/openapi/models/ai-conversation.js.map +0 -1
- package/dist/openapi/models/ai-message-list-response.d.ts.map +0 -1
- package/dist/openapi/models/ai-message-list-response.js.map +0 -1
- package/dist/openapi/models/ai-message.d.ts.map +0 -1
- package/dist/openapi/models/ai-message.js.map +0 -1
- package/dist/openapi/models/aichat-type.d.ts.map +0 -1
- package/dist/openapi/models/aichat-type.js.map +0 -1
- package/dist/openapi/models/aiconversation-request.d.ts.map +0 -1
- package/dist/openapi/models/aiconversation-request.js.map +0 -1
- package/dist/openapi/models/chat-request.d.ts +0 -79
- package/dist/openapi/models/chat-request.d.ts.map +0 -1
- package/dist/openapi/models/chat-request.js.map +0 -1
- package/dist/openapi/models/chat-response-type.d.ts +0 -29
- package/dist/openapi/models/chat-response-type.d.ts.map +0 -1
- package/dist/openapi/models/chat-response-type.js.map +0 -1
- package/dist/openapi/models/chat-response.d.ts.map +0 -1
- package/dist/openapi/models/chat-response.js.map +0 -1
- package/dist/openapi/models/sender-type.d.ts.map +0 -1
- package/dist/openapi/models/sender-type.js.map +0 -1
- package/src/adminapi/apis/aiapi.ts +0 -728
- package/src/adminapi/models/ai-conversation.ts +0 -72
- package/src/adminapi/models/ai-message.ts +0 -77
- package/src/adminapi/models/chat-request.ts +0 -84
- package/src/adminapi/models/chat-response.ts +0 -59
- package/src/openapi/apis/aiapi.ts +0 -728
- package/src/openapi/models/chat-request.ts +0 -84
package/src/adminapi.yaml
CHANGED
|
@@ -11441,6 +11441,593 @@ paths:
|
|
|
11441
11441
|
$ref: '#/components/responses/404'
|
|
11442
11442
|
'500':
|
|
11443
11443
|
$ref: '#/components/responses/500'
|
|
11444
|
+
/admin/v1/organizations/{orgName}/ai-agent/status:
|
|
11445
|
+
get:
|
|
11446
|
+
tags:
|
|
11447
|
+
- AI Agent
|
|
11448
|
+
operationId: getAIAgentStatus
|
|
11449
|
+
summary: Get AI diagnosis agent status
|
|
11450
|
+
parameters:
|
|
11451
|
+
- name: orgName
|
|
11452
|
+
in: path
|
|
11453
|
+
required: true
|
|
11454
|
+
schema:
|
|
11455
|
+
type: string
|
|
11456
|
+
responses:
|
|
11457
|
+
'200':
|
|
11458
|
+
description: AI diagnosis agent runtime status
|
|
11459
|
+
content:
|
|
11460
|
+
application/json:
|
|
11461
|
+
schema:
|
|
11462
|
+
$ref: '#/components/schemas/aiAgentRuntimeStatus'
|
|
11463
|
+
'401':
|
|
11464
|
+
$ref: '#/components/responses/401'
|
|
11465
|
+
'403':
|
|
11466
|
+
$ref: '#/components/responses/403'
|
|
11467
|
+
'500':
|
|
11468
|
+
$ref: '#/components/responses/500'
|
|
11469
|
+
/admin/v1/organizations/{orgName}/ai-agent/conversations:
|
|
11470
|
+
get:
|
|
11471
|
+
tags:
|
|
11472
|
+
- AI Agent
|
|
11473
|
+
operationId: listAIAgentConversations
|
|
11474
|
+
summary: List AI diagnosis conversations
|
|
11475
|
+
parameters:
|
|
11476
|
+
- name: orgName
|
|
11477
|
+
in: path
|
|
11478
|
+
required: true
|
|
11479
|
+
schema:
|
|
11480
|
+
type: string
|
|
11481
|
+
- name: limit
|
|
11482
|
+
in: query
|
|
11483
|
+
required: false
|
|
11484
|
+
schema:
|
|
11485
|
+
type: integer
|
|
11486
|
+
default: 30
|
|
11487
|
+
- name: after
|
|
11488
|
+
in: query
|
|
11489
|
+
required: false
|
|
11490
|
+
schema:
|
|
11491
|
+
type: string
|
|
11492
|
+
- name: clusterName
|
|
11493
|
+
in: query
|
|
11494
|
+
required: false
|
|
11495
|
+
schema:
|
|
11496
|
+
type: string
|
|
11497
|
+
responses:
|
|
11498
|
+
'200':
|
|
11499
|
+
description: AI diagnosis conversations
|
|
11500
|
+
content:
|
|
11501
|
+
application/json:
|
|
11502
|
+
schema:
|
|
11503
|
+
$ref: '#/components/schemas/aiAgentConversationList'
|
|
11504
|
+
'401':
|
|
11505
|
+
$ref: '#/components/responses/401'
|
|
11506
|
+
'403':
|
|
11507
|
+
$ref: '#/components/responses/403'
|
|
11508
|
+
'500':
|
|
11509
|
+
$ref: '#/components/responses/500'
|
|
11510
|
+
post:
|
|
11511
|
+
tags:
|
|
11512
|
+
- AI Agent
|
|
11513
|
+
operationId: createAIAgentConversation
|
|
11514
|
+
summary: Create an AI diagnosis conversation
|
|
11515
|
+
parameters:
|
|
11516
|
+
- name: orgName
|
|
11517
|
+
in: path
|
|
11518
|
+
required: true
|
|
11519
|
+
schema:
|
|
11520
|
+
type: string
|
|
11521
|
+
requestBody:
|
|
11522
|
+
required: true
|
|
11523
|
+
content:
|
|
11524
|
+
application/json:
|
|
11525
|
+
schema:
|
|
11526
|
+
$ref: '#/components/schemas/aiAgentCreateConversationRequest'
|
|
11527
|
+
responses:
|
|
11528
|
+
'200':
|
|
11529
|
+
description: AI diagnosis conversation
|
|
11530
|
+
content:
|
|
11531
|
+
application/json:
|
|
11532
|
+
schema:
|
|
11533
|
+
$ref: '#/components/schemas/aiAgentConversation'
|
|
11534
|
+
'400':
|
|
11535
|
+
$ref: '#/components/responses/400'
|
|
11536
|
+
'401':
|
|
11537
|
+
$ref: '#/components/responses/401'
|
|
11538
|
+
'403':
|
|
11539
|
+
$ref: '#/components/responses/403'
|
|
11540
|
+
'500':
|
|
11541
|
+
$ref: '#/components/responses/500'
|
|
11542
|
+
/admin/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}:
|
|
11543
|
+
get:
|
|
11544
|
+
tags:
|
|
11545
|
+
- AI Agent
|
|
11546
|
+
operationId: getAIAgentConversation
|
|
11547
|
+
summary: Get an AI diagnosis conversation
|
|
11548
|
+
parameters:
|
|
11549
|
+
- name: orgName
|
|
11550
|
+
in: path
|
|
11551
|
+
required: true
|
|
11552
|
+
schema:
|
|
11553
|
+
type: string
|
|
11554
|
+
- name: conversationId
|
|
11555
|
+
in: path
|
|
11556
|
+
required: true
|
|
11557
|
+
schema:
|
|
11558
|
+
type: string
|
|
11559
|
+
responses:
|
|
11560
|
+
'200':
|
|
11561
|
+
description: AI diagnosis conversation
|
|
11562
|
+
content:
|
|
11563
|
+
application/json:
|
|
11564
|
+
schema:
|
|
11565
|
+
$ref: '#/components/schemas/aiAgentConversation'
|
|
11566
|
+
'401':
|
|
11567
|
+
$ref: '#/components/responses/401'
|
|
11568
|
+
'403':
|
|
11569
|
+
$ref: '#/components/responses/403'
|
|
11570
|
+
'404':
|
|
11571
|
+
$ref: '#/components/responses/404'
|
|
11572
|
+
'500':
|
|
11573
|
+
$ref: '#/components/responses/500'
|
|
11574
|
+
delete:
|
|
11575
|
+
tags:
|
|
11576
|
+
- AI Agent
|
|
11577
|
+
operationId: deleteAIAgentConversation
|
|
11578
|
+
summary: Delete an AI diagnosis conversation
|
|
11579
|
+
parameters:
|
|
11580
|
+
- name: orgName
|
|
11581
|
+
in: path
|
|
11582
|
+
required: true
|
|
11583
|
+
schema:
|
|
11584
|
+
type: string
|
|
11585
|
+
- name: conversationId
|
|
11586
|
+
in: path
|
|
11587
|
+
required: true
|
|
11588
|
+
schema:
|
|
11589
|
+
type: string
|
|
11590
|
+
responses:
|
|
11591
|
+
'200':
|
|
11592
|
+
description: AI diagnosis conversation deleted
|
|
11593
|
+
content:
|
|
11594
|
+
application/json:
|
|
11595
|
+
schema:
|
|
11596
|
+
$ref: '#/components/schemas/aiAgentDeleteConversationResponse'
|
|
11597
|
+
'401':
|
|
11598
|
+
$ref: '#/components/responses/401'
|
|
11599
|
+
'403':
|
|
11600
|
+
$ref: '#/components/responses/403'
|
|
11601
|
+
'404':
|
|
11602
|
+
$ref: '#/components/responses/404'
|
|
11603
|
+
'409':
|
|
11604
|
+
$ref: '#/components/responses/409'
|
|
11605
|
+
'500':
|
|
11606
|
+
$ref: '#/components/responses/500'
|
|
11607
|
+
/admin/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/messages:
|
|
11608
|
+
get:
|
|
11609
|
+
tags:
|
|
11610
|
+
- AI Agent
|
|
11611
|
+
operationId: listAIAgentMessages
|
|
11612
|
+
summary: List AI diagnosis conversation messages
|
|
11613
|
+
parameters:
|
|
11614
|
+
- name: orgName
|
|
11615
|
+
in: path
|
|
11616
|
+
required: true
|
|
11617
|
+
schema:
|
|
11618
|
+
type: string
|
|
11619
|
+
- name: conversationId
|
|
11620
|
+
in: path
|
|
11621
|
+
required: true
|
|
11622
|
+
schema:
|
|
11623
|
+
type: string
|
|
11624
|
+
- name: after
|
|
11625
|
+
in: query
|
|
11626
|
+
required: false
|
|
11627
|
+
schema:
|
|
11628
|
+
type: string
|
|
11629
|
+
- name: limit
|
|
11630
|
+
in: query
|
|
11631
|
+
required: false
|
|
11632
|
+
schema:
|
|
11633
|
+
type: integer
|
|
11634
|
+
default: 50
|
|
11635
|
+
responses:
|
|
11636
|
+
'200':
|
|
11637
|
+
description: AI diagnosis messages
|
|
11638
|
+
content:
|
|
11639
|
+
application/json:
|
|
11640
|
+
schema:
|
|
11641
|
+
$ref: '#/components/schemas/aiAgentMessageList'
|
|
11642
|
+
'401':
|
|
11643
|
+
$ref: '#/components/responses/401'
|
|
11644
|
+
'403':
|
|
11645
|
+
$ref: '#/components/responses/403'
|
|
11646
|
+
'404':
|
|
11647
|
+
$ref: '#/components/responses/404'
|
|
11648
|
+
'500':
|
|
11649
|
+
$ref: '#/components/responses/500'
|
|
11650
|
+
post:
|
|
11651
|
+
tags:
|
|
11652
|
+
- AI Agent
|
|
11653
|
+
operationId: sendAIAgentMessage
|
|
11654
|
+
summary: Send a user message and start or continue AI diagnosis
|
|
11655
|
+
parameters:
|
|
11656
|
+
- name: orgName
|
|
11657
|
+
in: path
|
|
11658
|
+
required: true
|
|
11659
|
+
schema:
|
|
11660
|
+
type: string
|
|
11661
|
+
- name: conversationId
|
|
11662
|
+
in: path
|
|
11663
|
+
required: true
|
|
11664
|
+
schema:
|
|
11665
|
+
type: string
|
|
11666
|
+
requestBody:
|
|
11667
|
+
required: true
|
|
11668
|
+
content:
|
|
11669
|
+
application/json:
|
|
11670
|
+
schema:
|
|
11671
|
+
$ref: '#/components/schemas/aiAgentSendMessageRequest'
|
|
11672
|
+
responses:
|
|
11673
|
+
'200':
|
|
11674
|
+
description: AI diagnosis message accepted
|
|
11675
|
+
content:
|
|
11676
|
+
application/json:
|
|
11677
|
+
schema:
|
|
11678
|
+
$ref: '#/components/schemas/aiAgentSendMessageResponse'
|
|
11679
|
+
'400':
|
|
11680
|
+
$ref: '#/components/responses/400'
|
|
11681
|
+
'401':
|
|
11682
|
+
$ref: '#/components/responses/401'
|
|
11683
|
+
'403':
|
|
11684
|
+
$ref: '#/components/responses/403'
|
|
11685
|
+
'404':
|
|
11686
|
+
$ref: '#/components/responses/404'
|
|
11687
|
+
'409':
|
|
11688
|
+
$ref: '#/components/responses/409'
|
|
11689
|
+
'500':
|
|
11690
|
+
$ref: '#/components/responses/500'
|
|
11691
|
+
'503':
|
|
11692
|
+
$ref: '#/components/responses/503'
|
|
11693
|
+
/admin/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/turn-actions:
|
|
11694
|
+
get:
|
|
11695
|
+
tags:
|
|
11696
|
+
- AI Agent
|
|
11697
|
+
operationId: listAIAgentTurnActions
|
|
11698
|
+
summary: List stable AI diagnosis turn process actions
|
|
11699
|
+
parameters:
|
|
11700
|
+
- name: orgName
|
|
11701
|
+
in: path
|
|
11702
|
+
required: true
|
|
11703
|
+
schema:
|
|
11704
|
+
type: string
|
|
11705
|
+
- name: conversationId
|
|
11706
|
+
in: path
|
|
11707
|
+
required: true
|
|
11708
|
+
schema:
|
|
11709
|
+
type: string
|
|
11710
|
+
- name: turnId
|
|
11711
|
+
in: query
|
|
11712
|
+
required: false
|
|
11713
|
+
schema:
|
|
11714
|
+
type: string
|
|
11715
|
+
- name: after
|
|
11716
|
+
in: query
|
|
11717
|
+
required: false
|
|
11718
|
+
schema:
|
|
11719
|
+
type: string
|
|
11720
|
+
- name: limit
|
|
11721
|
+
in: query
|
|
11722
|
+
required: false
|
|
11723
|
+
schema:
|
|
11724
|
+
type: integer
|
|
11725
|
+
default: 100
|
|
11726
|
+
responses:
|
|
11727
|
+
'200':
|
|
11728
|
+
description: Stable AI diagnosis process actions
|
|
11729
|
+
content:
|
|
11730
|
+
application/json:
|
|
11731
|
+
schema:
|
|
11732
|
+
$ref: '#/components/schemas/aiAgentTurnActionList'
|
|
11733
|
+
'401':
|
|
11734
|
+
$ref: '#/components/responses/401'
|
|
11735
|
+
'403':
|
|
11736
|
+
$ref: '#/components/responses/403'
|
|
11737
|
+
'404':
|
|
11738
|
+
$ref: '#/components/responses/404'
|
|
11739
|
+
'500':
|
|
11740
|
+
$ref: '#/components/responses/500'
|
|
11741
|
+
/admin/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/turn-actions/{actionId}:
|
|
11742
|
+
get:
|
|
11743
|
+
tags:
|
|
11744
|
+
- AI Agent
|
|
11745
|
+
operationId: getAIAgentTurnAction
|
|
11746
|
+
summary: Get one stable AI diagnosis turn process action
|
|
11747
|
+
parameters:
|
|
11748
|
+
- name: orgName
|
|
11749
|
+
in: path
|
|
11750
|
+
required: true
|
|
11751
|
+
schema:
|
|
11752
|
+
type: string
|
|
11753
|
+
- name: conversationId
|
|
11754
|
+
in: path
|
|
11755
|
+
required: true
|
|
11756
|
+
schema:
|
|
11757
|
+
type: string
|
|
11758
|
+
- name: actionId
|
|
11759
|
+
in: path
|
|
11760
|
+
required: true
|
|
11761
|
+
schema:
|
|
11762
|
+
type: string
|
|
11763
|
+
responses:
|
|
11764
|
+
'200':
|
|
11765
|
+
description: AI diagnosis process action detail
|
|
11766
|
+
content:
|
|
11767
|
+
application/json:
|
|
11768
|
+
schema:
|
|
11769
|
+
$ref: '#/components/schemas/aiAgentTurnAction'
|
|
11770
|
+
'401':
|
|
11771
|
+
$ref: '#/components/responses/401'
|
|
11772
|
+
'403':
|
|
11773
|
+
$ref: '#/components/responses/403'
|
|
11774
|
+
'404':
|
|
11775
|
+
$ref: '#/components/responses/404'
|
|
11776
|
+
'500':
|
|
11777
|
+
$ref: '#/components/responses/500'
|
|
11778
|
+
/admin/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/turn-actions/{actionId}/artifacts/{artifactId}/browse:
|
|
11779
|
+
get:
|
|
11780
|
+
tags:
|
|
11781
|
+
- AI Agent
|
|
11782
|
+
operationId: browseAIAgentTurnActionArtifact
|
|
11783
|
+
summary: Browse a generated AI diagnosis report artifact
|
|
11784
|
+
parameters:
|
|
11785
|
+
- name: orgName
|
|
11786
|
+
in: path
|
|
11787
|
+
required: true
|
|
11788
|
+
schema:
|
|
11789
|
+
type: string
|
|
11790
|
+
- name: conversationId
|
|
11791
|
+
in: path
|
|
11792
|
+
required: true
|
|
11793
|
+
schema:
|
|
11794
|
+
type: string
|
|
11795
|
+
- name: actionId
|
|
11796
|
+
in: path
|
|
11797
|
+
required: true
|
|
11798
|
+
schema:
|
|
11799
|
+
type: string
|
|
11800
|
+
- name: artifactId
|
|
11801
|
+
in: path
|
|
11802
|
+
required: true
|
|
11803
|
+
schema:
|
|
11804
|
+
type: string
|
|
11805
|
+
responses:
|
|
11806
|
+
'200':
|
|
11807
|
+
description: Generated report artifact content for browser preview
|
|
11808
|
+
content:
|
|
11809
|
+
application/octet-stream:
|
|
11810
|
+
schema:
|
|
11811
|
+
type: string
|
|
11812
|
+
format: binary
|
|
11813
|
+
'400':
|
|
11814
|
+
$ref: '#/components/responses/400'
|
|
11815
|
+
'401':
|
|
11816
|
+
$ref: '#/components/responses/401'
|
|
11817
|
+
'403':
|
|
11818
|
+
$ref: '#/components/responses/403'
|
|
11819
|
+
'404':
|
|
11820
|
+
$ref: '#/components/responses/404'
|
|
11821
|
+
'500':
|
|
11822
|
+
$ref: '#/components/responses/500'
|
|
11823
|
+
'503':
|
|
11824
|
+
$ref: '#/components/responses/503'
|
|
11825
|
+
/admin/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/turn-actions/{actionId}/artifacts/{artifactId}/download:
|
|
11826
|
+
get:
|
|
11827
|
+
tags:
|
|
11828
|
+
- AI Agent
|
|
11829
|
+
operationId: downloadAIAgentTurnActionArtifact
|
|
11830
|
+
summary: Download a generated AI diagnosis report artifact
|
|
11831
|
+
parameters:
|
|
11832
|
+
- name: orgName
|
|
11833
|
+
in: path
|
|
11834
|
+
required: true
|
|
11835
|
+
schema:
|
|
11836
|
+
type: string
|
|
11837
|
+
- name: conversationId
|
|
11838
|
+
in: path
|
|
11839
|
+
required: true
|
|
11840
|
+
schema:
|
|
11841
|
+
type: string
|
|
11842
|
+
- name: actionId
|
|
11843
|
+
in: path
|
|
11844
|
+
required: true
|
|
11845
|
+
schema:
|
|
11846
|
+
type: string
|
|
11847
|
+
- name: artifactId
|
|
11848
|
+
in: path
|
|
11849
|
+
required: true
|
|
11850
|
+
schema:
|
|
11851
|
+
type: string
|
|
11852
|
+
responses:
|
|
11853
|
+
'200':
|
|
11854
|
+
description: Generated report artifact content
|
|
11855
|
+
content:
|
|
11856
|
+
application/octet-stream:
|
|
11857
|
+
schema:
|
|
11858
|
+
type: string
|
|
11859
|
+
format: binary
|
|
11860
|
+
'400':
|
|
11861
|
+
$ref: '#/components/responses/400'
|
|
11862
|
+
'401':
|
|
11863
|
+
$ref: '#/components/responses/401'
|
|
11864
|
+
'403':
|
|
11865
|
+
$ref: '#/components/responses/403'
|
|
11866
|
+
'404':
|
|
11867
|
+
$ref: '#/components/responses/404'
|
|
11868
|
+
'500':
|
|
11869
|
+
$ref: '#/components/responses/500'
|
|
11870
|
+
'503':
|
|
11871
|
+
$ref: '#/components/responses/503'
|
|
11872
|
+
/admin/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/events:
|
|
11873
|
+
get:
|
|
11874
|
+
tags:
|
|
11875
|
+
- AI Agent
|
|
11876
|
+
operationId: subscribeAIAgentConversationEvents
|
|
11877
|
+
summary: Subscribe to AI diagnosis conversation events
|
|
11878
|
+
parameters:
|
|
11879
|
+
- name: orgName
|
|
11880
|
+
in: path
|
|
11881
|
+
required: true
|
|
11882
|
+
schema:
|
|
11883
|
+
type: string
|
|
11884
|
+
- name: conversationId
|
|
11885
|
+
in: path
|
|
11886
|
+
required: true
|
|
11887
|
+
schema:
|
|
11888
|
+
type: string
|
|
11889
|
+
- name: after
|
|
11890
|
+
in: query
|
|
11891
|
+
required: false
|
|
11892
|
+
schema:
|
|
11893
|
+
type: string
|
|
11894
|
+
responses:
|
|
11895
|
+
'200':
|
|
11896
|
+
description: AI diagnosis event stream
|
|
11897
|
+
content:
|
|
11898
|
+
text/event-stream:
|
|
11899
|
+
schema:
|
|
11900
|
+
$ref: '#/components/schemas/aiAgentEvent'
|
|
11901
|
+
'401':
|
|
11902
|
+
$ref: '#/components/responses/401'
|
|
11903
|
+
'403':
|
|
11904
|
+
$ref: '#/components/responses/403'
|
|
11905
|
+
'404':
|
|
11906
|
+
$ref: '#/components/responses/404'
|
|
11907
|
+
'500':
|
|
11908
|
+
$ref: '#/components/responses/500'
|
|
11909
|
+
/admin/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/tool-confirmations/{confirmationId}/approve:
|
|
11910
|
+
post:
|
|
11911
|
+
tags:
|
|
11912
|
+
- AI Agent
|
|
11913
|
+
operationId: approveAIAgentToolConfirmation
|
|
11914
|
+
summary: Approve one AI diagnosis tool confirmation
|
|
11915
|
+
parameters:
|
|
11916
|
+
- name: orgName
|
|
11917
|
+
in: path
|
|
11918
|
+
required: true
|
|
11919
|
+
schema:
|
|
11920
|
+
type: string
|
|
11921
|
+
- name: conversationId
|
|
11922
|
+
in: path
|
|
11923
|
+
required: true
|
|
11924
|
+
schema:
|
|
11925
|
+
type: string
|
|
11926
|
+
- name: confirmationId
|
|
11927
|
+
in: path
|
|
11928
|
+
required: true
|
|
11929
|
+
schema:
|
|
11930
|
+
type: string
|
|
11931
|
+
requestBody:
|
|
11932
|
+
required: false
|
|
11933
|
+
content:
|
|
11934
|
+
application/json:
|
|
11935
|
+
schema:
|
|
11936
|
+
$ref: '#/components/schemas/aiAgentToolConfirmationDecisionRequest'
|
|
11937
|
+
responses:
|
|
11938
|
+
'200':
|
|
11939
|
+
description: Tool confirmation approved
|
|
11940
|
+
content:
|
|
11941
|
+
application/json:
|
|
11942
|
+
schema:
|
|
11943
|
+
$ref: '#/components/schemas/aiAgentToolConfirmationDecisionResponse'
|
|
11944
|
+
'401':
|
|
11945
|
+
$ref: '#/components/responses/401'
|
|
11946
|
+
'403':
|
|
11947
|
+
$ref: '#/components/responses/403'
|
|
11948
|
+
'404':
|
|
11949
|
+
$ref: '#/components/responses/404'
|
|
11950
|
+
'409':
|
|
11951
|
+
$ref: '#/components/responses/409'
|
|
11952
|
+
'500':
|
|
11953
|
+
$ref: '#/components/responses/500'
|
|
11954
|
+
/admin/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/tool-confirmations/{confirmationId}/reject:
|
|
11955
|
+
post:
|
|
11956
|
+
tags:
|
|
11957
|
+
- AI Agent
|
|
11958
|
+
operationId: rejectAIAgentToolConfirmation
|
|
11959
|
+
summary: Reject one AI diagnosis tool confirmation
|
|
11960
|
+
parameters:
|
|
11961
|
+
- name: orgName
|
|
11962
|
+
in: path
|
|
11963
|
+
required: true
|
|
11964
|
+
schema:
|
|
11965
|
+
type: string
|
|
11966
|
+
- name: conversationId
|
|
11967
|
+
in: path
|
|
11968
|
+
required: true
|
|
11969
|
+
schema:
|
|
11970
|
+
type: string
|
|
11971
|
+
- name: confirmationId
|
|
11972
|
+
in: path
|
|
11973
|
+
required: true
|
|
11974
|
+
schema:
|
|
11975
|
+
type: string
|
|
11976
|
+
requestBody:
|
|
11977
|
+
required: false
|
|
11978
|
+
content:
|
|
11979
|
+
application/json:
|
|
11980
|
+
schema:
|
|
11981
|
+
$ref: '#/components/schemas/aiAgentToolConfirmationDecisionRequest'
|
|
11982
|
+
responses:
|
|
11983
|
+
'200':
|
|
11984
|
+
description: Tool confirmation rejected
|
|
11985
|
+
content:
|
|
11986
|
+
application/json:
|
|
11987
|
+
schema:
|
|
11988
|
+
$ref: '#/components/schemas/aiAgentToolConfirmationDecisionResponse'
|
|
11989
|
+
'401':
|
|
11990
|
+
$ref: '#/components/responses/401'
|
|
11991
|
+
'403':
|
|
11992
|
+
$ref: '#/components/responses/403'
|
|
11993
|
+
'404':
|
|
11994
|
+
$ref: '#/components/responses/404'
|
|
11995
|
+
'409':
|
|
11996
|
+
$ref: '#/components/responses/409'
|
|
11997
|
+
'500':
|
|
11998
|
+
$ref: '#/components/responses/500'
|
|
11999
|
+
/admin/v1/organizations/{orgName}/ai-agent/conversations/{conversationId}/stop:
|
|
12000
|
+
post:
|
|
12001
|
+
tags:
|
|
12002
|
+
- AI Agent
|
|
12003
|
+
operationId: stopAIAgentConversation
|
|
12004
|
+
summary: Stop the current AI diagnosis turn
|
|
12005
|
+
parameters:
|
|
12006
|
+
- name: orgName
|
|
12007
|
+
in: path
|
|
12008
|
+
required: true
|
|
12009
|
+
schema:
|
|
12010
|
+
type: string
|
|
12011
|
+
- name: conversationId
|
|
12012
|
+
in: path
|
|
12013
|
+
required: true
|
|
12014
|
+
schema:
|
|
12015
|
+
type: string
|
|
12016
|
+
responses:
|
|
12017
|
+
'200':
|
|
12018
|
+
description: AI diagnosis conversation stopped
|
|
12019
|
+
content:
|
|
12020
|
+
application/json:
|
|
12021
|
+
schema:
|
|
12022
|
+
$ref: '#/components/schemas/aiAgentStopConversationResponse'
|
|
12023
|
+
'401':
|
|
12024
|
+
$ref: '#/components/responses/401'
|
|
12025
|
+
'403':
|
|
12026
|
+
$ref: '#/components/responses/403'
|
|
12027
|
+
'404':
|
|
12028
|
+
$ref: '#/components/responses/404'
|
|
12029
|
+
'500':
|
|
12030
|
+
$ref: '#/components/responses/500'
|
|
11444
12031
|
/admin/v1/monitorDataSinks:
|
|
11445
12032
|
post:
|
|
11446
12033
|
tags:
|
|
@@ -16397,224 +16984,27 @@ paths:
|
|
|
16397
16984
|
schema:
|
|
16398
16985
|
type: string
|
|
16399
16986
|
- description: name of the cluster
|
|
16400
|
-
in: path
|
|
16401
|
-
name: clusterName
|
|
16402
|
-
required: true
|
|
16403
|
-
schema:
|
|
16404
|
-
type: string
|
|
16405
|
-
- name: extensionName
|
|
16406
|
-
in: path
|
|
16407
|
-
description: The name of the PostgreSQL extension to uninstall.
|
|
16408
|
-
required: true
|
|
16409
|
-
schema:
|
|
16410
|
-
type: string
|
|
16411
|
-
- name: database
|
|
16412
|
-
in: query
|
|
16413
|
-
description: The database where the extension is installed.
|
|
16414
|
-
required: true
|
|
16415
|
-
schema:
|
|
16416
|
-
type: string
|
|
16417
|
-
responses:
|
|
16418
|
-
'204':
|
|
16419
|
-
description: OK
|
|
16420
|
-
content: {}
|
|
16421
|
-
'401':
|
|
16422
|
-
$ref: '#/components/responses/401'
|
|
16423
|
-
'403':
|
|
16424
|
-
$ref: '#/components/responses/403'
|
|
16425
|
-
'404':
|
|
16426
|
-
$ref: '#/components/responses/404'
|
|
16427
|
-
'500':
|
|
16428
|
-
$ref: '#/components/responses/500'
|
|
16429
|
-
/admin/v1/ai/conversations:
|
|
16430
|
-
get:
|
|
16431
|
-
tags:
|
|
16432
|
-
- AI
|
|
16433
|
-
summary: List conversations by user
|
|
16434
|
-
description: Retrieves a list of conversations filtered by user.
|
|
16435
|
-
operationId: listConversations
|
|
16436
|
-
parameters:
|
|
16437
|
-
- name: page
|
|
16438
|
-
in: query
|
|
16439
|
-
description: Page number for pagination
|
|
16440
|
-
schema:
|
|
16441
|
-
type: integer
|
|
16442
|
-
default: 1
|
|
16443
|
-
- name: pageSize
|
|
16444
|
-
in: query
|
|
16445
|
-
description: Number of items per page
|
|
16446
|
-
schema:
|
|
16447
|
-
type: integer
|
|
16448
|
-
default: 10
|
|
16449
|
-
- name: type
|
|
16450
|
-
in: query
|
|
16451
|
-
description: Type of conversations to filter, can be bi or analysis.
|
|
16452
|
-
schema:
|
|
16453
|
-
type: string
|
|
16454
|
-
responses:
|
|
16455
|
-
'200':
|
|
16456
|
-
description: A list of conversations
|
|
16457
|
-
content:
|
|
16458
|
-
application/json:
|
|
16459
|
-
schema:
|
|
16460
|
-
$ref: '#/components/schemas/aiConversationListResponse'
|
|
16461
|
-
'400':
|
|
16462
|
-
$ref: '#/components/responses/400'
|
|
16463
|
-
'401':
|
|
16464
|
-
$ref: '#/components/responses/401'
|
|
16465
|
-
'403':
|
|
16466
|
-
$ref: '#/components/responses/403'
|
|
16467
|
-
'404':
|
|
16468
|
-
$ref: '#/components/responses/404'
|
|
16469
|
-
'500':
|
|
16470
|
-
$ref: '#/components/responses/500'
|
|
16471
|
-
post:
|
|
16472
|
-
tags:
|
|
16473
|
-
- AI
|
|
16474
|
-
summary: Create a new conversation
|
|
16475
|
-
description: Creates a new conversation.
|
|
16476
|
-
operationId: newAIConversation
|
|
16477
|
-
requestBody:
|
|
16478
|
-
required: true
|
|
16479
|
-
content:
|
|
16480
|
-
application/json:
|
|
16481
|
-
schema:
|
|
16482
|
-
$ref: '#/components/schemas/AIConversationRequest'
|
|
16483
|
-
responses:
|
|
16484
|
-
'200':
|
|
16485
|
-
description: Successful operation
|
|
16486
|
-
content:
|
|
16487
|
-
application/json:
|
|
16488
|
-
schema:
|
|
16489
|
-
$ref: '#/components/schemas/aiConversation'
|
|
16490
|
-
'400':
|
|
16491
|
-
$ref: '#/components/responses/400'
|
|
16492
|
-
'401':
|
|
16493
|
-
$ref: '#/components/responses/401'
|
|
16494
|
-
'403':
|
|
16495
|
-
$ref: '#/components/responses/403'
|
|
16496
|
-
'404':
|
|
16497
|
-
$ref: '#/components/responses/404'
|
|
16498
|
-
'500':
|
|
16499
|
-
$ref: '#/components/responses/500'
|
|
16500
|
-
/admin/v1/ai/conversations/{conversationId}/messages:
|
|
16501
|
-
get:
|
|
16502
|
-
tags:
|
|
16503
|
-
- AI
|
|
16504
|
-
summary: Get AI conversation messages
|
|
16505
|
-
description: Retrieves ai messages for a specific conversation. If pre is not provided, returns the last 10 turn messages. If pre is provided, returns 10 turn messages after the pre message.
|
|
16506
|
-
operationId: getConversationMessages
|
|
16507
|
-
parameters:
|
|
16508
|
-
- name: conversationId
|
|
16509
|
-
in: path
|
|
16510
|
-
required: true
|
|
16511
|
-
description: ID of the conversation
|
|
16512
|
-
schema:
|
|
16513
|
-
type: string
|
|
16514
|
-
format: uuid
|
|
16515
|
-
- name: pre
|
|
16516
|
-
in: query
|
|
16517
|
-
description: Previous message ID
|
|
16518
|
-
schema:
|
|
16519
|
-
type: string
|
|
16520
|
-
responses:
|
|
16521
|
-
'200':
|
|
16522
|
-
description: A list of messages for the conversation
|
|
16523
|
-
content:
|
|
16524
|
-
application/json:
|
|
16525
|
-
schema:
|
|
16526
|
-
$ref: '#/components/schemas/aiMessageListResponse'
|
|
16527
|
-
'400':
|
|
16528
|
-
$ref: '#/components/responses/400'
|
|
16529
|
-
'401':
|
|
16530
|
-
$ref: '#/components/responses/401'
|
|
16531
|
-
'403':
|
|
16532
|
-
$ref: '#/components/responses/403'
|
|
16533
|
-
'404':
|
|
16534
|
-
$ref: '#/components/responses/404'
|
|
16535
|
-
'500':
|
|
16536
|
-
$ref: '#/components/responses/500'
|
|
16537
|
-
/admin/v1/ai/conversations/{conversationId}:
|
|
16538
|
-
delete:
|
|
16539
|
-
tags:
|
|
16540
|
-
- AI
|
|
16541
|
-
summary: Delete a conversation
|
|
16542
|
-
description: Deletes a specific conversation and all its associated messages.
|
|
16543
|
-
operationId: deleteConversation
|
|
16544
|
-
parameters:
|
|
16545
|
-
- name: conversationId
|
|
16546
|
-
in: path
|
|
16547
|
-
required: true
|
|
16548
|
-
description: ID of the conversation to delete
|
|
16549
|
-
schema:
|
|
16550
|
-
type: string
|
|
16551
|
-
format: uuid
|
|
16552
|
-
responses:
|
|
16553
|
-
'204':
|
|
16554
|
-
content: {}
|
|
16555
|
-
description: Conversation deleted successfully
|
|
16556
|
-
'400':
|
|
16557
|
-
$ref: '#/components/responses/400'
|
|
16558
|
-
'401':
|
|
16559
|
-
$ref: '#/components/responses/401'
|
|
16560
|
-
'403':
|
|
16561
|
-
$ref: '#/components/responses/403'
|
|
16562
|
-
'404':
|
|
16563
|
-
$ref: '#/components/responses/404'
|
|
16564
|
-
'500':
|
|
16565
|
-
$ref: '#/components/responses/500'
|
|
16566
|
-
/admin/v1/ai/chatbi/v2:
|
|
16567
|
-
post:
|
|
16568
|
-
tags:
|
|
16569
|
-
- AI
|
|
16570
|
-
summary: SSE endpoint for Chat BI V2
|
|
16571
|
-
description: Establishes an SSE connection for AI BI conversation.
|
|
16572
|
-
operationId: chatBIV2SSE
|
|
16573
|
-
requestBody:
|
|
16574
|
-
required: true
|
|
16575
|
-
content:
|
|
16576
|
-
application/json:
|
|
16577
|
-
schema:
|
|
16578
|
-
$ref: '#/components/schemas/chatRequest'
|
|
16579
|
-
responses:
|
|
16580
|
-
'200':
|
|
16581
|
-
description: Successful operation, returns an event stream.
|
|
16582
|
-
content:
|
|
16583
|
-
text/event-stream:
|
|
16584
|
-
schema:
|
|
16585
|
-
$ref: '#/components/schemas/chatResponse'
|
|
16586
|
-
'400':
|
|
16587
|
-
$ref: '#/components/responses/400'
|
|
16588
|
-
'401':
|
|
16589
|
-
$ref: '#/components/responses/401'
|
|
16590
|
-
'403':
|
|
16591
|
-
$ref: '#/components/responses/403'
|
|
16592
|
-
'404':
|
|
16593
|
-
$ref: '#/components/responses/404'
|
|
16594
|
-
'500':
|
|
16595
|
-
$ref: '#/components/responses/500'
|
|
16596
|
-
/admin/v1/ai/chatops/v2:
|
|
16597
|
-
post:
|
|
16598
|
-
tags:
|
|
16599
|
-
- AI
|
|
16600
|
-
summary: SSE endpoint for Chat V2
|
|
16601
|
-
description: Establishes an SSE connection for AI conversation.
|
|
16602
|
-
operationId: chatV2SSE
|
|
16603
|
-
requestBody:
|
|
16604
|
-
required: true
|
|
16605
|
-
content:
|
|
16606
|
-
application/json:
|
|
16607
|
-
schema:
|
|
16608
|
-
$ref: '#/components/schemas/chatRequest'
|
|
16987
|
+
in: path
|
|
16988
|
+
name: clusterName
|
|
16989
|
+
required: true
|
|
16990
|
+
schema:
|
|
16991
|
+
type: string
|
|
16992
|
+
- name: extensionName
|
|
16993
|
+
in: path
|
|
16994
|
+
description: The name of the PostgreSQL extension to uninstall.
|
|
16995
|
+
required: true
|
|
16996
|
+
schema:
|
|
16997
|
+
type: string
|
|
16998
|
+
- name: database
|
|
16999
|
+
in: query
|
|
17000
|
+
description: The database where the extension is installed.
|
|
17001
|
+
required: true
|
|
17002
|
+
schema:
|
|
17003
|
+
type: string
|
|
16609
17004
|
responses:
|
|
16610
|
-
'
|
|
16611
|
-
description:
|
|
16612
|
-
content:
|
|
16613
|
-
text/event-stream:
|
|
16614
|
-
schema:
|
|
16615
|
-
$ref: '#/components/schemas/chatResponse'
|
|
16616
|
-
'400':
|
|
16617
|
-
$ref: '#/components/responses/400'
|
|
17005
|
+
'204':
|
|
17006
|
+
description: OK
|
|
17007
|
+
content: {}
|
|
16618
17008
|
'401':
|
|
16619
17009
|
$ref: '#/components/responses/401'
|
|
16620
17010
|
'403':
|
|
@@ -28263,101 +28653,480 @@ components:
|
|
|
28263
28653
|
description: The Chinese name of the cloud provider.
|
|
28264
28654
|
nameEN:
|
|
28265
28655
|
type: string
|
|
28266
|
-
description: The English name of the cloud provider.
|
|
28267
|
-
supportARN:
|
|
28268
|
-
type: boolean
|
|
28269
|
-
description: Whether the cloud provider supports ARN.
|
|
28270
|
-
providerUpdate:
|
|
28271
|
-
description: The cloud provider that needs to be updated.
|
|
28656
|
+
description: The English name of the cloud provider.
|
|
28657
|
+
supportARN:
|
|
28658
|
+
type: boolean
|
|
28659
|
+
description: Whether the cloud provider supports ARN.
|
|
28660
|
+
providerUpdate:
|
|
28661
|
+
description: The cloud provider that needs to be updated.
|
|
28662
|
+
type: object
|
|
28663
|
+
required:
|
|
28664
|
+
- nameCN
|
|
28665
|
+
- nameEN
|
|
28666
|
+
- logo
|
|
28667
|
+
- enabled
|
|
28668
|
+
- supportARN
|
|
28669
|
+
properties:
|
|
28670
|
+
logo:
|
|
28671
|
+
type: string
|
|
28672
|
+
description: The logo of the cloud provider.
|
|
28673
|
+
enabled:
|
|
28674
|
+
type: boolean
|
|
28675
|
+
description: Whether the cloud provider is enabled.
|
|
28676
|
+
nameCN:
|
|
28677
|
+
type: string
|
|
28678
|
+
description: The Chinese name of the cloud provider.
|
|
28679
|
+
nameEN:
|
|
28680
|
+
type: string
|
|
28681
|
+
description: The English name of the cloud provider.
|
|
28682
|
+
supportARN:
|
|
28683
|
+
type: boolean
|
|
28684
|
+
description: Whether the cloud provider supports ARN.
|
|
28685
|
+
AccessLevel:
|
|
28686
|
+
type: string
|
|
28687
|
+
enum:
|
|
28688
|
+
- Platform
|
|
28689
|
+
- Organization
|
|
28690
|
+
llm:
|
|
28691
|
+
description: llm
|
|
28692
|
+
properties:
|
|
28693
|
+
id:
|
|
28694
|
+
description: ID of the llm
|
|
28695
|
+
title: ID
|
|
28696
|
+
type: string
|
|
28697
|
+
name:
|
|
28698
|
+
description: Name of the llm
|
|
28699
|
+
title: Name
|
|
28700
|
+
type: string
|
|
28701
|
+
enabled:
|
|
28702
|
+
description: Whether this LLM is enabled
|
|
28703
|
+
title: Enabled
|
|
28704
|
+
type: boolean
|
|
28705
|
+
config:
|
|
28706
|
+
description: |
|
|
28707
|
+
Config.
|
|
28708
|
+
|
|
28709
|
+
For OpenAI-compatible providers, model entries under `available_models`
|
|
28710
|
+
may include `max_tokens` as the maximum output token count and
|
|
28711
|
+
`context_length` as the total context window. `context_window` is a
|
|
28712
|
+
deprecated compatibility alias and should not be used by new clients.
|
|
28713
|
+
title: Config
|
|
28714
|
+
type: object
|
|
28715
|
+
additionalProperties:
|
|
28716
|
+
type: object
|
|
28717
|
+
level:
|
|
28718
|
+
$ref: '#/components/schemas/AccessLevel'
|
|
28719
|
+
createdAt:
|
|
28720
|
+
description: |-
|
|
28721
|
+
CreatedAt is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
|
|
28722
|
+
|
|
28723
|
+
Populated by the system. Read-only. Null for lists
|
|
28724
|
+
format: date-time
|
|
28725
|
+
type: string
|
|
28726
|
+
updatedAt:
|
|
28727
|
+
description: |-
|
|
28728
|
+
UpdatedAt is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
|
|
28729
|
+
|
|
28730
|
+
Populated by the system. Read-only. Null for lists
|
|
28731
|
+
format: date-time
|
|
28732
|
+
type: string
|
|
28733
|
+
required:
|
|
28734
|
+
- name
|
|
28735
|
+
- config
|
|
28736
|
+
- enabled
|
|
28737
|
+
type: object
|
|
28738
|
+
llmList:
|
|
28739
|
+
required:
|
|
28740
|
+
- items
|
|
28741
|
+
type: object
|
|
28742
|
+
properties:
|
|
28743
|
+
items:
|
|
28744
|
+
type: array
|
|
28745
|
+
x-nullable: false
|
|
28746
|
+
description: Items is the list of llm objects
|
|
28747
|
+
items:
|
|
28748
|
+
$ref: '#/components/schemas/llm'
|
|
28749
|
+
checkAPIKey:
|
|
28750
|
+
type: object
|
|
28751
|
+
properties:
|
|
28752
|
+
success:
|
|
28753
|
+
type: boolean
|
|
28754
|
+
x-omitempty: false
|
|
28755
|
+
message:
|
|
28756
|
+
type: string
|
|
28757
|
+
aiAgentRuntimeStatusCode:
|
|
28758
|
+
x-generate-alias-as-model: true
|
|
28759
|
+
type: string
|
|
28760
|
+
enum:
|
|
28761
|
+
- ready
|
|
28762
|
+
- missing_model_config
|
|
28763
|
+
- unreachable
|
|
28764
|
+
- unauthorized
|
|
28765
|
+
- not_configured
|
|
28766
|
+
aiAgentObjectRef:
|
|
28767
|
+
type: object
|
|
28768
|
+
properties:
|
|
28769
|
+
kind:
|
|
28770
|
+
type: string
|
|
28771
|
+
x-nullable: true
|
|
28772
|
+
name:
|
|
28773
|
+
type: string
|
|
28774
|
+
x-nullable: true
|
|
28775
|
+
aiAgentScope:
|
|
28776
|
+
type: object
|
|
28777
|
+
properties:
|
|
28778
|
+
orgName:
|
|
28779
|
+
type: string
|
|
28780
|
+
x-nullable: true
|
|
28781
|
+
environmentName:
|
|
28782
|
+
type: string
|
|
28783
|
+
x-nullable: true
|
|
28784
|
+
clusterName:
|
|
28785
|
+
type: string
|
|
28786
|
+
objectRef:
|
|
28787
|
+
$ref: '#/components/schemas/aiAgentObjectRef'
|
|
28788
|
+
aiAgentRuntimeStatus:
|
|
28789
|
+
type: object
|
|
28790
|
+
required:
|
|
28791
|
+
- status
|
|
28792
|
+
properties:
|
|
28793
|
+
status:
|
|
28794
|
+
$ref: '#/components/schemas/aiAgentRuntimeStatusCode'
|
|
28795
|
+
message:
|
|
28796
|
+
type: string
|
|
28797
|
+
x-nullable: true
|
|
28798
|
+
model:
|
|
28799
|
+
type: string
|
|
28800
|
+
x-nullable: true
|
|
28801
|
+
scope:
|
|
28802
|
+
$ref: '#/components/schemas/aiAgentScope'
|
|
28803
|
+
aiAgentConversationStatus:
|
|
28804
|
+
x-generate-alias-as-model: true
|
|
28805
|
+
type: string
|
|
28806
|
+
enum:
|
|
28807
|
+
- idle
|
|
28808
|
+
- running
|
|
28809
|
+
- waiting_for_approval
|
|
28810
|
+
- failed
|
|
28811
|
+
- cancelled
|
|
28812
|
+
aiAgentMessageRole:
|
|
28813
|
+
x-generate-alias-as-model: true
|
|
28814
|
+
type: string
|
|
28815
|
+
enum:
|
|
28816
|
+
- user
|
|
28817
|
+
- assistant
|
|
28818
|
+
- system
|
|
28819
|
+
aiAgentMessagePartType:
|
|
28820
|
+
x-generate-alias-as-model: true
|
|
28821
|
+
type: string
|
|
28822
|
+
enum:
|
|
28823
|
+
- text
|
|
28824
|
+
- reasoning_text
|
|
28825
|
+
- diagnosis_summary
|
|
28826
|
+
- tool_observation_summary
|
|
28827
|
+
aiAgentMessagePart:
|
|
28828
|
+
type: object
|
|
28829
|
+
required:
|
|
28830
|
+
- type
|
|
28831
|
+
properties:
|
|
28832
|
+
type:
|
|
28833
|
+
$ref: '#/components/schemas/aiAgentMessagePartType'
|
|
28834
|
+
text:
|
|
28835
|
+
type: string
|
|
28836
|
+
x-nullable: true
|
|
28837
|
+
summary:
|
|
28838
|
+
type: string
|
|
28839
|
+
x-nullable: true
|
|
28840
|
+
payload:
|
|
28841
|
+
type: object
|
|
28842
|
+
additionalProperties: true
|
|
28843
|
+
x-nullable: true
|
|
28844
|
+
aiAgentMessage:
|
|
28845
|
+
type: object
|
|
28846
|
+
required:
|
|
28847
|
+
- messageId
|
|
28848
|
+
- conversationId
|
|
28849
|
+
- role
|
|
28850
|
+
- parts
|
|
28851
|
+
- createdAt
|
|
28852
|
+
properties:
|
|
28853
|
+
messageId:
|
|
28854
|
+
type: string
|
|
28855
|
+
conversationId:
|
|
28856
|
+
type: string
|
|
28857
|
+
turnId:
|
|
28858
|
+
type: string
|
|
28859
|
+
x-nullable: true
|
|
28860
|
+
role:
|
|
28861
|
+
$ref: '#/components/schemas/aiAgentMessageRole'
|
|
28862
|
+
contexts:
|
|
28863
|
+
type: array
|
|
28864
|
+
items:
|
|
28865
|
+
$ref: '#/components/schemas/aiAgentScope'
|
|
28866
|
+
parts:
|
|
28867
|
+
type: array
|
|
28868
|
+
items:
|
|
28869
|
+
$ref: '#/components/schemas/aiAgentMessagePart'
|
|
28870
|
+
createdAt:
|
|
28871
|
+
type: string
|
|
28872
|
+
format: date-time
|
|
28873
|
+
aiAgentConversation:
|
|
28874
|
+
type: object
|
|
28875
|
+
required:
|
|
28876
|
+
- conversationId
|
|
28877
|
+
- status
|
|
28878
|
+
- createdAt
|
|
28879
|
+
- updatedAt
|
|
28880
|
+
properties:
|
|
28881
|
+
conversationId:
|
|
28882
|
+
type: string
|
|
28883
|
+
entryClusterName:
|
|
28884
|
+
type: string
|
|
28885
|
+
x-nullable: true
|
|
28886
|
+
title:
|
|
28887
|
+
type: string
|
|
28888
|
+
x-nullable: true
|
|
28889
|
+
status:
|
|
28890
|
+
$ref: '#/components/schemas/aiAgentConversationStatus'
|
|
28891
|
+
runtimeStatus:
|
|
28892
|
+
$ref: '#/components/schemas/aiAgentRuntimeStatusCode'
|
|
28893
|
+
model:
|
|
28894
|
+
type: string
|
|
28895
|
+
x-nullable: true
|
|
28896
|
+
createdAt:
|
|
28897
|
+
type: string
|
|
28898
|
+
format: date-time
|
|
28899
|
+
updatedAt:
|
|
28900
|
+
type: string
|
|
28901
|
+
format: date-time
|
|
28902
|
+
lastMessage:
|
|
28903
|
+
$ref: '#/components/schemas/aiAgentMessage'
|
|
28904
|
+
aiAgentConversationList:
|
|
28905
|
+
type: object
|
|
28906
|
+
required:
|
|
28907
|
+
- items
|
|
28908
|
+
properties:
|
|
28909
|
+
items:
|
|
28910
|
+
type: array
|
|
28911
|
+
items:
|
|
28912
|
+
$ref: '#/components/schemas/aiAgentConversation'
|
|
28913
|
+
aiAgentCreateConversationRequest:
|
|
28914
|
+
type: object
|
|
28915
|
+
properties:
|
|
28916
|
+
title:
|
|
28917
|
+
type: string
|
|
28918
|
+
x-nullable: true
|
|
28919
|
+
model:
|
|
28920
|
+
type: string
|
|
28921
|
+
x-nullable: true
|
|
28922
|
+
entryClusterName:
|
|
28923
|
+
type: string
|
|
28924
|
+
x-nullable: true
|
|
28925
|
+
aiAgentDeleteConversationResponse:
|
|
28926
|
+
type: object
|
|
28927
|
+
required:
|
|
28928
|
+
- conversationId
|
|
28929
|
+
- status
|
|
28930
|
+
properties:
|
|
28931
|
+
conversationId:
|
|
28932
|
+
type: string
|
|
28933
|
+
status:
|
|
28934
|
+
type: string
|
|
28935
|
+
aiAgentMessageList:
|
|
28936
|
+
type: object
|
|
28937
|
+
required:
|
|
28938
|
+
- items
|
|
28939
|
+
properties:
|
|
28940
|
+
items:
|
|
28941
|
+
type: array
|
|
28942
|
+
items:
|
|
28943
|
+
$ref: '#/components/schemas/aiAgentMessage'
|
|
28944
|
+
aiAgentSendMessageRequest:
|
|
28945
|
+
type: object
|
|
28946
|
+
required:
|
|
28947
|
+
- content
|
|
28948
|
+
properties:
|
|
28949
|
+
content:
|
|
28950
|
+
type: string
|
|
28951
|
+
contexts:
|
|
28952
|
+
type: array
|
|
28953
|
+
items:
|
|
28954
|
+
$ref: '#/components/schemas/aiAgentScope'
|
|
28955
|
+
aiAgentTurnStatus:
|
|
28956
|
+
x-generate-alias-as-model: true
|
|
28957
|
+
type: string
|
|
28958
|
+
enum:
|
|
28959
|
+
- running
|
|
28960
|
+
- waiting_for_approval
|
|
28961
|
+
- completed
|
|
28962
|
+
- failed
|
|
28963
|
+
- cancelled
|
|
28964
|
+
aiAgentSendMessageResponse:
|
|
28272
28965
|
type: object
|
|
28273
28966
|
required:
|
|
28274
|
-
-
|
|
28275
|
-
-
|
|
28276
|
-
-
|
|
28277
|
-
- enabled
|
|
28278
|
-
- supportARN
|
|
28967
|
+
- messageId
|
|
28968
|
+
- turnId
|
|
28969
|
+
- status
|
|
28279
28970
|
properties:
|
|
28280
|
-
|
|
28971
|
+
messageId:
|
|
28281
28972
|
type: string
|
|
28282
|
-
|
|
28283
|
-
enabled:
|
|
28284
|
-
type: boolean
|
|
28285
|
-
description: Whether the cloud provider is enabled.
|
|
28286
|
-
nameCN:
|
|
28973
|
+
turnId:
|
|
28287
28974
|
type: string
|
|
28288
|
-
|
|
28289
|
-
|
|
28975
|
+
status:
|
|
28976
|
+
$ref: '#/components/schemas/aiAgentTurnStatus'
|
|
28977
|
+
eventsUrl:
|
|
28290
28978
|
type: string
|
|
28291
|
-
|
|
28292
|
-
|
|
28293
|
-
|
|
28294
|
-
description: Whether the cloud provider supports ARN.
|
|
28295
|
-
AccessLevel:
|
|
28979
|
+
x-nullable: true
|
|
28980
|
+
aiAgentEventType:
|
|
28981
|
+
x-generate-alias-as-model: true
|
|
28296
28982
|
type: string
|
|
28297
28983
|
enum:
|
|
28298
|
-
-
|
|
28299
|
-
-
|
|
28300
|
-
|
|
28301
|
-
|
|
28984
|
+
- cloud.conversation.ready
|
|
28985
|
+
- cloud.stream.connected
|
|
28986
|
+
- cloud.turn.started
|
|
28987
|
+
- message.delta
|
|
28988
|
+
- cloud.assistant.message.completed
|
|
28989
|
+
- reasoning.available
|
|
28990
|
+
- agent.step
|
|
28991
|
+
- tool.generating
|
|
28992
|
+
- tool.started
|
|
28993
|
+
- tool.completed
|
|
28994
|
+
- approval.request
|
|
28995
|
+
- approval.responded
|
|
28996
|
+
- run.completed
|
|
28997
|
+
- run.failed
|
|
28998
|
+
- run.cancelled
|
|
28999
|
+
aiAgentTurnAction:
|
|
29000
|
+
type: object
|
|
29001
|
+
required:
|
|
29002
|
+
- actionId
|
|
29003
|
+
- conversationId
|
|
29004
|
+
- turnId
|
|
29005
|
+
- type
|
|
29006
|
+
- title
|
|
29007
|
+
- hasDetail
|
|
29008
|
+
- createdAt
|
|
28302
29009
|
properties:
|
|
28303
|
-
|
|
28304
|
-
description: ID of the llm
|
|
28305
|
-
title: ID
|
|
29010
|
+
actionId:
|
|
28306
29011
|
type: string
|
|
28307
|
-
|
|
28308
|
-
description: Name of the llm
|
|
28309
|
-
title: Name
|
|
29012
|
+
conversationId:
|
|
28310
29013
|
type: string
|
|
28311
|
-
|
|
28312
|
-
|
|
28313
|
-
|
|
29014
|
+
turnId:
|
|
29015
|
+
type: string
|
|
29016
|
+
messageId:
|
|
29017
|
+
type: string
|
|
29018
|
+
x-nullable: true
|
|
29019
|
+
type:
|
|
29020
|
+
$ref: '#/components/schemas/aiAgentEventType'
|
|
29021
|
+
status:
|
|
29022
|
+
type: string
|
|
29023
|
+
x-nullable: true
|
|
29024
|
+
title:
|
|
29025
|
+
type: string
|
|
29026
|
+
summary:
|
|
29027
|
+
type: string
|
|
29028
|
+
x-nullable: true
|
|
29029
|
+
toolName:
|
|
29030
|
+
type: string
|
|
29031
|
+
x-nullable: true
|
|
29032
|
+
target:
|
|
29033
|
+
type: string
|
|
29034
|
+
x-nullable: true
|
|
29035
|
+
confirmationId:
|
|
29036
|
+
type: string
|
|
29037
|
+
x-nullable: true
|
|
29038
|
+
hasDetail:
|
|
28314
29039
|
type: boolean
|
|
28315
|
-
|
|
28316
|
-
description: Config
|
|
28317
|
-
title: Config
|
|
29040
|
+
detail:
|
|
28318
29041
|
type: object
|
|
28319
|
-
|
|
28320
|
-
|
|
28321
|
-
|
|
28322
|
-
|
|
29042
|
+
description: |
|
|
29043
|
+
Sanitized action detail. Warning states are returned as `warning.value`
|
|
29044
|
+
with stable values such as `output_truncated`, `final_analysis_missing`,
|
|
29045
|
+
`no_tool_evidence`, `model_no_tool_call`, or `tooling_unavailable`.
|
|
29046
|
+
`model_no_tool_call` and `tooling_unavailable` are turn-completed
|
|
29047
|
+
warnings and are not emitted on tool/check detail cards.
|
|
29048
|
+
The legacy `warningReason` string may be present for compatibility.
|
|
29049
|
+
additionalProperties: true
|
|
29050
|
+
x-nullable: true
|
|
28323
29051
|
createdAt:
|
|
28324
|
-
description: |-
|
|
28325
|
-
CreatedAt is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
|
|
28326
|
-
|
|
28327
|
-
Populated by the system. Read-only. Null for lists
|
|
28328
|
-
format: date-time
|
|
28329
29052
|
type: string
|
|
28330
|
-
updatedAt:
|
|
28331
|
-
description: |-
|
|
28332
|
-
UpdatedAt is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
|
|
28333
|
-
|
|
28334
|
-
Populated by the system. Read-only. Null for lists
|
|
28335
29053
|
format: date-time
|
|
28336
|
-
|
|
28337
|
-
required:
|
|
28338
|
-
- name
|
|
28339
|
-
- config
|
|
28340
|
-
- enabled
|
|
29054
|
+
aiAgentTurnActionList:
|
|
28341
29055
|
type: object
|
|
28342
|
-
llmList:
|
|
28343
29056
|
required:
|
|
28344
29057
|
- items
|
|
28345
|
-
type: object
|
|
28346
29058
|
properties:
|
|
28347
29059
|
items:
|
|
28348
29060
|
type: array
|
|
28349
|
-
x-nullable: false
|
|
28350
|
-
description: Items is the list of llm objects
|
|
28351
29061
|
items:
|
|
28352
|
-
$ref: '#/components/schemas/
|
|
28353
|
-
|
|
29062
|
+
$ref: '#/components/schemas/aiAgentTurnAction'
|
|
29063
|
+
aiAgentEvent:
|
|
28354
29064
|
type: object
|
|
29065
|
+
required:
|
|
29066
|
+
- eventId
|
|
29067
|
+
- conversationId
|
|
29068
|
+
- type
|
|
29069
|
+
- createdAt
|
|
28355
29070
|
properties:
|
|
28356
|
-
|
|
28357
|
-
type:
|
|
28358
|
-
|
|
29071
|
+
eventId:
|
|
29072
|
+
type: string
|
|
29073
|
+
conversationId:
|
|
29074
|
+
type: string
|
|
29075
|
+
turnId:
|
|
29076
|
+
type: string
|
|
29077
|
+
x-nullable: true
|
|
29078
|
+
type:
|
|
29079
|
+
$ref: '#/components/schemas/aiAgentEventType'
|
|
29080
|
+
status:
|
|
29081
|
+
type: string
|
|
29082
|
+
x-nullable: true
|
|
28359
29083
|
message:
|
|
28360
29084
|
type: string
|
|
29085
|
+
x-nullable: true
|
|
29086
|
+
payload:
|
|
29087
|
+
type: object
|
|
29088
|
+
additionalProperties: true
|
|
29089
|
+
x-nullable: true
|
|
29090
|
+
createdAt:
|
|
29091
|
+
type: string
|
|
29092
|
+
format: date-time
|
|
29093
|
+
aiAgentToolConfirmationDecisionRequest:
|
|
29094
|
+
type: object
|
|
29095
|
+
properties:
|
|
29096
|
+
comment:
|
|
29097
|
+
type: string
|
|
29098
|
+
x-nullable: true
|
|
29099
|
+
aiAgentToolConfirmationStatus:
|
|
29100
|
+
x-generate-alias-as-model: true
|
|
29101
|
+
type: string
|
|
29102
|
+
enum:
|
|
29103
|
+
- pending
|
|
29104
|
+
- approved
|
|
29105
|
+
- rejected
|
|
29106
|
+
- expired
|
|
29107
|
+
aiAgentToolConfirmationDecisionResponse:
|
|
29108
|
+
type: object
|
|
29109
|
+
required:
|
|
29110
|
+
- confirmationId
|
|
29111
|
+
- status
|
|
29112
|
+
- turnId
|
|
29113
|
+
properties:
|
|
29114
|
+
confirmationId:
|
|
29115
|
+
type: string
|
|
29116
|
+
status:
|
|
29117
|
+
$ref: '#/components/schemas/aiAgentToolConfirmationStatus'
|
|
29118
|
+
turnId:
|
|
29119
|
+
type: string
|
|
29120
|
+
aiAgentStopConversationResponse:
|
|
29121
|
+
type: object
|
|
29122
|
+
required:
|
|
29123
|
+
- conversationId
|
|
29124
|
+
- status
|
|
29125
|
+
properties:
|
|
29126
|
+
conversationId:
|
|
29127
|
+
type: string
|
|
29128
|
+
status:
|
|
29129
|
+
$ref: '#/components/schemas/aiAgentConversationStatus'
|
|
28361
29130
|
monitorDataSinkCreate:
|
|
28362
29131
|
description: External Endpoint create option
|
|
28363
29132
|
type: object
|
|
@@ -31293,190 +32062,6 @@ components:
|
|
|
31293
32062
|
PgExtension:
|
|
31294
32063
|
type: object
|
|
31295
32064
|
$ref: '#/components/schemas/PgExtension'
|
|
31296
|
-
aiConversation:
|
|
31297
|
-
type: object
|
|
31298
|
-
properties:
|
|
31299
|
-
id:
|
|
31300
|
-
type: string
|
|
31301
|
-
format: uuid
|
|
31302
|
-
description: Conversation ID
|
|
31303
|
-
userId:
|
|
31304
|
-
type: string
|
|
31305
|
-
description: User ID associated with the conversation
|
|
31306
|
-
clusterName:
|
|
31307
|
-
type: string
|
|
31308
|
-
description: Name of the cluster associated with the conversation
|
|
31309
|
-
orgName:
|
|
31310
|
-
type: string
|
|
31311
|
-
description: Name of the organization associated with the conversation
|
|
31312
|
-
title:
|
|
31313
|
-
type: string
|
|
31314
|
-
description: Optional title for the conversation
|
|
31315
|
-
x-nullable: true
|
|
31316
|
-
type:
|
|
31317
|
-
type: string
|
|
31318
|
-
description: Type of the conversation, can be chatbi or chatops.
|
|
31319
|
-
createdAt:
|
|
31320
|
-
type: string
|
|
31321
|
-
format: date-time
|
|
31322
|
-
description: Timestamp of when the conversation was created
|
|
31323
|
-
updatedAt:
|
|
31324
|
-
type: string
|
|
31325
|
-
format: date-time
|
|
31326
|
-
description: Timestamp of when the conversation was last updated
|
|
31327
|
-
aiConversationListResponse:
|
|
31328
|
-
type: object
|
|
31329
|
-
properties:
|
|
31330
|
-
items:
|
|
31331
|
-
type: array
|
|
31332
|
-
items:
|
|
31333
|
-
$ref: '#/components/schemas/aiConversation'
|
|
31334
|
-
total:
|
|
31335
|
-
type: integer
|
|
31336
|
-
format: int64
|
|
31337
|
-
description: Total number of conversations
|
|
31338
|
-
AIChatType:
|
|
31339
|
-
type: string
|
|
31340
|
-
enum:
|
|
31341
|
-
- chatbi
|
|
31342
|
-
- chatops
|
|
31343
|
-
description: Query type
|
|
31344
|
-
AIConversationRequest:
|
|
31345
|
-
type: object
|
|
31346
|
-
properties:
|
|
31347
|
-
type:
|
|
31348
|
-
$ref: '#/components/schemas/AIChatType'
|
|
31349
|
-
senderType:
|
|
31350
|
-
type: string
|
|
31351
|
-
enum:
|
|
31352
|
-
- user
|
|
31353
|
-
- assistant
|
|
31354
|
-
- system
|
|
31355
|
-
description: Type of the sender (user, assistant, or system)
|
|
31356
|
-
metadataObject:
|
|
31357
|
-
type: object
|
|
31358
|
-
additionalProperties: true
|
|
31359
|
-
description: Optional metadata for AI messages (e.g., tool calls, results)
|
|
31360
|
-
x-nullable: true
|
|
31361
|
-
aiMessage:
|
|
31362
|
-
type: object
|
|
31363
|
-
properties:
|
|
31364
|
-
id:
|
|
31365
|
-
type: string
|
|
31366
|
-
format: uuid
|
|
31367
|
-
description: Message ID
|
|
31368
|
-
conversationId:
|
|
31369
|
-
type: string
|
|
31370
|
-
format: uuid
|
|
31371
|
-
description: ID of the conversation this message belongs to
|
|
31372
|
-
senderType:
|
|
31373
|
-
$ref: '#/components/schemas/senderType'
|
|
31374
|
-
content:
|
|
31375
|
-
type: string
|
|
31376
|
-
description: Content of the message
|
|
31377
|
-
isFavorited:
|
|
31378
|
-
type: boolean
|
|
31379
|
-
description: Whether the message is favorited by user
|
|
31380
|
-
default: false
|
|
31381
|
-
metadata:
|
|
31382
|
-
$ref: '#/components/schemas/metadataObject'
|
|
31383
|
-
createdAt:
|
|
31384
|
-
type: string
|
|
31385
|
-
format: date-time
|
|
31386
|
-
description: Timestamp of when the message was created
|
|
31387
|
-
updatedAt:
|
|
31388
|
-
type: string
|
|
31389
|
-
format: date-time
|
|
31390
|
-
description: Timestamp of when the message was last updated
|
|
31391
|
-
aiMessageListResponse:
|
|
31392
|
-
type: object
|
|
31393
|
-
properties:
|
|
31394
|
-
items:
|
|
31395
|
-
type: array
|
|
31396
|
-
items:
|
|
31397
|
-
$ref: '#/components/schemas/aiMessage'
|
|
31398
|
-
chatRequest:
|
|
31399
|
-
type: object
|
|
31400
|
-
required:
|
|
31401
|
-
- orgName
|
|
31402
|
-
- clusterName
|
|
31403
|
-
- sessionId
|
|
31404
|
-
- query
|
|
31405
|
-
- model
|
|
31406
|
-
description: Chat message request
|
|
31407
|
-
properties:
|
|
31408
|
-
orgName:
|
|
31409
|
-
type: string
|
|
31410
|
-
description: Organization name
|
|
31411
|
-
clusterName:
|
|
31412
|
-
type: string
|
|
31413
|
-
description: Cluster name
|
|
31414
|
-
sessionId:
|
|
31415
|
-
type: string
|
|
31416
|
-
description: Session ID
|
|
31417
|
-
messageID:
|
|
31418
|
-
type: string
|
|
31419
|
-
description: Message ID
|
|
31420
|
-
query:
|
|
31421
|
-
type: string
|
|
31422
|
-
description: Query content
|
|
31423
|
-
model:
|
|
31424
|
-
type: string
|
|
31425
|
-
description: LLM model
|
|
31426
|
-
x-nullable: true
|
|
31427
|
-
datasourceName:
|
|
31428
|
-
type: string
|
|
31429
|
-
description: Datasource name
|
|
31430
|
-
x-nullable: true
|
|
31431
|
-
database:
|
|
31432
|
-
type: string
|
|
31433
|
-
description: Database involved in the chat
|
|
31434
|
-
x-nullable: true
|
|
31435
|
-
schema:
|
|
31436
|
-
type: string
|
|
31437
|
-
description: Schema involved in the chat
|
|
31438
|
-
x-nullable: true
|
|
31439
|
-
tables:
|
|
31440
|
-
type: array
|
|
31441
|
-
description: Tables involved in the chat
|
|
31442
|
-
items:
|
|
31443
|
-
type: string
|
|
31444
|
-
x-nullable: true
|
|
31445
|
-
chatResponseType:
|
|
31446
|
-
type: string
|
|
31447
|
-
enum:
|
|
31448
|
-
- Message
|
|
31449
|
-
- Graph
|
|
31450
|
-
- Finish
|
|
31451
|
-
- DataInterpretation
|
|
31452
|
-
- Error
|
|
31453
|
-
- Think
|
|
31454
|
-
- ToolResult
|
|
31455
|
-
- SessionID
|
|
31456
|
-
- ToolCall
|
|
31457
|
-
description: Message type
|
|
31458
|
-
chatResponse:
|
|
31459
|
-
type: object
|
|
31460
|
-
required:
|
|
31461
|
-
- data
|
|
31462
|
-
- type
|
|
31463
|
-
- done
|
|
31464
|
-
- sessionId
|
|
31465
|
-
description: Chat message response
|
|
31466
|
-
properties:
|
|
31467
|
-
data:
|
|
31468
|
-
description: Arbitrary event payload
|
|
31469
|
-
done:
|
|
31470
|
-
type: boolean
|
|
31471
|
-
description: Whether the SSE stream is complete
|
|
31472
|
-
type:
|
|
31473
|
-
$ref: '#/components/schemas/chatResponseType'
|
|
31474
|
-
messageID:
|
|
31475
|
-
type: string
|
|
31476
|
-
description: Message ID
|
|
31477
|
-
sessionId:
|
|
31478
|
-
type: string
|
|
31479
|
-
description: Session ID
|
|
31480
32065
|
encryptionAlgorithm:
|
|
31481
32066
|
description: the encryption algorithm
|
|
31482
32067
|
type: string
|
|
@@ -32500,6 +33085,12 @@ components:
|
|
|
32500
33085
|
schema:
|
|
32501
33086
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
32502
33087
|
description: Not Implemented
|
|
33088
|
+
'503':
|
|
33089
|
+
content:
|
|
33090
|
+
application/json:
|
|
33091
|
+
schema:
|
|
33092
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
33093
|
+
description: Service Unavailable
|
|
32503
33094
|
parameters:
|
|
32504
33095
|
startTime:
|
|
32505
33096
|
name: start
|