Skip to content

Conversation

@Classic298
Copy link
Collaborator

No description provided.

@Classic298 Classic298 linked an issue Aug 26, 2025 that may be closed by this pull request
1 task
## Action Function Architecture

Actions are used to create a button in the Message UI (the small buttons found directly underneath individual chat messages).
Actions are Python-based functions that integrate directly into the chat message interface. They execute server-side and can interact with users through real-time events, modify message content, and access the full Open WebUI context.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chat message interface -> chat message toolbar would be more accurate


Actions can utilize Open WebUI's real-time event system for interactive experiences:

### Event Emitter (`__event_emitter__`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps it's be better to link events doc here?

@tjbck
Copy link
Contributor

tjbck commented Aug 26, 2025

The rest seems reasonable!

@Classic298
Copy link
Collaborator Author

Thanks will adjust

@Classic298 Classic298 merged commit 93f657d into dev Aug 27, 2025
1 check passed
@Classic298 Classic298 deleted the Classic298-patch-1 branch August 27, 2025 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Improved documentation for Actions

3 participants