Trueseek AI
  • Getting Started
    • Get started with Trueseek
    • Trueseek vs Other AI Platforms
  • AI Agents
    • AI Agents Overview
    • AI Agents Examples
    • Dynamic Context
    • Interactive blocks
    • OpenAPI
    • Integrations
  • Plugins
    • Build a Trueseek plugin
    • Server Plugin
    • Plugin Server Side vs Client Side
    • OAuth for Plugin
    • How to Use Trueseek Plugin
  • System Prompt
    • Set up System Instruction
  • Prompts
    • Prompt library
    • Prompt Examples
    • Automatic Prompt Caching
    • Message Syntax
  • Chat Management
    • Organize chats
    • Share/Export a Chat
    • Pin Chats
  • Upload and Chat with Files
    • Chat with Documents
    • Chat with Videos
  • Text-to-speech
    • Set up Text-to-speech
    • Create Custom voice
  • General Settings
    • General Settings
    • Customize app appearance
    • Keyboard shortcuts
  • Support
    • Frequently Asked Questions
    • Report Error/Bugs
Powered by GitBook
On this page
  1. Plugins

How to Use Trueseek Plugin

Plugins to Enhance AI Capabilities in Trueseek

Plugins allow you to extend the AI model's capabilities beyond simple text generation, enabling more powerful and dynamic responses from the AI:

  • Access the latest information in real-time

  • Generate images, graphs, and visual content

  • Integrate with your vector database

  • And much more!

Let’s dive in!

Using Plugins in Trueseek

To use plugins in the Trueseek app:

  1. Click on the 🧩 icon next to model selection.

  2. Toggle the plugin option to enable plugins.

  3. Choose the plugin you want to use and enable it. Note that some plugins may require manual settings. Switch to the Settings tab to fill in necessary information and get the plugin to work.


Trueseek Available Plugins

Here are the plugins that Trueseek supports natively:

  • Web Search: Allows AI models to search for information from the internet in real-time using Google Search.

  • Perplexity Search: Allows AI models to search for information from the internet using Perplexity.

  • Web Page Reader: Lets the AI models read the content of your provided URLs and analyze or summarize them.

  • Market News: Get the latest financial information.

  • DALL·E 3: Allows the AI model to generate images using DALL·E 3.

  • Stable Diffusion v2 and v3: Allows the AI model to generate images using Stable Diffusion.

  • Image Search: Search the web for images using Google search.

  • Interactive Canvas: Lets the AI create an interactive canvas with the user. This can be used to create forms, HTML/JS/CSS code, games, visualizations, or other interactive content.

  • Render HTML: This plugin demonstrates how to render HTML to end users (mostly similar to Interactive Canvas and is an example for plugin developers).

  • Render Chart: Helps visualize data by drawing charts.

  • Mermaid Diagram: Generates and renders diagrams using the Mermaid.js library, including Flowcharts, Sequence Diagrams, Class Diagrams, and more.

  • Azure AI Search: Connects Trueseek to your training data in Azure AI Search (Cognitive Search).

💡 Want to build your own custom plugin? You can create your own plugin that integrates with your system or works as you like using the instructions here: Build a Trueseek Plugin.

We are constantly adding new plugins to our collection, so stay tuned!


Best Practices

  • Be specific with your requests: Clearly specify what you need to trigger the correct plugin. For example, if you need the latest market data, include terms like "financial news" or "latest market trends" in your prompt.

  • Combine plugins when needed: Leverage multiple plugins in a single prompt to maximize efficiency. For example, you can search for the latest fashion trend (Web Search) and visualize it (Render Chart).

  • Test and experiment: Familiarize yourself with different plugins by testing them in various scenarios to understand their full capabilities and limitations.

PreviousOAuth for PluginNextSet up System Instruction

Last updated 4 months ago