@altairalabs/promptarena 1.5.1 → 1.5.3
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/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
|
|
101
|
+
See the [Assertions Reference](https://promptkit.altairalabs.ai/arena/reference/assertions/) for examples and best practices.
|
|
102
102
|
|
|
103
103
|
### Documentation
|
|
104
104
|
|