diff --git a/src/apis/generations.ts b/src/apis/generations.ts index bd2a462..3dad288 100644 --- a/src/apis/generations.ts +++ b/src/apis/generations.ts @@ -90,6 +90,8 @@ type PromptRenderResponse = { organization?: string; tool_choice?: string; tools?: Tool[]; + response_format?: object; + seed?: number; }; } & APIResponseType;