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: remove problematic redundant uuid conversion and add api input param validations to api server #2051

Merged
Prev Previous commit
Next Next commit
style: use object property shorthand for roomId
jonathanykh committed Jan 11, 2025
commit 8588fb75cec522f6428fe87dcbbcf858d931b9f1
2 changes: 1 addition & 1 deletion packages/client-direct/src/api.ts
Original file line number Diff line number Diff line change
@@ -195,7 +195,7 @@ export function createApiRouter(

try {
const memories = await runtime.messageManager.getMemories({
roomId: roomId,
roomId,
});
const response = {
agentId,
2,220 changes: 1,196 additions & 1,024 deletions pnpm-lock.yaml

Large diffs are not rendered by default.