Skip to content
FeedbackDashboard

Shared

ModelsExpand Collapse
Commit { repo, sha, stats, tree_oid }
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
FileInput = Content { content } | URL { url }
One of the following:
Content { content }
content: string

File content

URL { url }
url: string

URL to fetch file content from

Target = "node" | "typescript" | "python" | 10 more
One of the following:
"node"
"typescript"
"python"
"go"
"java"
"kotlin"
"ruby"
"terraform"
"cli"
"php"
"csharp"
"sql"
"openapi"