Skip to content

Commit 2a6e164

Browse files
authored
Update README.md
1 parent fa812bd commit 2a6e164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public IEnumerable<AIFunction> GetAIFunctions()
112112
SerializerOptions = jsonSerializerOptions
113113
};
114114

115-
yield return AIFunctionFactory.Create(GetProjects, factoryOptions);
115+
yield return AIFunctionFactory.Create(GetDiagnostics, factoryOptions);
116116
}
117117

118118
[Description("Get error diagnostics of the target project.")]

0 commit comments

Comments
 (0)