← all papers · overview

Asynchronous LLM Function Calling

Abstract

Large language models (LLMs) use function calls to interface with external tools and data source. However, the current approach to LLM function calling is inherently synchronous, where each call blocks LLM inference, limiting LLM operation and concurrent function execution. In this work, we propose AsyncLM, a system for asynchronous LLM function calling. AsyncLM improves LLM's operational efficien

Related papers

Ranked by semantic similarity — how closely each paper's abstract matches this one (100% = near-identical topic).