langchain
82f28ca9 - `ChatPromptTemplate` is not an `ABC`, it's instantiated directly. (#9468)

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.
Author
Parents
Loading