FastComments.com


LLM キット

FastComments LLM キットは、Claude、ChatGPT、Cursor のような AI コーディングアシスタントが、シンプルな検索 API を通じて当社の完全なドキュメントにアクセスできるようにし、FastComments を理解して統合するのを支援します。

プロジェクトの AGENT.md または CLAUDE.md ファイルにスニペットを追加することで、AI アシスタントが関連する FastComments ドキュメントを迅速に検索・取得できるようになり、実装がより迅速かつ正確になります。


LLMキットを入手する Internal Link

このスニペットをプロジェクトのAIアシスタント設定ファイル(AGENT.mdやCLAUDE.mdなど)に追加してください。これによりAIコーディングアシスタントがFastCommentsのドキュメントを検索してアクセスする方法を学習できます。

FastComments LLM Kit
Copy Copy
1
2## FastComments Integration
3
4FastComments is an embeddable live commenting platform with libraries for many frontend and backend integrations, along with client and server-side SDKs and APIs.
5
6When working with FastComments, you can search the FastComments documentation by calling this API:
7
8https://docs-search.fastcomments.com/search?query=<search_query>&full=true&tenantId=demo
9
10Replace `<search_query>` with your search terms (URL encoded). The API returns relevant documentation snippets to help with implementation.
11

これにより、AIアシスタントは最新の情報を簡単に取得し、より正確な実装をより短時間で提供できます。

使用例

Claude CodeやCursorなどのAIアシスタントを使用する場合、次のような質問ができます:

  • 「ReactにFastCommentsをインストールするには?」
  • 「FastCommentsでSSOを設定する方法を見せて」
  • 「FastComments APIの認証オプションは何ですか?」

AIアシスタントは提供されたAPIエンドポイントを使用して自動的にドキュメントを検索し、公式ドキュメントに基づいた正確で最新の回答を提供します。