Skip to content

Commit

Permalink
fix: fixes to latest post again
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusElwin committed Jun 15, 2024
1 parent c2acd6a commit 1f0982a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ds-with-mac/content/posts/intent-detection/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const zDetectFoodIntentResponse = z.object({
)
});

^3: This is somewhat similar to `Pydantic` in Python.
[^3]: This is somewhat similar to `Pydantic` in Python.

/* Infer type */
type FoodIntentDetectionResponse = z.infer<typeof zDetectFoodIntentResponse>;
Expand Down

0 comments on commit 1f0982a

Please sign in to comment.