mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-06-29 12:24:16 +00:00
Added custom prompt support.
This commit is contained in:
parent
a9a064dfa1
commit
9d3b7b8d06
2 changed files with 14 additions and 4 deletions
|
@ -15,6 +15,10 @@ inputs:
|
|||
description: "Glob patterns to exclude files from the diff analysis"
|
||||
required: false
|
||||
default: ""
|
||||
custom_prompts:
|
||||
description: "Custom commands to augment the agent's prompts with. Each line is an individual command."
|
||||
required: false
|
||||
default: ""
|
||||
runs:
|
||||
using: "node16"
|
||||
main: "dist/index.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue