Property RequestIndex
- Namespace
- LMKit.TextGeneration.Filters
- Assembly
- LM-Kit.NET.dll
RequestIndex
Gets the zero-based index of the current LLM request cycle in the tool-calling loop.
public int RequestIndex { get; }
Property Value
Remarks
Starts at 0 for the first LLM request and increments each time the model receives tool results and produces another request.