File tree 1 file changed +8
-8
lines changed
core/src/clients/telegram/src
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { Message } from "@telegraf/types";
2
2
import { Context } from "telegraf" ;
3
3
import { Telegraf } from "telegraf" ;
4
4
5
- import { composeContext } from "@ /core/context.ts" ;
6
- import { log_to_file } from "@ /core/logger.ts" ;
7
- import { embeddingZeroVector } from "@ /core/memory.ts" ;
5
+ import { composeContext } from "../../.. /core/context.ts" ;
6
+ import { log_to_file } from "../../.. /core/logger.ts" ;
7
+ import { embeddingZeroVector } from "../../.. /core/memory.ts" ;
8
8
import {
9
9
Content ,
10
10
IAgentRuntime ,
@@ -13,17 +13,17 @@ import {
13
13
UUID ,
14
14
HandlerCallback ,
15
15
ModelClass ,
16
- } from "@ /core/types.ts" ;
17
- import { stringToUuid } from "@ /core/uuid.ts" ;
16
+ } from "../../.. /core/types.ts" ;
17
+ import { stringToUuid } from "../../.. /core/uuid.ts" ;
18
18
import {
19
19
messageHandlerTemplate ,
20
20
shouldRespondTemplate ,
21
- } from "@/clients /discord/templates.ts" ;
22
- import ImageDescriptionService from "@ /services/image.ts" ;
21
+ } from "../.. /discord/templates.ts" ;
22
+ import ImageDescriptionService from "../../.. /services/image.ts" ;
23
23
import {
24
24
generateMessageResponse ,
25
25
generateShouldRespond ,
26
- } from "@ /core/generation.ts" ;
26
+ } from "../../.. /core/generation.ts" ;
27
27
28
28
const MAX_MESSAGE_LENGTH = 4096 ; // Telegram's max message length
29
29
You can’t perform that action at this time.
0 commit comments