Docs.rs
ai-agents-0.2.3
ai-agents 0.2.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
geminik23
Dependencies
ai-agent-macro ^0.1
normal
async-trait ^0.1
normal
env_logger ^0.11
normal
log ^0.4
normal
serde ^1.0
normal
serde_json ^1.0
normal
sllm-rs ^0.1
normal
smol ^2.0
normal
thiserror ^1.0
normal
dotenv ^0.15
dev
env_logger ^0.11
dev
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
ai_
agents
0.2.3
Message
Builder
Required Methods
build
Implementors
In ai_
agents::
prelude
ai_agents
::
prelude
Trait
MessageBuilder
Copy item path
Source
pub trait MessageBuilder { // Required method fn
build
(&mut self) ->
String
; }
Required Methods
§
Source
fn
build
(&mut self) ->
String
Implementors
§
Source
§
impl
MessageBuilder
for
PromptMessage
Source
§
impl<T>
MessageBuilder
for
PromptMessageBuilder
<T>
where T:
IntoIterator
, <T as
IntoIterator
>::
Item
:
MessageBuilder
,