create_prompt(
cls,
system_message: SystemMessage | None = _NOT_SET,
extra_prompt_messages: list[BaseMessagePromptTemplate| Name | Type | Description |
|---|---|---|
system_message | SystemMessage | None | Default: _NOT_SET |
extra_prompt_messages | list[BaseMessagePromptTemplate] | None | Default: None |
Create prompt for this agent.
Message to use as the system message that will be the first in the prompt.
Prompt messages that will be placed between the system message and the new human input.