Skip to content
FeedbackDashboard

Shared

ModelsExpand Collapse
class Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
FileInput = { content} | { url}
One of the following:
class Content { content }
content: String

File content

class 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