mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-16 09:48:04 +00:00
bump and hotfix (#1665)
This commit is contained in:
parent
e222ea4ee8
commit
8965a2f0af
@ -55,6 +55,10 @@ class ConversationalChatAgent(Agent):
|
|||||||
|
|
||||||
output_parser: BaseOutputParser
|
output_parser: BaseOutputParser
|
||||||
|
|
||||||
|
@property
|
||||||
|
def _agent_type(self) -> str:
|
||||||
|
raise NotImplementedError
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def observation_prefix(self) -> str:
|
def observation_prefix(self) -> str:
|
||||||
"""Prefix to append the observation with."""
|
"""Prefix to append the observation with."""
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain"
|
name = "langchain"
|
||||||
version = "0.0.110"
|
version = "0.0.111"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
authors = []
|
authors = []
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user