Files
receipt-wrangler-api/internal/structs/prompt_template_variable.go

11 lines
267 B
Go

package structs
type PromptTemplateVariable string
const (
CATEGORIES PromptTemplateVariable = "@categories"
TAGS PromptTemplateVariable = "@tags"
OCR_TEXT PromptTemplateVariable = "@ocrText"
CURRENT_YEAR PromptTemplateVariable = "@currentYear"
)