Develop a conversational search experience without rebuilding your app | ODSP922

Greg Crist demonstrates how to add LLM-powered conversational search to an existing production application using Elastic Agent Builder and a hosted model on Azure OpenAI, focusing on wiring retrieval into existing search workflows to deliver a production-ready conversational experience.

Overview

This on-demand Microsoft Build 2026 demo shows how to extend an existing application with a conversational search experience without rebuilding the app from scratch.

Key themes covered:

Session structure (chapters)

What the demo builds

Trip Planner agent workflow

The session walks through building an agent workflow (a “Trip Planner” example) and validating it with a tool test.

Agent configuration

The presenter shows configuring a new agent (“Trip Planner Agent”) including:

App integration

The demo then focuses on integrating the agent into an existing application and testing the end-to-end experience, including displaying:

How Azure OpenAI fits in

Azure OpenAI is used as the hosted model provider for the conversational experience, enabling LLM-powered interactions while the retrieval/search wiring keeps responses connected to the application’s existing search workflows.