thaipass 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -727,7 +727,7 @@ const parseAipassSSE = async function* parseAipassSSE(body, skips) {
727
727
  case "tool-output-error":
728
728
  yield {
729
729
  kind: "error",
730
- message: `AI Pass ${event.toolName ?? "tool"} failed: ${event.errorText ?? "no detail"}`
730
+ message: `upstream failed on ${event.toolName ?? "a tool"}: ${event.errorText ?? "no detail"}`
731
731
  };
732
732
  break;
733
733
  default: yield {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thaipass",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "AI SDK provider for AI Pass, using your own session cookie.",
5
5
  "keywords": [
6
6
  "ai-sdk",