mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
remove unused buffer (#919)
This commit is contained in:
parent
cc20b9425e
commit
2584663e44
@ -27,7 +27,6 @@ class ConversationChain(LLMChain, BaseModel):
|
|||||||
|
|
||||||
input_key: str = "input" #: :meta private:
|
input_key: str = "input" #: :meta private:
|
||||||
output_key: str = "response" #: :meta private:
|
output_key: str = "response" #: :meta private:
|
||||||
buffer: str = "" #: :meta private:
|
|
||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
"""Configuration for this pydantic object."""
|
"""Configuration for this pydantic object."""
|
||||||
|
Loading…
Reference in New Issue
Block a user