@knowlearning/agents 0.9.107 → 0.9.108
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agents/generic/index.js +2 -0
- package/package.json +1 -1
package/agents/generic/index.js
CHANGED
|
@@ -131,6 +131,8 @@ export default function Agent({ Connection, domain, token, uuid, fetch, applyPat
|
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
watchers[qualifiedScope].push(resolveAndUnwatch)
|
|
134
|
+
log('SETTING LAST INTERACTION RESPONSE PROMISE', qualifiedScope)
|
|
135
|
+
response.then(r => log('GOT INTERACTION RESPONSE FOR', qualifiedScope, r))
|
|
134
136
|
})
|
|
135
137
|
return response
|
|
136
138
|
}
|