bump and hotfix (#1665)

This commit is contained in:
Harrison Chase 2023-03-14 11:12:53 -07:00 committed by GitHub
parent e222ea4ee8
commit 8965a2f0af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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."""

View File

@ -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"