Interface AvailabilityChangedEvent

Event emitted when an LLM's availability changes.

interface AvailabilityChangedEvent {
    available: boolean;
    llm: llm.LLM;
}

Properties

Properties

available: boolean
llm: llm.LLM