mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat(agent): add trigger-schedule api
This commit is contained in:
+7
-1
@@ -12,7 +12,13 @@ export const createAgent = ({
|
||||
brave,
|
||||
language = 'Same as the user input',
|
||||
allowedActions = allActions,
|
||||
identity,
|
||||
identity = {
|
||||
botId: '',
|
||||
sessionId: '',
|
||||
containerId: '',
|
||||
contactId: '',
|
||||
contactName: '',
|
||||
},
|
||||
platforms = [],
|
||||
currentPlatform = 'Unknown Platform',
|
||||
}: AgentParams, fetch: AuthFetcher) => {
|
||||
|
||||
Reference in New Issue
Block a user