Action Chaining

In the video going over the prompt chaining and action chaining…the CEO talks about creating a more Meta tool that calls the other tools. I’m trying to structure that but am only able to connect my pickaxe to one other pickaxe. Is there a way to connect more pickaxes to a central one that can handle all the functions I’ve built out?

I think I need the same thing:

  • Pickaxe 1 asks user to upload 3 contracts
  • User then offered a menu of 3 choices, each a separate pickaxe making use of the same uploaded documents
  • Then return to main pickaxe to select another choice
  • All one long convo in Claude, based on the initial uploads, but doing different things with these contracts

You could easily explain in your prompt three different scenarios and which chained prompt to call in each one. You will not be able to send entire documents through to a chained prompt though. You will be able to send through an AI-generated distillation of the document perhaps (like summarize this document) but you will not be able to pass through the entire document if that makes snse.