Conclude
Concludes the triage investigation for one or more issues by providing a structured conclusion and supporting evidence. This method is used by the LLM agent to finalize its investigation.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the triaging session, used to group related operations.
Body
Request to conclude the triage investigation for one or more issues.
IssueConclusion represents the final determination made by the LLM agent about an issue. Each conclusion type must be supported by appropriate evidence collected during investigation.
- IssueConclusion
- IssueConclusion
- IssueConclusion
- IssueConclusion
- IssueConclusion
- IssueConclusion
- IssueConclusion
Collection of evidence items supporting the conclusion. Evidences previously recorded should not be added here.
EvidenceItem represents a single piece of evidence collected during the triage investigation. Each evidence item must have a title and one of the specific evidence types.
- EvidenceItem
- EvidenceItem
- EvidenceItem
- EvidenceItem
- EvidenceItem
- EvidenceItem
- EvidenceItem
- EvidenceItem
- EvidenceItem
- EvidenceItem
Response
Success
Response for the Conclude operation. Empty as the operation is fire-and-forget.