CtrlK
CommunityDocumentationLog inGet started
Tessl Logo

tessl/npm-fluidframework--container-loader

Fluid container loader providing core container loading functionality for the Fluid Framework

57%

Overall

Evaluation57%

0.98x

Agent success when using this tile

Overview
Eval results
Files

rubric.jsonevals/scenario-5/

{
  "context": "Evaluates how well the solution orchestrates on-demand summaries using @fluidframework/container-loader's summarizer helpers. Emphasis is on driving summary creation through the provided loader utilities, surfacing package-reported stages, and handling success or failure results as emitted by the helper.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Summarizer entrypoint",
      "description": "Initiates summarization via `loadSummarizerContainerAndMakeSummary` (or the equivalent exported helper) instead of re-implementing summarizer flows manually, wiring it with the provided loader and request URL.",
      "max_score": 40
    },
    {
      "name": "Loader props",
      "description": "Constructs and passes `ILoadSummarizerContainerProps` with resolver, document service factory, code loader, request, and relevant logger/options expected by `loadSummarizerContainerAndMakeSummary` from @fluidframework/container-loader.",
      "max_score": 25
    },
    {
      "name": "Stage reporting",
      "description": "Uses `SummaryStage` values from the package (e.g., via `OnDemandSummaryResults.summaryInfo.stage`) to populate progress callbacks and final stage data rather than inventing custom enums.",
      "max_score": 15
    },
    {
      "name": "Handle capture",
      "description": "Extracts the summary handle from `OnDemandSummaryResults.summaryInfo.handle` (or the success branch of `LoadSummarizerSummaryResult`) and returns it in the outcome.",
      "max_score": 10
    },
    {
      "name": "Failure surface",
      "description": "Inspects the failure branch of `LoadSummarizerSummaryResult` or the error info in `OnDemandSummaryResults` to populate failure messages and stage markers, not generic catch-all errors.",
      "max_score": 10
    }
  ]
}
tessl i tessl/npm-fluidframework--container-loader@2.60.0

tile.json