tool-parser 0.0.1

Tool/function call parser for LLM outputs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tool-parser"
version = "0.0.1"
edition = "2021"
description = "Tool/function call parser for LLM outputs"
license = "Apache-2.0"
repository = "https://github.com/shepherd-ai/shepherd"
readme = "README.md"
keywords = ["llm", "inference", "ml", "ai"]
categories = ["development-tools"]

[dependencies]