Theia API Documentation v1.71.0
    Preparing search index...

    Declares a model's reasoning capabilities. When unset, the chat UI hides the reasoning selector and providers ignore the reasoning field on requests.

    interface ReasoningSupport {
        defaultLevel?: ReasoningLevel;
        supportedLevels: readonly ReasoningLevel[];
    }
    Index

    Properties

    defaultLevel?: ReasoningLevel
    supportedLevels: readonly ReasoningLevel[]