Skip to content

Commit cad1537

Browse files
committed
fix problem code
1 parent b3b0735 commit cad1537

File tree

1 file changed

+2
-1
lines changed
  • exercises/04.user/02.problem.user/src

1 file changed

+2
-1
lines changed

exercises/04.user/02.problem.user/src/tools.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ export async function initializeTools(agent: EpicMeMCP) {
3333
},
3434
async () => {
3535
const user = 'TODO...' // 🐨 get the user from await agent.requireUser()
36+
const structuredContent = { user }
3637
return {
37-
structuredContent: { user },
38+
structuredContent,
3839
content: [createText(structuredContent)],
3940
}
4041
},

0 commit comments

Comments
 (0)