telexed ~ c / d91d3846-04bradar:40 · otherLIVE
← back
NO.
#d91d3846
Topic
OTHER
Source
Simon Willison
Published
2026-05-19 20:28:16
Importance
★ 4/10 — radar 40

`datasette-llm` `0.1a8` fixes response-chain context collection

Prompt context now captures full response chains. Small fix, but useful if you build LLM workflows on Datasette hooks.

[ KEY POINTS ]
  1. llm_prompt_context() no longer drops parts of chained responses; context passed to prompts becomes more complete.
  2. The release is a bug fix only, not a new workflow or model feature. Upgrade if this hook is in your path.
  3. Scope is narrow: it matters for Datasette-based LLM apps, but has little impact outside that stack.
Originalsimonwillison.net/2026/May/19/datasette-llm/#atom-everythingRead original →

// related