This repository contains resources on Function Signature Model, a novel approach to Function Calling for LLM.
It is a client-side approach that completely replaces native function calling with many additional benefits.
presentations
: contains the material used for public presentations at conferences or events,tutorial
: a collection of Jupyter notebooks to introduce FSM and illustrate the benefits over native function calling,visualizer
: a prototype application to visualizer FSM in practice.