-
https://github.com/user-attachments/assets/2f224c80-3620-4788-942d-b400a7befb0e
**Describe the bug**
When viewing a thread, if I were to delete earlier messages, the sole remaining message disappe…
-
I tried this code:
```rust
#![feature(scoped_threads)]
use std::{panic, thread};
fn main() {
thread::scope(|s| {
s.spawn(|| {
panic!("AAAAAAAAAAAAAAAAAAAAAAAAA…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
So I would like to know if there is a way (as a driver) to see and detect when another process creates a thread in my process. This is for a notification to my process to update it’s internal thread c…
-
Weird to get a notification popup that basically means I should refresh, but doesn't exactly _say_ that. This is something that we should be able to address with Blazor.
-
Example agent:
```
from nearai.agents.environment import Environment
BLOG_PROMPT = """
Example prompt
"""
ENTRY_MESSAGE = "Hello, tell me what type of blog you want."
def blogging_thread(…
-
I'm trying to preview message threads and Shift doesn't do anything. When I export to PDF it is a blank document with the time stamp at the top and the file location at the bottom.
-
I have just started trying out recent versions of TeaVM, running some tests of threading and synchronization. I have a test which runs several threads in parallel, all calling a synchronized method p…
-
**Describe the bug**
The on_chat_resume function is unable to retrieve the metadata of messages when using the thread's steps.
**To Reproduce**
Start a chat session and send messages.
Resume the…
-
This would be an option to add another message as a reply/thread to the original alert message. For example, the main alert message could contain a short summary, while a longer message (eg stacktrace…