llama-cpp-bindings-types 0.7.0

Shared value types for llama-cpp-bindings, free of llama.cpp/FFI dependencies
Documentation
1
2
3
4
5
#[derive(Clone, Debug, Eq, PartialEq)]
pub struct JsonObjectShape {
    pub name_field: String,
    pub arguments_field: String,
}