Docs.rs
tinyagent_macros-0.1.0
tinyagent_macros 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
tunahorse
Dependencies
proc-macro2 ^1.0
normal
quote ^1.0
normal
schemars ^0.8
normal
serde_json ^1.0
normal
syn ^2.0
normal
Versions
33.33%
of the crate is documented
Platform
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
Crate tinyagent_macros
tinyagent_
macros
0.1.0
All Items
Crate Items
Macros
Attribute Macros
Crate
tinyagent_
macros
Copy item path
Source
Macros
§
tool
Defines the
tool!
macro for declaring tools. Generates a
Tool
impl with JSON Schema from
params
and wires an async closure as the executor.
Attribute Macros
§
completion_
schema