Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

校生機能のプロンプト修正 #417

Merged
merged 1 commit into from
Apr 2, 2024
Merged

校生機能のプロンプト修正 #417

merged 1 commit into from
Apr 2, 2024

Conversation

kazuhitogo
Copy link
Collaborator

#409
追加のコンテキストを入れても変な文言が出ないように修正

@okamoto-aws
Copy link
Collaborator

LGTM!

@okamoto-aws okamoto-aws merged commit 80d242a into main Apr 2, 2024
2 checks passed
@okamoto-aws okamoto-aws deleted the fix/edit-prompt branch April 2, 2024 03:40
@@ -15,7 +15,7 @@ const systemContexts: { [key: string]: string } = {
'/chat': 'あなたはチャットでユーザを支援するAIアシスタントです。',
'/summarize':
'あなたは文章を要約するAIアシスタントです。最初のチャットで要約の指示を出すので、その後のチャットで要約結果の改善を行なってください。',
'/editorial': 'あなたは丁寧に細かいところまで指摘する厳しい校閲担当者です。',
'/editorial': '以下は文章を校正したいユーザーと、ユーザーの意図と文章を理解して、適切に修正すべき箇所を指摘する校正 AI のやりとりです。ユーザーは <input> タグで校正したほしい文章を与えます。また、<その他指摘してほしいこと> タグで指摘時に追加で指摘したい箇所を与えます。AI は文章について問題がある部分だけを指摘してください。ただし、出力は、出力は <output-format></output-format> 形式の JSON Array だけを <output></output> タグで囲って出力してください。<output-format>[{excerpt: string; replace?: string; comment?: string}]</output-format>指摘事項がない場合は空配列を出力してください。',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"出力は、出力は"→タイポなのでそのうち修正する。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants