Skip to content

10 Tools

Introduction

  • Tools can help customizing the behavior of the LLM.
  • Tools provide additional context to the LLM.
  • For example, If you need to define the ticket price for a location or selling price of a product, which the LLM is not aware, the tooling concept can be used to define it.

References

https://github.com/gobeecode/flyr-ai/blob/main/main.py - Refer this file to understand how tooling works with LLM.