chore: bump deps
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import type { Logg } from '@guiiai/logg'
|
||||
import type { Message as LLMMessage } from '@xsai/shared-chat'
|
||||
import type { Action, BotSelf, ExtendedContext } from '../../types'
|
||||
|
||||
import type { Action, BotSelf, ExtendedContext } from '../../types'
|
||||
import { env } from 'node:process'
|
||||
import { type Logg, useLogg } from '@guiiai/logg'
|
||||
import { useLogg } from '@guiiai/logg'
|
||||
import { generateText } from '@xsai/generate-text'
|
||||
import { message } from '@xsai/utils-chat'
|
||||
import { randomInt } from 'es-toolkit'
|
||||
|
||||
Reference in New Issue
Block a user