Skip to content

Commit 99af46a

Browse files
committed
fix: Add todo
1 parent 7f7969d commit 99af46a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/actor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ EXAMPLES:
419419
return buildMCPResponse([`Actor information for '${baseActorName}' was not found. Please check the Actor ID or name and ensure the Actor exists.`]);
420420
}
421421
const content = [
422+
// TODO: update result to say: this is result of info step, you must now call again with step=call and proper input
422423
{ type: 'text', text: `**Input Schema:**\n${JSON.stringify(details.inputSchema, null, 0)}` },
423424
];
424425
/**

0 commit comments

Comments
 (0)