feat: improve BlueBubbles message action error handling and enhance channel action descriptions
This commit is contained in:
committed by
Peter Steinberger
parent
a5d89e6eb1
commit
2e6c58bf75
@@ -15,6 +15,8 @@ export type RuntimeInfoInput = {
|
||||
model: string;
|
||||
channel?: string;
|
||||
capabilities?: string[];
|
||||
/** Supported message actions for the current channel (e.g., react, edit, unsend) */
|
||||
channelActions?: string[];
|
||||
};
|
||||
|
||||
export type SystemPromptRuntimeParams = {
|
||||
|
||||
Reference in New Issue
Block a user