@altairalabs/promptarena 1.5.0 → 1.5.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -98,7 +98,7 @@ npx @altairalabs/promptarena init
98
98
  - **Turn-Level**: `content_includes`, `content_matches`, `json_schema`, `jsonpath`, `llm_judge`, `tone`, `length`
99
99
  - **Conversation-Level**: `llm_judge_conversation`, `tools_not_called_with_args`, `max_tool_calls`
100
100
 
101
- See the [Assertions Guide](https://promptkit.altairalabs.ai/arena/tutorials/05-assertions/) for examples and best practices.
101
+ See the [Assertions Reference](https://promptkit.altairalabs.ai/arena/reference/assertions/) for examples and best practices.
102
102
 
103
103
  ### Documentation
104
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altairalabs/promptarena",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "type": "module",
5
5
  "description": "PromptKit Arena - Multi-turn conversation simulation and testing tool for LLM applications",
6
6
  "bin": {