Skip to content

Commit

Permalink
fix: chatbi for lark tool
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-d committed Jan 2, 2025
1 parent 08edfe8 commit edf1539
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ChatBILarkContext } from '../types'
import { ChatBIToolsEnum } from '../../chatbi/types'

export function createShowIndicatorsTool(context: ChatBILarkContext) {
const { dsCoreService, logger } = context
const { dsCoreService } = context

return tool(
async (
Expand Down

0 comments on commit edf1539

Please sign in to comment.