...(省略) (defcustom ellama-define-word-prompt-template "Define %s" "Prompt template for `ellama-define-word'." :group 'ellama :type 'string) ...(省略) (setq ellama-define-word-prompt-template "%s の定義を教えて") (setq ellama-summarize-prompt-template "Text:\n%s\n要約して") (setq ellama-code-review-prompt-template "以下のコードのレビューと改善案をだして:\n```\n%s\n```") (setq ellama-change-prompt-template "以下のテキストを「%s」と変更して、引用符なし
