Property MaxExtractionCompletionTokens
MaxExtractionCompletionTokens
Gets or sets the maximum number of completion tokens for the extraction LLM call.
public int MaxExtractionCompletionTokens { get; set; }
Property Value
- int
Default is 512. Increase if extracted memories are being truncated.