日本でもおなじみの Slack ですが、今年2月から Slack でも AI を使ってチャンネルやハドルミーティングの会話を要約したり、毎日のまとめを取得するなど、必要な回答や情報を簡単に見つけることができるようになっています。現在、Slack はさらに AI の機能を拡張しようとしており、Gemini や ChatGPT でも利用できる「ファイルの要約」機能の開発に取り組んでいることが報告されました。
これは Android Authority が Android 向け Slack アプリのバージョン 24-10-50-0 でコードから開発中と思われる機能の参照を発見したものです。この機能は添付されているファイルを AI 機能を使って要約できるようになるもので、一部の形式やパスワードで保護されたファイル、大きすぎるファイルでは機能しません。要約できるコンテンツの量も最小と最大の制限があるようです。サポートされる形式は不明ですが、少なくとも PDF とワード、テキストファイルは対応すると思われます。
このほかにも共有時に AI の概要がファイルに追加されることや、要約を削除する機能などいくつかの機能が示されています。また、詳細度合いや要約の正確さなどのフィードバックも提供できるようです。
<string name=”ai_file_summary_title”>AI Summary</string>
<string name=”ai_file_summary_loading_message”>An AI file summary will be ready here soon…</string>
<string name=”ai_file_summary_too_large_content_error_message”>Something went wrong generating a summary — either too much to summarize or too large of a file.</string>
<string name=”ai_file_summary_empty_content_error_message”>Not enough text to summarize</string>
<string name=”ai_file_summary_not_readable_error_message”>There was an issue summarizing this file. This may be because of the format, or because it’s password protected.</string>
<string name=”ai_file_summary_removal_dialog_body”>A preview of the file’s AI summary will no longer appear when the file is shared in a conversation.</string>
<string name=”ai_file_summary_delete”>Remove and delete summary</string>
<string name=”ai_file_summary_delete_dialog_body”>This will delete the AI summary from file details. This cannot be undone.</string>
<string name=”ai_file_summary_feedback_accuracy_negative”>Information was inaccurate</string>
<string name=”ai_file_summary_feedback_accuracy_positive”>Information was accurate</string>
<string name=”ai_file_summary_feedback_detail_negative”>Included too much or too little detail</string>
<string name=”ai_file_summary_feedback_detail_positive”>Level of detail was helpful</string>
<string name=”ai_file_summary_feedback_readability_negative”>Layout was difficult to read</string>
<string name=”ai_file_summary_feedback_readability_positive”>Layout was easy to read</string>
実際に Slack にファイル要約の機能が導入されれば、ビジネスユーザーは Slack から離れて Gemini などを使わずに要約ができるようになるため、スムーズな作業が期待できます。