| 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 |
input_variables | list[str] | None | Default: None |
Create prompt in the style of the zero shot agent.
Instructions on how to use the tools.
List of input variables the final prompt will expect.