revelrylabs/Generate an Artifact with ProdOps
Generate an Artifact with ProdOps
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| prodops_api_key | Your ProdOps API key | yes | — |
| prodops_api_url | The ProdOps API endpoint to use. Defaults to https://app.prodops.ai | no | — |
| project_id | The ID of the ProdOps project to generate your artifact in | yes | — |
| artifact_type_slug | The slug for the artifact type you want to generate, visible if you edit the artifact type in the ProdOps web UI | yes | — |
| prompt_template_id | The ID of the prompt template to use when generating. Must match the artifact type | yes | — |
| input_count | The number of inputs required by your prompt template, visible in the prompt template editing UI | yes | — |
| input_1_name | If `input_count` is >= 1, the name of the first input | no | — |
| input_1_value | If `input_count` is >= 1, the value to use in the first input | no | — |
| input_2_name | If `input_count` is >= 2, the name of the second input | no | — |
| input_2_value | If `input_count` is >= 2, the value to use in the second input | no | — |
| input_3_name | If `input_count` is >= 3, the name of the third input | no | — |
| input_3_value | If `input_count` is >= 3, the value to use in the third input | no | — |
| input_4_name | If `input_count` is >= 4, the name of the fourth input | no | — |
| input_4_value | If `input_count` is >= 4, the value to use in the fourth input | no | — |
| input_5_name | If `input_count` is >= 5, the name of the fifth input | no | — |
| input_5_value | If `input_count` is >= 5, the value to use in the fifth input | no | — |
Outputs
| name | description |
|---|---|
| artifact_content | The content of the generated artifact |
| artifact_url | The URL of the generated artifact |