spets 0.1.94 → 0.1.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4962,12 +4962,7 @@ async function githubCommand(options) {
|
|
|
4962
4962
|
} else if (phaseResponse.phase === "knowledge") {
|
|
4963
4963
|
const knowledgeResp = phaseResponse;
|
|
4964
4964
|
console.log("Extracting knowledge from workflow...\n");
|
|
4965
|
-
const result = await stepExecutor.executeKnowledgePhase(knowledgeResp
|
|
4966
|
-
taskId: knowledgeResp.taskId,
|
|
4967
|
-
description: knowledgeResp.description,
|
|
4968
|
-
stepIndex: 0,
|
|
4969
|
-
totalSteps: 0
|
|
4970
|
-
});
|
|
4965
|
+
const result = await stepExecutor.executeKnowledgePhase(knowledgeResp);
|
|
4971
4966
|
if (result.knowledgeOutput) {
|
|
4972
4967
|
response = orchestrator.cmdKnowledgeExtractDone(taskId, result.knowledgeOutput);
|
|
4973
4968
|
} else {
|