displayProperties
export default defineConfig({ agents: [ { displayProperties: [ { title: "User Location", value: ({ session }) => <strong>{ session.metadata?.userLocation }</strong> } ], // ... } ] })