Relative Content

Tag Archive for pdflanggraph

PDF File as tool

I am developing an agent with Langgraph and I would like to use a specific pdf file as a base for my agent. However, when I am defining my code as a tool I am getting an error.
I am first reading the pdf file as a string which is then passed into the tool definition.

Langgraph – PDF File as tool

I am developing an agent with Langgraph and I would like to use a specific pdf file as a base for my agent. However, when I am defining my code as a tool I am getting an error.
I am first reading the pdf file as a string which is then passed into the tool definition.