Skip to content
FeedbackDashboard

Shared

ModelsExpand Collapse
class Commit:
repo: Repo
branch: str
name: str
owner: str
sha: str
CommitConclusion = Literal["error", "warning", "note", 9 more]
Accepts one of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
FileInput = FileInput
Accepts one of the following:
class Content:
content: str

File content

class URL:
url: str

URL to fetch file content from

Target = Literal["node", "typescript", "python", 8 more]
Accepts one of the following:
"node"
"typescript"
"python"
"go"
"java"
"kotlin"
"ruby"
"terraform"
"cli"
"php"
"csharp"