diff --git a/hybridagi/interpreter/base.py b/hybridagi/interpreter/base.py index 320e47e..33b0577 100755 --- a/hybridagi/interpreter/base.py +++ b/hybridagi/interpreter/base.py @@ -33,7 +33,8 @@ """{context} Action Purpose: {purpose} Action: {tool} -Action Input: {prompt}""" +Action Input Prompt: {prompt} +Action Input:""" TOOL_INPUT_PROMPT = PromptTemplate( input_variables = ["context", "purpose", "tool", "prompt"],