Skip to content

Commit 989af7f

Browse files
committed
import reasoning component
1 parent 9f4de36 commit 989af7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/chat/[id].vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import type { WeatherUIToolInvocation } from '../../../server/utils/tools/weathe
1414
import type { ChartUIToolInvocation } from '../../../server/utils/tools/chart'
1515
import ToolWeather from '../../components/tool/ToolWeather.vue'
1616
import ToolChart from '../../components/tool/ToolChart.vue'
17+
import Reasoning from '../../components/Reasoning.vue'
1718
1819
const route = useRoute<'/chat/[id]'>()
1920
const toast = useToast()

0 commit comments

Comments
 (0)