mirror of
https://github.com/kennethnym/freya
synced 2026-07-04 07:01:14 +01:00
refactor: split query agent toolbox (#139)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
export interface QueryAgentAsk {
|
||||
userId: string
|
||||
message: string
|
||||
}
|
||||
|
||||
@@ -12,7 +11,6 @@ export type QueryAgentEvent =
|
||||
|
||||
export interface QueryAgent {
|
||||
ask(input: QueryAgentAsk): AsyncIterable<QueryAgentEvent>
|
||||
disposeUser(userId: string): void
|
||||
dispose(): void
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user