We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b0735 commit cad1537Copy full SHA for cad1537
exercises/04.user/02.problem.user/src/tools.ts
@@ -33,8 +33,9 @@ export async function initializeTools(agent: EpicMeMCP) {
33
},
34
async () => {
35
const user = 'TODO...' // 🐨 get the user from await agent.requireUser()
36
+ const structuredContent = { user }
37
return {
- structuredContent: { user },
38
+ structuredContent,
39
content: [createText(structuredContent)],
40
}
41
0 commit comments