Prompt variables (#3359)

* wip prompt variables

* refactor backend + add popup suggestions menu to frontend

* use processString to replace all variables in system prompts

* update translations

* fix translations

* wip highlight variables

* revert accidental name change

* rename everything, remove translations

* Update prompt var UI and backend logic

* Update form handler
linting

* linting

* normalize all translation files for prompt variables

* prompt vars dev image

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
Sean Hatfield
2025-03-25 12:44:19 -07:00
committed by GitHub
parent 9cc1b26af2
commit f3ea21bcd1
39 changed files with 9296 additions and 9118 deletions

View File

@@ -6,7 +6,7 @@ concurrency:
on:
push:
branches: ['chore-bump-lancedb'] # put your current branch to create a build. Core team only.
branches: ['3157-feat-prompt-variables'] # put your current branch to create a build. Core team only.
paths-ignore:
- '**.md'
- 'cloud-deployments/*'