Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Function refreshForecastsForWorkspace

    • Parameters

      • params: {
            scopes?: { id: string; type: "AGENT" | "WORKSPACE" | "NODE" }[];
            workspace: string;
        }

      Returns {
          generated: {
              scope: { id: string; type: "AGENT" | "WORKSPACE" | "NODE" };
              status: "INSUFFICIENT_EVIDENCE" | "OK";
          }[];
      }