Anthropic ClaudeLLM・AI開発⭐ リポ 7品質スコア 64/100
promptfoo
Promptfooは、LLM(大規模言語モデル)の出力をテストし、比較するための評価フレームワークです。eval(評価)の設定を記述する場合、テストケースを作成する場合、eval実行のデバッグを行う場合、またはアサーション(検証条件)を使用する場合に使用できます。
description の原文を見る
Promptfoo evaluation framework for testing and comparing LLM outputs. Use when writing eval configs, creating test cases, debugging eval runs, or working with assertions.
SKILL.md 本文
注意: このスキルのライセンスは ライセンス未確認 です。本サイトでは本文プレビューのみを表示しています。利用前に GitHub の原本でライセンス条件をご確認ください。
Promptfoo
PromptfooはLLM出力をテストして比較するためのCLIツールです。
設定ファイル
CLIは現在のディレクトリにあるpromptfooconfig.yamlを自動検出します。他の場所のファイルを使用する場合は-c pathを使用してください。
サポートされている拡張子: .yaml, .json, .js
設定
# yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
description: "このエバリューションがテストする内容"
prompts:
- file://prompt.txt
- |
{{variable}}の置換を含むインラインプロンプト
providers:
- anthropic:messages:claude-sonnet-4-5-20250929
defaultTest:
options:
provider:
config:
temperature: 0.0
max_tokens: 4096
tests:
- description:
...
詳細情報
- 作者
- majiayu000
- ライセンス
- 不明
- 最終更新
- 2026/5/9
Source: https://github.com/majiayu000/claude-skill-registry-data / ライセンス: 未指定