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
6
7
use crate::tool_call_value_quote::ToolCallValueQuote;

#[derive(Clone, Debug, Eq, PartialEq)]
pub struct PairedQuoteShape {
    pub name_args_separator: String,
    pub value_quote: ToolCallValueQuote,
}