Skip to content

Commit

Permalink
docs: Add comment
Browse files Browse the repository at this point in the history
Josmithr committed Sep 19, 2024
1 parent d6366d2 commit 49f3bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/gpt_helpers.ts
Original file line number Diff line number Diff line change
@@ -113,7 +113,7 @@ export function createSessionPrompter(
required: ["session-list"],
},
name: "session-list-response",
strict: true,
strict: true, // opt-in to structured output
};

console.log("Request Schema: ", requestSchema);

0 comments on commit 49f3bab

Please sign in to comment.