--- import { Code, TabItem, Tabs } from '@astrojs/starlight/components'; import helloWorldExample from '../../../examples/docs/toppage/textAgent.ts?raw'; import helloWorldVoiceExample from '../../../examples/docs/toppage/voiceAgent.ts?raw'; const path = Astro.url.pathname; const pathPrefix = path !== '/' ? (!path.endsWith('/') ? path + '/' : path) : ''; ---