Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: error on messaging endpoint on UI #1155

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

chadgauth
Copy link

add pnpm lockfile for those who prefer pnpm over npm

Please describe the purpose of this pull request.
Is it to add a new feature? Is it to fix a bug?
Fixes the bug when chatting with an agent with the UI. Most likely from a recent API change.

How to test
How can we test your PR during review? What commands should we run? What outcomes should we expect?
Run the memgpt server and then the frontend

Have you tested this PR?
Have you tested the latest commit on the PR? If so please provide outputs from your tests.

include: src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}
No test files found, exiting with code 0
exclude:  **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*
watch exclude:  **/node_modules/**, **/dist/**

 —————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— 

 >  NX   Successfully ran target test for project memgpt (2s)

Related issues or PRs
Please link any related GitHub issues or PRs.
I'm not seeing one.

Is your PR over 500 lines of code?
If so, please break up your PR into multiple smaller PRs so that we can review them quickly, or provide justification for its length.

Additional context
Add any other context or screenshots about the PR here.
image

add pnpm lockfile for those who prefer pnpm over npm
@chadgauth chadgauth changed the title fix UI message Fix error on messaging endpoint on UI Mar 15, 2024
@chadgauth chadgauth changed the title Fix error on messaging endpoint on UI fix: error on messaging endpoint on UI Mar 15, 2024
@cpacker cpacker added ChatUI Chat Interface API Related to MemGPT API labels Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Related to MemGPT API ChatUI Chat Interface
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

None yet

2 participants