mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 05:52:15 +00:00
core[patch]: simple prompt pretty printing (#15968)
This commit is contained in:
@@ -101,3 +101,6 @@ class AutoGPTPrompt(BaseChatPromptTemplate, BaseModel): # type: ignore[misc]
|
||||
messages += historical_messages
|
||||
messages.append(input_message)
|
||||
return messages
|
||||
|
||||
def pretty_repr(self, html: bool = False) -> str:
|
||||
raise NotImplementedError
|
||||
|
Reference in New Issue
Block a user