llm-tool 0.5.2

Framework-agnostic Rust tool definitions for LLM agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
---
name: env_response
description: Response with env

env:
  - SERVICE_NAME = str

params:
  - result = str
  - count = int
---

[{{ SERVICE_NAME }}] Found {{ count }} results: {{ result }}