Skip to content

Commit

Permalink
3,8兼容代码
Browse files Browse the repository at this point in the history
  • Loading branch information
glide-the committed Jul 16, 2024
1 parent fd63931 commit b6e6463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain_glm/agents/output_parsers/drawing_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def _paser_drawing_tool_chunk_input(
drawing_tool_chunk: List[
Union[AllToolsMessageToolCall, AllToolsMessageToolCallChunk]
],
) -> deque[DrawingToolAgentAction]:
) -> Deque[DrawingToolAgentAction]:
try:
input_log_chunk = []

Expand Down

0 comments on commit b6e6463

Please sign in to comment.