SEMOSS / semoss-ui

Apache License 2.0
17 stars 3 forks source link

feat(client): create prompt hub for CRUD operations #255 #290

Open phkem opened 4 weeks ago

phkem commented 4 weeks ago

Hey @johbaxter wanted to give some high level info on the prompt hub.

  1. It's accessed from the sidebar image

  2. On page load ListPrompts is called and is displayed in a table image

  3. I wasn't sure what the delete reactor was so I left the button disabled for now

  4. The update reactor doesn't seem to update tags when I add to the array.

johbaxter commented 3 weeks ago

Title: I am pompt 1
Context: I am pompt 1
Intent: intent
Tags: [tag1, tag2]


natdink commented 3 weeks ago

@phkem designs already exist for the prompt library -- specifically as accessed inside of the agent builder which i think makes the most sense right now. https://www.figma.com/design/90i9MKLBGrW9imf0wLWvZ0/Agent-Builder?node-id=856-67312&t=N6fQaNDKbCMntqmD-1 Please let me know if you have any questions!

phkem commented 3 days ago

@johbaxter Pushed all the latest changes. I also added the intent field to the "Create a template" modal.