Skip to content

Commit 85ff50b

Browse files
authored
Merge pull request #185 from SchrodingersCattt/feat/add-doc-parser
chore: fix import error
2 parents bfab90a + a2b1dcc commit 85ff50b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • agents/matmaster_agent/document_parser_agent

agents/matmaster_agent/document_parser_agent/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
DocumentParserAgentDescription,
2929
DocumentParserAgentInstruction,
3030
)
31-
from .callback import validate_document_url, document_parser_before_tool, document_parser_after_tool
31+
from .callback import validate_document_url
3232

3333

3434
sse_params = SseServerParams(url=DocumentParserServerUrl)

0 commit comments

Comments
 (0)