Unify subrecipe and subagent execution through shared recipe pipeline (#5082)
This commit is contained in:
@@ -548,7 +548,6 @@ export type RawTextContent = {
|
||||
export type Recipe = {
|
||||
activities?: Array<string> | null;
|
||||
author?: Author | null;
|
||||
context?: Array<string> | null;
|
||||
description: string;
|
||||
extensions?: Array<ExtensionConfig> | null;
|
||||
instructions?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user