llm-tool 0.4.2

Framework-agnostic Rust tool definitions for LLM agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
name: parameterized_desc
description: Template with compile-time params
types:
  - ApiContext = struct(api_version = str, env_name = str)

allow_unused: true
params:
  - context = ApiContext
---

Fetch weather data using API {{ context.api_version }} in {{ context.env_name }} environment.