We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d44ab commit fb6f7bfCopy full SHA for fb6f7bf
1 file changed
README.md
@@ -97,6 +97,7 @@ Use the widget API to customize your widget:
97
98
| Prop | Type | Required |
99
|-----------------------|-----------|----------|
100
+| api_key | string | No |
101
| bot_message_style | json | No |
102
| chat_position | string | No |
103
| chat_trigger_style | json | No |
@@ -124,6 +125,12 @@ Use the widget API to customize your widget:
124
125
| session_id | string | No |
126
| additional_headers | json | No |
127
128
+- **api_key:**
129
+ - Type: String
130
+ - Required: No
131
+ - Description: X-API-Key header to send to Langflow
132
+
133
134
- **bot_message_style:**
135
- Type: JSON
136
- Required: No
0 commit comments