markprompt-js
markprompt-js copied to clipboard
JavaScript client libraries for Markprompt
**Is your feature request related to a problem? Please describe.** Cf. https://github.com/markprompt/templates/pull/1#discussion_r1441473067
**Is your feature request related to a problem? Please describe.** - the keyboard does not "push the input window/chatbot up as you'd expect" but instead covers the input field/chat window...
**Describe the bug** Rebuilding package-lock.json results in errors related to Radius UI. **To Reproduce** Steps to reproduce the behavior: 1. Delete `package-lock.json` 2. Run `npm install` 3. Run `core`, `react`,...
**Is your feature request related to a problem? Please describe.** Markprompt should be running natively on mobile (iOS and Android). **Describe the solution you'd like** We should build it in...
**Is your feature request related to a problem? Please describe.** Many companies use Markprompt for developer docs with code snippets. Adding a syntax highlighting library by default as part of...
**Describe the bug** Currently, `@markprompt/web` does not build on the server side. **To Reproduce** Steps to reproduce the behavior: 1. Create a swizzled Docusaurus project 2. Add a top-level import...
**Is your feature request related to a problem? Please describe.** Some users want to take a piece of text and pass it to the prompt and automatically have it pasted...
**Describe the bug** When `chat.history.enabled = false`, the history button is still present in the UI.
**Describe the bug** When streaming response from AI that includes unicode symbols (e.g. cyrillic), sometimes I observe `��` instead of some random character. **To Reproduce** Steps to reproduce the behavior:...
**Is your feature request related to a problem? Please describe.** When starting a chat conversation, oftentimes you want to keep the chat sticky on screen to perform follow up questions...