190proof 1.0.34 → 1.0.35

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/dist/index.mjs CHANGED
@@ -31696,6 +31696,7 @@ async function callOpenAIStream(identifier, openAiPayload, openAiConfig, chunkTi
31696
31696
  continue;
31697
31697
  }
31698
31698
  const toolCall = (_a3 = json.choices[0].tool_calls) == null ? void 0 : _a3[0];
31699
+ console.log(identifier, "Tool call:", toolCall);
31699
31700
  if (toolCall) {
31700
31701
  const toolCallIndex = toolCall.index || 0;
31701
31702
  if (toolCallIndex === 0) {