Gen-AI Developer Classroom notes 04/Apr/2026

Tools contd

  • A tool in langchain is a simple python function with decent documentation (docstring)
  • Refer Here for offical docs
  • langchain has a tool decorator
@tool
def <tool_name>(args):
    """Docstring
    """
    ....
    ....

Langchain offers some tools with third party functionality

  • Refer Here for different tools and toolkits already availble

Lets try searching internet

I find a stock value

By continuous learner

enthusiastic technology learner

Leave a Reply

Discover more from Direct AI Powered By Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading