start_session
Method
This is a method of the ThinkingTracker class in the thinking module.Start a new thinking session. # Arguments *
budget_tokens - Token budget for this session * budget_time - Optional time budget * complexity - Task complexity (0.0 to 1.0) # Returns Index of the new session
Signature
Parameters
usize
required
No description available.
Option<f64>
required
No description available.
f64
required
No description available.
Returns
usize
The result of the operation.

