langchain
82f28ca9
- `ChatPromptTemplate` is not an `ABC`, it's instantiated directly. (#9468)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
`ChatPromptTemplate` is not an `ABC`, it's instantiated directly. (#9468) Its own `__add__` method constructs `ChatPromptTemplate` objects directly, it cannot be abstract. Found while debugging something else with @nfcampos.
References
#9468 - `ChatPromptTemplate` is not an `ABC`, it's instantiated directly.
Author
obi1kenobi
Parents
82fb56b7
Loading