Replies: 3 comments 3 replies
-
Looking for the same. I can see this in one of my plugins: await __event_emitter__(
{
"type": "status",
"data": {
"description": f"Added memory: {memories}",
"done": True,
},
}
) And it does show up in the status. Are the event types/bodies were documented anywhere? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@dridk found these docs: |
Beta Was this translation helpful? Give feedback.
0 replies
-
It would be nice per @dridk's recommendation to be able to emit the kind of "progress updates" you see in other LLM interfaces – e.g. "Crunching the numbers..." from a pipeline doing math. It looks like currently you can update "status" or append to the body of the chat. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
With pipeline, Is it it possible to display a status message when computing something ?
I think it is possible from Function using await __event_emitter_ç. But I have no idea how to call it.
I guess it should be inside the pipe() method.
Beta Was this translation helpful? Give feedback.
All reactions