-
The chat only allows chat with the superadmin, but not the chat with clients, which are 2 different streams of chats (see also the comments on 'to do')
Furthermore, I cannot find the menu in the Su…
-
get streaming to work but not using generators
-
Similar to other chat tools like Slack or Discord, it'd greatly improve workflow for a lot of teams to be able to pin messages within a topic or stream.
![Pinned messages in Slack.](https://slack.z…
-
Streaming video embed, other sources. Need to investigate our options for bringing in video and for streaming. Need to allow easy way for user to stream a video or to show the room a video.
This also…
-
Not a problem for me, but reporting this because it shouldn't happen
```
C:\Users\KMatuszak\Documents\bot\node_modules\facebook-chat-api\utils.js:1235
return JSON.parse(String.fromCharCode.apply(…
ghost updated
3 years ago
-
**Describe the bug**
I have followed the Quick start notebook with Wikipedia.
![image](https://github.com/user-attachments/assets/2e87bff5-b16a-44d8-9ba2-551bd847b1c3)
The status has not change…
-
### Describe the bug
- After the latest Node SDK bindings release, logs were added for the Node SDK bots.
- Upon restarting, the message stream does not resume, preventing the bot from receiving o…
-
I'm so used to your wonderful chat overlay for Twitch that when I stream on YouTube I don't notice chat, because it has to be on another monitor. It would be awesome if this could be updated with YouT…
-
### What happened?
Refer to issue from zulip chat : https://ibis-project.zulipchat.com/#narrow/stream/405265-tech-support/topic/ffill.20issue.20with.20text.20columns/near/466435587
When order_by…
-
目前所有这样的demo只是在命令行打印结果:
res_stream = []
for res_stream in client.chat(
messages=messages,
functions=tools,
stream=True):
print(res_stream)
1. 情景一:
命中functioncall:这种需要调用两次…