Shared
ModelsExpand Collapse
Commit { repo, sha }
Commit { repo, sha }
repo: Repo { branch, name, owner }
repo: Repo { branch, name, owner }
branch: string
name: string
owner: string
sha: string
FileInput = Content { content } | URL { url }
FileInput = Content { content } | URL { url }
Accepts one of the following:
Content { content }
Content { content }
content: string
content: string
File content
URL { url }
URL { url }
url: string
url: string
URL to fetch file content from
Target = "node" | "typescript" | "python" | 8 more
Target = "node" | "typescript" | "python" | 8 more
Accepts one of the following:
"node"
"typescript"
"python"
"go"
"java"
"kotlin"
"ruby"
"terraform"
"cli"
"php"
"csharp"