@5minds/node-red-dashboard-2-processcube-chat 0.1.3-develop-7a3c44-mff0zplx → 0.1.3-develop-8aec47-mff4pbn0

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.
@@ -354,7 +354,7 @@ export default {
354
354
  if (fullResponse.message?.tool_calls) {
355
355
  // If ChatGPT wants to call tools, show a message
356
356
  this.$refs.deepChat.addMessage({
357
- text: 'Function call requested...',
357
+ text: `Tool **'${msg.payload.message.tool_calls[0].function.name}'** aufgerufen.`,
358
358
  role: 'ai',
359
359
  });
360
360
  } else if (fullResponse.message?.content || fullResponse.content) {