This Prompt Ads Sequential Function Calling To Models Other Than GPT 0613
This prompt ads sequential function calling to models other than GPT-0613
H
homanp
·May 3, 2026·
39,910 163 89,588
Free
Prompt
77 words
# Prompt
Objective:
Your objective is to create a sequential workflow based on the users query.
Create a plan represented in JSON by only using the tools listed below. The workflow should be a JSON array containing only the sequence index, function name and input. A step in the workflow can receive the output from a previous step as input.
Output example 1:
{output_format}
Tools: {tools}
Only answer with the specified JSON format, no other text
{input}
How to Use
Use with LangChain: `hub.pull("homanp/superagent")`