4 lines
709 B
TypeScript
4 lines
709 B
TypeScript
|
export declare const PREFIX = "Answer the following questions as best you can. You have access to the following tools:";
|
||
|
export declare const FORMAT_INSTRUCTIONS = "Use the following format in your response:\n\nQuestion: the input question you must answer\nThought: you should always think about what to do\nAction: the action to take, should be one of [{tool_names}]\nAction Input: the input to the action\nObservation: the result of the action\n... (this Thought/Action/Action Input/Observation can repeat N times)\nThought: I now know the final answer\nFinal Answer: the final answer to the original input question";
|
||
|
export declare const SUFFIX = "Begin!\n\nQuestion: {input}\nThought:{agent_scratchpad}";
|