call_logging
CallLog
Inherits from: BaseModel
set_call_log_save_path
set_call_log_save_path(path: Path)
get_call_logs
str]) -> List[CallLog] get_call_logs(model: Optional[
get_total_costs
str]) -> float get_total_costs(model: Optional[
get_total_input_tokens
str]) -> int get_total_input_tokens(model: Optional[
get_total_output_tokens
str]) -> int get_total_output_tokens(model: Optional[
get_total_tokens
str]) -> int get_total_tokens(model: Optional[
save_call_log
bool) save_call_log(path: Path, combine_with_existing:
load_call_log_file
-> List[CallLog] load_call_log_file(path: Optional[Path])