Interface NlSelfCorrectionExperimental

Structured retry payload sent back to the model on a failed attempt.

interface NlSelfCorrection {
    issues: readonly NlPlanIssue[];
    previousToolCalls: readonly NlCompletionToolCall[];
}

Properties

issues: readonly NlPlanIssue[]
previousToolCalls: readonly NlCompletionToolCall[]