deadpipe 3.0.0 → 3.0.1
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.
- package/README.md +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Deadpipe Node.js SDK
|
|
2
2
|
|
|
3
|
-
LLM observability that answers one question: **"Is this prompt behaving
|
|
3
|
+
LLM observability that answers one question: **"Is this prompt still behaving safely?"**
|
|
4
4
|
|
|
5
5
|
**Supports:** OpenAI, Anthropic, Google AI (Gemini), Mistral, Cohere
|
|
6
6
|
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "deadpipe",
|
|
3
|
-
"version": "3.0.
|
|
4
|
-
"description": "LLM observability that answers: Is this prompt behaving
|
|
3
|
+
"version": "3.0.1",
|
|
4
|
+
"description": "LLM observability that answers: Is this prompt still behaving safely?",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"llm",
|
|
7
7
|
"openai",
|