Anunzi IA Documentation
Ir a Anunzi IAAyuda al Cliente
  • Anunzi AI Calls API Documentation
    • Getting Started
    • 🔑Authentication & Security
  • Postman Collections
  • Postman Documentation
  • Assistants
    • 👨‍💼Assistants
      • 🔵Create Assistant
      • 🟣Update Assistant
      • 🟢Get Assistant
      • 🟢List Assistants
      • 🔴Delete Assistant
  • Calls
    • 📳Calls
      • 🔵Make Calls
      • 🔵Make SIP Trunk Call
      • 🟢List Calls
      • 🟢Get Call
      • Webhooks
      • Custom Variables
      • Dynamic Prompt Injection
      • Time Zones
  • Actions
    • 🪄Actions
      • 🔵Create Action
      • 🔵Initialize Custom Action
      • 🟣Update Action
      • 🔴Delete Action
      • 🟢Get Action
      • 🟢List Actions
      • 🔵Attach Action
      • 🔵Detach Action
  • Knowledge Bases
    • 📑Knowledge Bases
      • 🔵Create Knowledge Base
      • 🟢Get Knowledge Base
      • 🟣Update Knowledge Base
      • 🔴Delete Knowledge Base
      • 🔵Attach Knowledge Base
      • 🔵Detach Knowledge Base
  • Plataforma IA Generativa
    • Introducción a Anunzi IA
      • Cambiar el tema y el idioma
  • 📖TEXTO
    • Centro de Herramientas
    • Cómo crear una herramienta
    • Creador de Artículos
    • Cómo usar el Re-escritor
  • 🙋ASISTENTES
    • Crear categorías de chat
    • Crear Plantilla de Chat
    • Entrenamiento de chatbots
    • Cómo usar Asistentes IA
      • Usar comandos de voz
  • 🎨IMAGENES
    • Cómo usar el Creador de Imágenes
  • 🎶AUDIO
    • Pasar archivos de voz a texto (desgrabar)
    • Creador de Voz
    • Clonador de voz
  • Otras Funcionalidades
    • Programa de Afiliados
    • Equipos de trabajo
      • Administrar permisos del equipo
    • Cómo crear una Marca
  • Problemas Comunes
    • No funciona el enlace de confirmación
  • Actualizaciones
    • Novedades de la versión 7.4.2
Con tecnología de GitBook
En esta página

¿Te fue útil?

  1. Calls
  2. Calls

Dynamic Prompt Injection

Enhance the interactivity and relevance of your AI phone call agents by dynamically modifying the prompt the model uses.

ℹ️ Note: Customize the behavior of your Voice AI Phone Call Agents by dynamically changing the prompt in real-time.


Overview

Dynamic Prompt Injection allows you to tailor the interactions of your AI agents, providing a more personalized and contextually relevant experience. By sending customized prompts via API requests, you can guide the AI's conversation flow based on specific user needs or situational requirements.


Use Cases

✅ Customized Interactions

  • Adapt the AI agent's behavior to suit different scenarios, such as customer support, sales inquiries, or technical assistance.

✅ Contextual Responses

  • Generate responses that are relevant to the current conversation, taking into account the user's previous inputs or questions.

✅ Per-conversation Adaptability

  • Change the AI's approach or tone based on the conversation's progression or prior customer interactions.


How to Use Dynamic Prompt Injection

To modify the AI's behavior in real-time, send custom prompts as part of your API request payload. This enables the AI to adapt its responses based on the provided prompt.

API Request Example

{
  "model_id": "1726573550709x928456706859452600",
  "phone": "+1234567890",
  "name": "David",
  "prompt": "You are a customer service agent assisting with product inquiries."
}
AnteriorCustom VariablesSiguienteTime Zones

Última actualización hace 2 meses

¿Te fue útil?

📳