We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa812bd commit 2a6e164Copy full SHA for 2a6e164
README.md
@@ -112,7 +112,7 @@ public IEnumerable<AIFunction> GetAIFunctions()
112
SerializerOptions = jsonSerializerOptions
113
};
114
115
- yield return AIFunctionFactory.Create(GetProjects, factoryOptions);
+ yield return AIFunctionFactory.Create(GetDiagnostics, factoryOptions);
116
}
117
118
[Description("Get error diagnostics of the target project.")]
0 commit comments