Member Junction
    Preparing search index...

    The decision returned by TurnTakingPolicy.EvaluateTurn.

    interface TurnDecision {
        Action: BridgeTurnAction;
        Reason: string;
    }
    Index

    Properties

    Properties

    What the agent should do.

    Reason: string

    A short, human-readable explanation of why — useful for observability and tests.