chore: bump cogito (#8568)

Adapt to new API and drop call to Ask()

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2026-02-14 22:52:22 +01:00
committed by GitHub
parent 94df096fb9
commit 1c4e5aa5c0
6 changed files with 5 additions and 68 deletions

View File

@@ -146,7 +146,7 @@ func getRealReadme(ctx context.Context, repository string) (string, error) {
return "", err
}
content := newFragment.LastMessage().Content
content := result.LastMessage().Content
return cleanTextContent(content), nil
}