Skip to main content

end_session

Method
This is a method of the ThinkingTracker class in the thinking module.
End a thinking session. # Arguments * session_idx - Index of the session to end * tokens_used - Actual tokens used * time_seconds - Actual time taken

Signature

def end_session(&mut self, session_idx: usize, tokens_used: usize, time_seconds: f64) -> ()

Parameters

session_idx
usize
required
No description available.
tokens_used
usize
required
No description available.
time_seconds
f64
required
No description available.

Returns

Returns
()
The result of the operation.