Allow templating variables from files

This commit is contained in:
Sean Goedecke
2025-08-05 01:32:32 +00:00
parent c37f296c98
commit 15868b88f4
6 changed files with 127 additions and 11 deletions
+4
View File
@@ -22,6 +22,10 @@ inputs:
description: Template variables in YAML format for .prompt.yml files
required: false
default: ''
file_input:
description: Template variables in YAML format mapping variable names to file paths. The file contents will be used for templating.
required: false
default: ''
model:
description: The model to use
required: false