LogoLogo
  • Overview
  • Chatbot Features
  • Studio
  • Orchestration Interface
    • Node Orchestration
      • Node
        • Start
        • End
        • Direct Reply
        • LLM
        • Question Classifier
        • Knowledge Retrieval
        • Code Execution
        • Doc Extractor
        • HTTP Request
        • Conditional Branch IF/ELSE
        • Iteration
        • List Operator
        • Parameter Extraction
        • Template
        • Tools
        • Variable Aggregator
        • Variable Assigner
    • Variables
    • Application Toolkits
    • File Upload
  • Dataset
    • Dataset Creation
    • Text Preprocessing and Cleaning
      • Advanced Configuration
    • Retrieval Test/Citation
  • Privacy Policy
Powered by GitBook
On this page
  • Definition
  • Usage Instructions
  • Adding Tools for the Agent Assistant
  • Agent Settings
  • Configuring the Conversation Opener
  • Debugging and Preview

Was this helpful?

Chatbot Features

Definition

Glik’s Agent Assistant can be deployed as a chatbot that leverages large language models (LLMs) to automate tasks, analyze data, and make decisions. This conversational interface makes it easy for businesses to integrate AI-driven assistance into their workflows.

Usage Instructions

  • Agent Assistant Templates: Glik provides pre-built Agent Assistant templates in the Studio section. These templates offer a quick start for common business tasks and can be added directly to your workspace.

  • Creating Custom Agent Assistants: Using the Glik environment, you can build a custom Agent Assistant tailored to specific tasks. The Visual Workflow Builder and other AI-centric tools in Glik help you define processes, integrate data sources, and customize logic without heavy coding.

  • Model Selection: Agent performance depends heavily on the selected LLM. We recommend GPT-4 or other high-capability models for more stable and accurate task completion.

  • Prompt Configuration: You can define the Agent Assistant’s objectives, workflow, and constraints in the Instructions field, ensuring clarity and better results.

Adding Tools for the Agent Assistant

  • Knowledge Base Tools: In the Context section, you can add internal or external knowledge bases. The Agent Assistant can query these for additional information.

  • Functional Tools: In the Tools section, you can enable functionalities like internet search, complex calculations, or image generation. Glik supports both built-in tools and custom tool integrations (e.g., via OpenAPI/Swagger or OpenAI Plugin standards).

  • Enhanced Capabilities: By orchestrating the right set of tools for the Agent Assistant, you allow it to execute code, retrieve proprietary data, and perform more complex tasks through step-by-step reasoning and tool usage. Simply mention the relevant tool by name in the conversation, and the Agent will automatically invoke it.

Agent Settings

Glik offers two inference modes for Agent Assistant:

  1. Function Calling – Recommended for models like GPT-3.5 or GPT-4 that support it, offering improved consistency.

  2. ReAct – Used by models that do not support function calling, emulating a similar structured reasoning process.

You can also adjust the iteration limit in the Agent settings to control how many reasoning steps the Agent Assistant takes.

Configuring the Conversation Opener

You can define an initial greeting or prompt that appears when users first interact with the Agent Assistant. This conversation opener highlights the Agent’s capabilities and provides example questions to guide user interaction.

Debugging and Preview

Before publishing your Agent Assistant as an application, you can debug and preview its behavior. This step helps you validate task completion, troubleshoot issues, and refine any workflows or tool integrations.

PreviousOverviewNextStudio

Last updated 2 months ago

Was this helpful?