Skip to content

Commit

Permalink
fix: added missing fields in promptrender response type
Browse files Browse the repository at this point in the history
  • Loading branch information
csgulati09 committed Apr 20, 2024
1 parent d8c1809 commit 19a2cb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/apis/generations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ type PromptRenderResponse = {
organization?: string;
tool_choice?: string;
tools?: Tool[];
response_format?: object;
seed?: number;
};
} & APIResponseType;

Expand Down

0 comments on commit 19a2cb2

Please sign in to comment.