HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //usr/local/lib/python3.10/dist-packages/langchain/agents/chat/__pycache__/prompt.cpython-310.pyc
o

���g��@sdZdZdZdZdS)zWAnswer the following questions as best you can. You have access to the following tools:aCThe way you use the tools is by specifying a json blob.
Specifically, this json should have a `action` key (with the name of the tool to use) and a `action_input` key (with the input to the tool going here).

The only values that should be in the "action" field are: {tool_names}

The $JSON_BLOB should only contain a SINGLE action, do NOT return a list of multiple actions. Here is an example of a valid $JSON_BLOB:

```
{{{{
  "action": $TOOL_NAME,
  "action_input": $INPUT
}}}}
```

ALWAYS use the following format:

Question: the input question you must answer
Thought: you should always think about what to do
Action:
```
$JSON_BLOB
```
Observation: the result of the action
... (this Thought/Action/Observation can repeat N times)
Thought: I now know the final answer
Final Answer: the final answer to the original input questionzRBegin! Reminder to always use the exact characters `Final Answer` when responding.z{input}

{agent_scratchpad}N)�SYSTEM_MESSAGE_PREFIX�FORMAT_INSTRUCTIONS�SYSTEM_MESSAGE_SUFFIX�
HUMAN_MESSAGE�rr�G/usr/local/lib/python3.10/dist-packages/langchain/agents/chat/prompt.py�<module>s