tythonco/sfgpt
Performs a code review of Salesforce metadata via AI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| diff_dir | Temporary directory to store results of diff | no | sfDiffOutput |
| diff_from | Commit SHA from where the diff is done | no | HEAD~1 |
| diff_to | Commit SHA from where the diff is done | no | HEAD |
| openai_api_key | OpenAI API Key | yes | — |
| openai_model | OpenAI Model | no | gpt-3.5-turbo |
| root_dir | Root directory of git repository | no | . |
Outputs
| name | description |
|---|---|
| ai_comment | Code review comment from AI |