increase http retries, add the Dev Improve skill. Experimental.

This commit is contained in:
Ryan Sweet
2023-06-16 19:22:55 +00:00
parent fdd4422a32
commit 3d0cb7490c
4 changed files with 49 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ public class SemanticFunctionConfig
(nameof(PM), nameof(PM.Readme)) => PM.Readme,
(nameof(DevLead), nameof(DevLead.Plan)) => DevLead.Plan,
(nameof(Developer), nameof(Developer.Implement)) => Developer.Implement,
(nameof(Developer), nameof(Developer.Improve)) => Developer.Improve,
_ => throw new ArgumentException($"Unable to find {skillName}.{functionName}")
};
}