Skip to content

Commit

Permalink
Playground UI Update (#449)
Browse files Browse the repository at this point in the history
* add dropdown to diff functionalities
add view more for chat context

* fix: container width

* add baml form

* default values for testing

* add scroll

* fix: providers

* fix baml template

* fix missing input text

* updates

* MVP working!

* add save & load buttons (not connected)
link buttons to only custom script

* cp

* updates

* fix bug

* add more complex example using a baml class

* refactor and ui improvements

* add docs section

* two columns in workflow

* feat: import workflow template

* wip

* fix: save and load workflows

* fix: improve  baml workflows

* fix

* refactor: fix all workflow and baml states wip

* refactor: workflow logic

* refactor: baml logic

* refactor

* fixes

* fixes

* more fixes

* fix markdown preview

* fix textarea

* fix: markdown preview

* fixes

* fix layout

* fix layout

* fixes

* fixes

* fix scroll

---------

Co-authored-by: paulclindo <paulclindo@gmail.com>
  • Loading branch information
nicarq and paulclindo authored Sep 27, 2024
1 parent 82d8644 commit 5a7e642
Show file tree
Hide file tree
Showing 25 changed files with 2,473 additions and 513 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ function StopGeneratingButton({
if (!inboxId) return;
const decodedInboxId = decodeURIComponent(inboxId);
const jobId = extractJobIdFromInbox(decodedInboxId);
stopGenerating({
await stopGenerating({
nodeAddress: auth?.node_address ?? '',
token: auth?.api_v2_key ?? '',
jobId: jobId,
Expand Down
Loading

0 comments on commit 5a7e642

Please sign in to comment.