@emseepea/create-api-backed-server 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,6 +12,8 @@ test("searches once and remembers the common name for a follow-up", async (t) =>
12
12
  server: new URL("../test-support/llm-server.mjs", import.meta.url),
13
13
  });
14
14
 
15
+ // The judged search covers the backend result's domain meaning. The exact
16
+ // no-call follow-up adds memory coverage without paying for a second judge.
15
17
  const search = await chat.send(
16
18
  'Search the public taxon catalogue for "pea". ' +
17
19
  "Which species has more recorded observations, how many does it have, " +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emseepea/create-api-backed-server",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Create an Em See Pea server backed by a public web API.",
5
5
  "license": "MIT",
6
6
  "type": "module",