fixups and workarounds llm want to output tags

This commit is contained in:
mudler
2024-04-17 19:54:26 +02:00
parent c0773f03f8
commit 2cba2eafe6
3 changed files with 10 additions and 4 deletions

View File

@@ -48,6 +48,7 @@ func (g *GithubIssueSearch) Run(ctx context.Context, params action.ActionParams)
})
if err != nil {
resultString = fmt.Sprintf("Error listing issues: %v", err)
return resultString, err
}
for _, i := range issues.Issues {
slog.Info("Issue found:", i.GetTitle())