mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-24 16:17:57 +00:00
fix(agent-core-v2): publish prompt.accepted on the event bus
This commit is contained in:
parent
3e5976ecfd
commit
2ea5f794de
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ const promptAcceptedSchema = z.object({
|
|||
export class PromptAccepted extends AgentEvent2<z.infer<typeof promptAcceptedSchema>> {
|
||||
static override readonly type = 'prompt.accepted';
|
||||
static override readonly durable = true;
|
||||
static override readonly observable = true;
|
||||
static override readonly schema = promptAcceptedSchema;
|
||||
}
|
||||
export interface PromptAccepted {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue