@peopl-health/nexus 3.0.7 → 3.1.0
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.
|
@@ -200,7 +200,7 @@ class OpenAIResponsesProvider {
|
|
|
200
200
|
logger.info('[OpenAIResponsesProvider] Context built', {
|
|
201
201
|
conversationId,
|
|
202
202
|
assistantId,
|
|
203
|
-
context
|
|
203
|
+
lastContext: context[-1] || null
|
|
204
204
|
});
|
|
205
205
|
|
|
206
206
|
const filter = thread.code ? { code: thread.code, active: true } : null;
|