Skip to main content
Version: v2.0

aixplain.v2.issue

Issue reporting helpers for the V2 SDK.

IssueSeverity Objects

class IssueSeverity(str, Enum)

[view_source]

Supported issue severity levels.

IssueReporter Objects

class IssueReporter()

[view_source]

submitting SDK issues to the backend.

__init__

def __init__(context: "Aixplain") -> None

[view_source]

Initialize the issue reporter.

report

def report(description: Optional[str], **kwargs: Any) -> str

[view_source]

Submit an issue report and return its ID.