| Name | Type | Description |
|---|---|---|
tools* | Sequence[BaseTool] | List of tools the agent will have access to, used to format the prompt. |
prefix | str | Default: PREFIXString to put before the list of tools. |
suffix | str | Default: SUFFIXString to put after the list of tools. |
format_instructions | str | Default: FORMAT_INSTRUCTIONS |
ai_prefix | str | Default: 'AI' |
human_prefix | str | Default: 'Human' |
input_variables | list[str] | None | Default: None |
Create prompt in the style of the zero-shot agent.
Instructions on how to use the tools.
String to use before AI output.
String to use before human output.
List of input variables the final prompt will expect.
Defaults to ["input", "chat_history", "agent_scratchpad"].