We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4de36 commit 989af7fCopy full SHA for 989af7f
src/pages/chat/[id].vue
@@ -14,6 +14,7 @@ import type { WeatherUIToolInvocation } from '../../../server/utils/tools/weathe
14
import type { ChartUIToolInvocation } from '../../../server/utils/tools/chart'
15
import ToolWeather from '../../components/tool/ToolWeather.vue'
16
import ToolChart from '../../components/tool/ToolChart.vue'
17
+import Reasoning from '../../components/Reasoning.vue'
18
19
const route = useRoute<'/chat/[id]'>()
20
const toast = useToast()
0 commit comments