Conversation
Owner
Author
|
Human as a Service で人間にチェックさせたい。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
Issue #24 の対応として、LLMのプロンプトをカスタマイズできる機能を実装しました。
また、GitHub Workflowsの設定ファイルを削除しました。
実装内容
• プロンプトテンプレートのスキーマ定義を追加
• プロンプト変数の定義と置換機能を実装
• 設定ファイルでのプロンプト管理機能を追加
• プロンプトのバリデーション機能を実装
• OllamaFilterとOpenRouterFilterをカスタマイズ可能なプロンプトに対応
• GitHub Workflowsの設定ファイルをすべて削除
変更点
• : プロンプトテンプレートのスキーマを追加
• : プロンプト処理用のユーティリティ関数を実装
• : カスタマイズ可能なプロンプトを使用するように更新
• : カスタマイズ可能なプロンプトを使用するように更新
• : ProxyContextにプロンプト変数用のプロパティを追加
• : GitHub Workflowsの設定ファイル(cd.yml, ci.yml, code-quality.yml)を削除
期待される効果
• フィルタリングの精度向上
• ユースケースに応じたプロンプトのカスタマイズが可能に
• プロンプトの再利用性向上
• CIプロセスの見直しと再構築の準備
関連Issue
Closes #24