fidelusaleksander/Prompt Action
Prompt AI about... well, anything!
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Personal access token, can be passed as secrets.GITHUB_TOKEN | — | ${{ github.token }} |
| prompt | What do you want to ask? | no | — |
| prompt-file | Path to a file containing the prompt | no | — |
| model | The AI model to use for generating the response | — | gpt-4o |
| system-prompt | System prompt to provide context for the AI | no | — |
| system-prompt-file | Path to a file containing the system prompt | no | — |
| response-schema-file | Path to a JSON file containing the response schema for structured outputs | no | — |
| vars | YAML-formatted variables for template substitution in prompts | no | — |
Outputs
| name | description |
|---|---|
| text | The answer to your question |