zhangwencui
4 小时以前 5f3dea3fd930afde720677fba10b6bfb2e836a18
src/views/ai/model/tool/index.vue
@@ -2,7 +2,7 @@
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import type { AiModelToolApi } from '#/api/ai/model/tool';
import { DocAlert, Page, useVbenModal } from '..\..\..\..\packages\effects\common-ui\src';
import { Page, useVbenModal } from '@vben/common-ui';
import { message } from 'ant-design-vue';
@@ -80,14 +80,7 @@
</script>
<template>
  <Page auto-content-height>
    <template #doc>
      <DocAlert
        title="AI 工具调用(function calling)"
        url="https://doc.iocoder.cn/ai/tool/"
      />
    </template>
    <FormModal @success="handleRefresh" />
  <Page auto-content-height><FormModal @success="handleRefresh" />
    <Grid table-title="工具列表">
      <template #toolbar-tools>
        <TableAction