ktkongtong/gemini-action
Github Action for gemini
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | gemini token | yes | — |
| model | gemini model | no | gemini-2.0-flash |
| prompt | prompt | yes | — |
| system-prompt | high level prompt | no | — |
| temperature | temperature | no | 0.6 |
| topP | topP | no | 0.95 |
| topK | topK | no | 40 |
| maxOutputTokens | maxOutputTokens | no | 65536 |
| responseMime | responseMime | no | text/plain |
| responseSchema | responseSchema in json | no | — |
| file-path | file path (only single file now) | no | — |
| file-mime | file mime | no | — |
Outputs
| name | description |
|---|---|
| output | output |