bump and hotfix (#1665)

tool-patch
Harrison Chase 1 year ago committed by GitHub
parent e222ea4ee8
commit 8965a2f0af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,6 +55,10 @@ class ConversationalChatAgent(Agent):
output_parser: BaseOutputParser
@property
def _agent_type(self) -> str:
raise NotImplementedError
@property
def observation_prefix(self) -> str:
"""Prefix to append the observation with."""

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.0.110"
version = "0.0.111"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"

Loading…
Cancel
Save