Files
pipecat/examples/multi-worker/ui-worker/deixis/client/vite.config.js
Mark Backman f826da9ac9 Add deixis UIWorker example
A ReplyToolMixin UIWorker that grounds in the user's text selection (the
<selection> block in the snapshot) and points back via select_text — both
directions of deictic reference.
2026-05-21 23:20:40 -04:00

8 lines
105 B
JavaScript

import { defineConfig } from "vite";
export default defineConfig({
server: {
port: 5173,
},
});