+
+ Questions or feedback?
+
+
+ Are the information out of date? Please{" "}
+
+ raise an issue
+ {" "}
+ or{" "}
+
+ contact us
+
+ , we'd love to hear from you!
+
+
+ >
+ );
+}
diff --git a/bifrost/mdx-components.tsx b/bifrost/mdx-components.tsx
index a18d8af9ac..12f1efa89d 100644
--- a/bifrost/mdx-components.tsx
+++ b/bifrost/mdx-components.tsx
@@ -1,11 +1,13 @@
import type { MDXComponents } from "mdx/types";
-import { CallToAction } from "@/components/blog/CallToAction"
-import { BottomLine } from "@/components/blog/BottomLine"
+import { CallToAction } from "@/components/blog/CallToAction";
+import { BottomLine } from "@/components/blog/BottomLine";
+import { Questions } from "@/components/blog/Questions";
export function useMDXComponents(components: MDXComponents): MDXComponents {
return {
...components,
CallToAction: CallToAction,
BottomLine: BottomLine,
+ Questions: Questions,
};
}
diff --git a/bifrost/public/static/blog/ai-agent-builders/pydantic-ai.webp b/bifrost/public/static/blog/ai-agent-builders/pydantic-ai.webp
new file mode 100644
index 0000000000..5dce591781
Binary files /dev/null and b/bifrost/public/static/blog/ai-agent-builders/pydantic-ai.webp differ