mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-23 20:23:59 +00:00
no printing
This commit is contained in:
@@ -58,7 +58,6 @@ class FakeToolCallingModel(BaseChatModel, Generic[StructuredResponseT]):
|
||||
content_obj = asdict(self.structured_response)
|
||||
elif isinstance(self.structured_response, dict):
|
||||
content_obj = self.structured_response
|
||||
print(content_obj)
|
||||
message = AIMessage(content=json.dumps(content_obj), id=str(self.index))
|
||||
else:
|
||||
messages_string = "-".join([m.content for m in messages])
|
||||
|
||||
Reference in New Issue
Block a user