Added custom prompt support.

This commit is contained in:
Luke Hollenback 2024-04-02 11:03:29 -06:00
commit 9d3b7b8d06
2 changed files with 14 additions and 4 deletions

View file

@ -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"