Docs.rs
  • llm_tools-0.2.0
    • llm_tools 0.2.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Wandalen
    • Dependencies
      • derive_tools ~0.33.0 normal
      • dotenv ^0.15 normal
      • error_tools ~0.20.0 normal
      • format_tools ~0.3.0 normal
      • former ~2.12.0 normal
      • mod_interface ~0.31.0 normal
      • openai-api-rs =5.0.14 normal
      • pth ~0.22.0 normal
      • reflect_tools ~0.4.0 normal
      • regex ^1.10.3 normal
      • serde ^1.0.213 normal
      • serde_with ^3.11.0 normal
      • serde_yaml ^0.9 normal
      • tokio ^1 normal
      • test_tools ~0.12.0 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate llm_tools

logo

llm_tools0.2.0

  • All Items

Sections

  • Module :: llm_tools

Crate Items

  • Modules
  • Structs
  • Traits
  • Functions

Crates

  • llm_tools

Crate llm_tools

Source
Expand description

§Module :: llm_tools

experimental rust-status docs.rs discord

NOT ready for production

Unified API for AI.

Modules§

client
Client of API.
debug
Client of API.
exposed
Exposed namespace of the module.
orphan
Orphan namespace of the module.
own
Own namespace of the module.
prelude
Prelude to use essentials: use my_module::prelude::*.
secret
Tool’s secrets.
ser
Serde-related exports.
util
Collection of utility functions for this crate.

Structs§

AssistantObject
AssistantObjectWrap
A wrapper for AssistantObject to make pretty print.
Client
FileDataWrap
A wrapper for FileData to make pretty print.
RunObjectWrap
A wrapper for RunObject to make pretty print.
Secret
Represents the application secrets loaded from environment variables.

Traits§

Fields
A trait for iterating over fields convertible to a specified type within an entity.
IteratorTrait
A trait for iterators that implement _IteratorTrait and Clone.
_IteratorTrait
A trait for iterators that are also ExactSizeIterator.

Functions§

client
Creates a new OpenAI API client using the secrets.

Results

Settings
Help
    trait
    llm_tools::IteratorTrait
    A trait for iterators that implement _IteratorTrait and …
    trait
    llm_tools::_IteratorTrait
    A trait for iterators that are also ExactSizeIterator.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.
    method
    llm_tools::AssistantObjectWrap::cells
    & -> <IteratorTrait>
    method
    llm_tools::FileDataWrap::cells
    & -> <IteratorTrait>
    method
    llm_tools::RunObjectWrap::cells
    & -> <IteratorTrait>
    trait method
    llm_tools::Fields::fields
    &Fields -> <IteratorTrait>
    Returns an iterator over fields of the specified type …
    method
    llm_tools::AssistantObjectWrap::fields
    &AssistantObjectWrap -> <IteratorTrait<Item=(&str, Option<Cow<str>>)>>
    method
    llm_tools::FileDataWrap::fields
    &FileDataWrap -> <IteratorTrait<Item=(&str, Option<Cow<str>>)>>
    method
    llm_tools::RunObjectWrap::fields
    &RunObjectWrap -> <IteratorTrait<Item=(&str, Option<Cow<str>>)>>