llm-tool 0.9.0

Framework-agnostic Rust tool definitions for LLM agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
name: env_plus_params
description: Template with both env and params

env:
  - DEPLOYMENT_ENV = str

params:
  - version = str
---

Version {{ version }} running in {{ DEPLOYMENT_ENV }}.