Kiran Prakash

Kiran Prakash

Programmer. Principal Engineer at ThoughtWorks.

  • Articles
  • Talks
  • About me
  • telegram
  • twitter
  • github
  • linkedin
  • rss
© All rights reserved.

Large Language Models

May 2025AI

Function calling using LLMs

While LLMs excel at generating cogent text based on their training data, they may also need to interact with external systems. Function calling allows them to construct such calls. The LLM does not execute these calls directly, instead it creates a data structure that describes the call, passing that to a separate program for execution and further processing.

Read
← PREV
→ NEXT