langflow-ai / langflow-embedded-chat

The Langflow Embedded Chat is a powerful web component that enables seamless communication with the Langflow
76 stars 30 forks source link

How to send tweaks (or custom data)? #12

Closed vovajr11 closed 4 months ago

vovajr11 commented 10 months ago

Hi friends!

My code

<langflow-chat
      chat_input_field="input"
      chat_inputs='{"input":""}'
      host_url="https://my_host"
      flow_id="customChat"
      style="position: absolute; bottom: 18px; right: 18px;"
      tweaks='{"customData": "123123"}'
    ></langflow-chat>

My response

image

What am I doing wrong?

anovazzi1 commented 4 months ago

hello @vovajr11, have you tried the new version?