Docs.rs
llm-worker-0.2.0
llm-worker 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
HareK02
Dependencies
async-trait ^0.1
normal
eventsource-stream ^0.2
normal
futures ^0.3
normal
llm-worker-macros ^0.2
normal
reqwest ^0.13.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
tokio ^1.49
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
clap ^4.5
dev
dotenv ^0.15
dev
schemars ^1.2
dev
tempfile ^3.24
dev
tracing-subscriber ^0.3
dev
Versions
78.07%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module tool
llm_
worker
0.2.0
Module tool
Module Items
Structs
Enums
Traits
Type Aliases
In crate llm_
worker
llm_worker
Module
tool
Copy item path
Source
Expand description
ツール定義
LLMから呼び出し可能なツールを定義するためのトレイト。 通常は
#[tool]
マクロを使用して自動実装します。
Structs
§
Tool
Meta
ツールのメタ情報(登録時に固定、不変)
Enums
§
Tool
Error
ツール実行時のエラー
Traits
§
Tool
LLMから呼び出し可能なツールを定義するトレイト
Type Aliases
§
Tool
Definition
ツール定義ファクトリ