rightbrainai/GitHub Action for Tasks
A GitHub Action to interact with the Rightbrain AI Tasks API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| task-access-token | The unique Access Token for the Task | yes | — |
| task-id | The ID of the Task | yes | — |
| task-input | The defined input for the Task as a JSON encoded object | no | — |
| task-input-json-file | The path to a local file containing to defined input for the Task as a JSON encoded object | no | — |
| task-input-max-length | The maximum length of the input for the Task | no | 128000 |
| task-api-host | The hostname for the Rightbrain AI Tasks API | yes | app.rightbrain.ai |
| task-revision-id | When supplied, this will use the specified revision of the Task applicable to the Access Token | no | — |
| organization-id | The ID of the Organization in which the Task belongs | yes | — |
| project-id | The ID of the Project in which the Task belongs | yes | — |
Outputs
| name | description |
|---|---|
| response | The Rightbrain AI Tasks API response as a JSON encoded object |