Skip to content

v4.1.7 Release

Choose a tag to compare

@shipwebdotjp shipwebdotjp released this 15 May 12:39
· 149 commits to master since this release

Changed

  • プレースホルダーの置換処理をTwigを使用するように変更。これによりTwigに用意されているタグやフィルタを使用できるようになりました。(PHP8.1以上が必要)
  • The replacement process of action chains has been changed to use Twig. This allows you to use the tags and filters provided by Twig. (PHP 8.1 or higher is required)
  • OpenAI APIエンドポイントを設定可能に変更(これにより、OpenAI APIと互換性のあるAPIを使用することが可能になりました。)
  • OpenAI API endpoint can now be set. (This allows you to use APIs compatible with OpenAI API.)
  • AI応答の使用モデルをリストから自由入力に変更(これにより、任意のモデルが使用可能になりました。)
  • The model used for AI responses has been changed from a list to free input. (This allows any model to be used.)
  • AI応答のシステムプロンプトにTwigを使ったプレースホルダーを使用できるようになりました。
  • 画像を送信した後に、テキストを送信することで、その画像をAIチャットに入力して画像について質問などができるようになりました。
  • ポストバックトリガーでリッチメニュー切り替えの際のIDやステータスを条件に含めることが可能になりました。

Fixed

  • アクションチェインで返り値が数値等の場合、置換できなかった問題を修正
  • If return values of action chains are not strings, they are now converted to strings.
  • AI応答の最大トークン数のパラメータをDeprecatedだったmax_tokensからmax_completion_tokensに変更
  • The parameter for the maximum number of tokens for AI responses has been changed from max_tokens to max_completion_tokens, which was deprecated.
  • メッセージをトリガーにしている場合、画像や位置情報でも反応してしまうバグを修正しました。