managarten/apps/quotes/packages/content
Till JS 3be4612f04 fix(mana-llm): google-genai v1.73 keyword-only Part.from_text()
google-genai >=1.70 changed Part.from_text() from positional to
keyword-only argument. The production container installed v1.73.1
and crashed on startup with "Part.from_text() takes 1 positional
argument but 2 were given".

Fix: Part.from_text(msg.content) → Part.from_text(text=msg.content)

Tested live: curl https://llm.mana.how/v1/chat/completions with
model=google/gemini-2.5-flash returns correct response.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 12:47:23 +02:00
..
dist fix(mana-llm): google-genai v1.73 keyword-only Part.from_text() 2026-04-16 12:47:23 +02:00
src refactor: rename zitare -> quotes (Zitate) 2026-04-14 20:59:16 +02:00
package.json refactor: rename zitare -> quotes (Zitate) 2026-04-14 20:59:16 +02:00
tsconfig.json refactor: rename zitare -> quotes (Zitate) 2026-04-14 20:59:16 +02:00
tsup.config.ts refactor: rename zitare -> quotes (Zitate) 2026-04-14 20:59:16 +02:00