Skip to content

Commit

Permalink
docs(openai-assistant): Clarify JSON response format in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
csulit committed Oct 25, 2024
1 parent 92d5802 commit 6ed6159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/openai-assistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const openaiAssistant = async (question: string) => {
2. Only use standard markdown syntax
3. Ensure all quotes are properly escaped
4. Only include location details from listing_address, listing_region_name, listing_city_name, and listing_area_name if provided
5. The response must be a valid JSON array that can be parsed
5. The response must be a valid JSON array that can be parsed don't wrap your response tripple backticks json
`,
model: "gpt-4o",
});
Expand Down

0 comments on commit 6ed6159

Please sign in to comment.