rust-genai 0.3.1

Rust SDK for the Google Gemini API and Vertex AI
Documentation
1
2
3
4
5
6
use rust_genai::computer_use::computer_use_function_declarations;

fn main() {
    let tools = computer_use_function_declarations();
    println!("computer use actions: {}", tools.len());
}