File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
exercises/01.advanced-tools/02.problem.structured/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ export async function initializeTools(agent: EpicMeMCP) {
330
330
openWorldHint : false ,
331
331
} satisfies ToolAnnotations ,
332
332
inputSchema : entryTagIdSchema ,
333
- // 🐨 add an outputSchema here with a tag that is a tagSchema and an entry that is an entrySchema
333
+ // 🐨 add an outputSchema here with a success boolean and a tagEntry that is an entryTagSchema
334
334
} ,
335
335
async ( { entryId, tagId } ) => {
336
336
const tag = await agent . db . getTag ( tagId )
@@ -382,7 +382,7 @@ export async function initializeTools(agent: EpicMeMCP) {
382
382
'If set to > 0, use mock mode and this is the mock wait time in milliseconds' ,
383
383
) ,
384
384
} ,
385
- // 🐨 add an outputSchema here with a video that is a videoSchema
385
+ // 🐨 add an outputSchema here with a video that includes videoUri (you're on your own here!)
386
386
} ,
387
387
async ( { year = new Date ( ) . getFullYear ( ) , mockTime } ) => {
388
388
const entries = await agent . db . getEntries ( )
You can’t perform that action at this time.
0 commit comments