This commit is contained in:
Tyler Longwell
2025-12-14 09:21:41 -05:00
parent 65e1ab65a0
commit 64a8fe66b8
+1
View File
@@ -631,6 +631,7 @@ export type Recipe = {
description: string;
extensions?: Array<ExtensionConfig> | null;
instructions?: string | null;
max_turns?: number | null;
parameters?: Array<RecipeParameter> | null;
prompt?: string | null;
response?: Response | null;