Table of Contents

Method Resolve

Namespace
Qavren.Edge.Chat
Assembly
Qavren.Edge.Chat.Onnx.dll

Resolve(ChatBudgetRequest, ChatMemoryBudgetOptions)

Applies spec section 9.3's rules, in the order they apply.

public static ChatMemoryDecision Resolve(ChatBudgetRequest request, ChatMemoryBudgetOptions options)

Parameters

request ChatBudgetRequest

The preset, its geometry, the requested context and the two readings.

options ChatMemoryBudgetOptions

The budget's constants.

Returns

ChatMemoryDecision

The verdict, the context to run at, and every term that was read.

Exceptions

ArgumentNullException

options is null.