mirror of
https://github.com/kennethnym/freya
synced 2026-07-03 22:51:15 +01:00
feat: add agent response scheduler
This commit is contained in:
@@ -2,6 +2,7 @@ export interface QueryAgentAsk {
|
||||
message: string
|
||||
conversationId?: string
|
||||
userMessageEntry?: QueryAgentConversationEntryRef
|
||||
signal?: AbortSignal
|
||||
}
|
||||
|
||||
export type QueryAgentStreamEvent =
|
||||
|
||||
Reference in New Issue
Block a user