Skip to content

Commit

Permalink
Enhance action prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
YoanSallami committed Oct 11, 2023
1 parent 358fcd1 commit 127caf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hybridagi/interpreter/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 127caf1

Please sign in to comment.