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

    Service that provides recommended chat agents to be displayed in the welcome screen. This allows different Theia-based products to customize which agents are shown as quick actions.

    interface ChatAgentRecommendationService {
        getRecommendedAgents(): RecommendedAgent[];
    }

    Implemented by

    Index

    Methods