Karini AI Documentation
Go Back to Karini AI
  • Introduction
  • Installation
  • Getting Started
  • Organization
  • User Management
    • User Invitations
    • Role Management
  • Model Hub
    • Embeddings Models
    • Large Language Models (LLMs)
  • Prompt Management
    • Prompt Templates
    • Create Prompt
    • Test Prompt
      • Test & Compare
      • Prompt Observability
      • Prompt Runs
    • Agentic Prompts
      • Create Agent Prompt
      • Test Agent Prompt
    • Prompt Task Types
    • Prompt Versions
  • Datasets
  • Recipes
    • QnA Recipe
      • Data Storage Connectors
      • Connector Credential Setup
      • Vector Stores
      • Create Recipe
      • Run Recipe
      • Test Recipe
      • Evaluate Recipe
      • Export Recipe
      • Recipe Runs
      • Recipe Actions
    • Agent Recipe
      • Agent Recipe Configuration
      • Set up Agentic Recipe
      • Test Agentic Recipe
      • Agentic Evaluation
    • Databricks Recipe
  • Copilots
  • Observability
  • Dashboard Overview
    • Statistical Overview
    • Cost & Usage Summary
      • Spend by LLM Endpoint
      • Spend by Generative AI Application
    • Model Endpoints & Datasets Distribution
    • Dataset Dashboard
    • Copilot Dashboard
    • Model Endpoints Dashboard
  • Catalog Schemas
    • Connectors
    • Catalog Schema Import and Publication Process
  • Prompt Optimization Experiments
    • Set up and execute experiment
    • Optimization Insights
  • Generative AI Workshop
    • Agentic RAG
    • Intelligent Document Processing
    • Generative BI Agentic Assistant
  • Release Notes
Powered by GitBook
On this page
  1. Prompt Management

Agentic Prompts

Karini AI’s Agent 2.0 offers a comprehensive suite of capabilities to build advanced generative AI applications in complex production environments.

Using Karini AI’s prompt playground, you can create AI agents that integrate the reasoning capabilities of large language models (LLMs) with the ability to take actionable steps, creating a more sophisticated system that can understand and process information, evaluate situations, take appropriate actions, communicate responses, and track ongoing situations.

In the prompt playground, you can create an agent prompt by selecting the task type as Agent.

Key components of an Agent 2.0 are:

  • LLM (Large Language Model): LLM is responsible for generating traces, reasoning and actions for the task.

  • Agent prompt: Agent prompt helps LLM in generating both reasoning traces and actions. Agent prompt may include variables, instructions for request handling and response processing.

  • Tools: Tools are used to interact with external environments and gather information. Karini AI's agent prompt supports the following tools:

    • Agent

    • Catalog

    • Database

    • Knowledgebase

    • Dataset (Vector Store)

    • Prompt (LLM)

    • REST API

    • KnowledgeGraph

    • Lambda

    • Amazon Q Retriever

    • Amazon Bedrock Knowledge Base

    • Messaging

<<Video of Agent prompt>>

PreviousPrompt RunsNextCreate Agent Prompt

Last updated 3 months ago