Docs.rs
letta-0.1.2
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
letta 0.1.2
A robust Rust client for the Letta REST API
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
python_malformed_docstring.py
python_no_args_section.py
python_no_docstring.py
README.md
schema_missing_name.json
schema_missing_parameters.json
schema_missing_properties.json
schema_missing_type.json
schema_property_no_description.json
schema_property_no_type.json
valid_tool.py
valid_tool_schema.json
1
2
def
process_text
(
text
:
str
)
->
str
:
return
text
.
upper
(
)