Skip to main content

1. Freeplay & LLM Initialization

Initialize the Freeplay client, get the unformatted prompt (optionally bind variables to it). Initialize the LLM service for the pipeline using info from Freeplay

2. AudioBuffer

Add the audio buffer processor, this allows for us to grab the right audio information to log to Freeplay.

3. Add the FreeplayObserver to PipelineTask

4. Callbacks to log to Freeplay

Add call backs to handle user and bot audio, when you have the right details, log to Freeplay

5. FreeplayObserver

The entire FreeplayObserver class

Examples