Skip to content

Commit 2535de1

Browse files
authored
Merge branch 'main' into feat/desktop-release-channel
2 parents 4259c66 + 27294e8 commit 2535de1

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/server/src/services/question/questionService.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@
22

33
import { ulid } from 'ulid';
44

5-
import { Disposable, DisposableMap, ErrorCodes, IEventService, IQuestionService, PythinkerError, questionDismissedResult, questionToAgentCoreResponse, questionToBrokerRequest, ILogService, type IDisposable, type QuestionRequest, type QuestionResult } from '@pymodel/agent-core';
5+
import { Disposable, DisposableMap, ErrorCodes, IEventService, PythinkerError, questionDismissedResult, questionToAgentCoreResponse, questionToBrokerRequest, ILogService, type IDisposable, type IQuestionService, type QuestionRequest, type QuestionResult } from '@pymodel/agent-core';
66
import type {
77
Event,
88
QuestionRequest as ProtocolQuestionRequest,
99
QuestionResponse as ProtocolQuestionResponse,
1010
} from '@pymodel/protocol';
1111

12-
13-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
14-
const _typeAnchor: typeof IQuestionService = IQuestionService;
15-
1612
/**
1713
* A pending question waits on a human, so the timer is a leak guard, not a
1814
* network timeout. Keep it long enough that a person can read the options,

0 commit comments

Comments
 (0)