tool-calling

Installation
SKILL.md

Tool Calling

Pass a tools array of function definitions; the model may respond with tool_calls instead of (or alongside) text. Execute the named function and feed the result back as a tool message.

Python

import asyncio, json, os
from liter_llm import create_client
from liter_llm._internal_bindings import ChatCompletionRequest
Installs
1
GitHub Stars
27
First Seen
Aug 22, 2026
tool-calling — xberg-io/plugins