PipedreamHQ / PipedreamHQ/pipedream

[Components] riku_ai

Open
#16,376 0 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# riku_ai
## URLs
## Webhook Sources
### new-chat-session-instant
#### Description
Emit new event when a user initiates a new chat session with an AI assistant. Useful for tracking engagement or triggering follow-up workflows. Requires chatbot ID as a configuration prop.
### new-user-message-instant
#### Description
Emit new event when a user sends a message to an AI assistant. Useful for capturing live interactions or triggering sentiment analysis. Requires chatbot ID as a configuration prop.
### new-response-generated-instant
#### Description
Emit new event when the AI generates a new response to a user message. Useful for logging AI output or triggering downstream automation. Requires chatbot ID as a configuration prop.
## Actions
### send-user-message
#### Description
Send a message to a specific AI chatbot and receive the AI's generated response. Requires chatbot ID and message content.
### create-chatbot
#### Description
Create a new chatbot with specified configuration options such as name, prompt style, and model type. Requires chatbot name and primary prompt details.
### update-chatbot-configuration
#### Description
Update the configuration of an existing chatbot, including prompt, model, or other behavior settings. Requires chatbot ID and one or more configuration fields to update.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.