Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore (docs): use title case and update order of cookbook recipe #3930

Merged
merged 2 commits into from
Nov 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Generate object with file prompt through form submission
description: Learn how to send a PDF to an LLM using the AI SDK and Next.js
title: Generate Object with File Prompt through Form Submission
description: Learn how to generate object with file prompt through form submission using the AI SDK and Next.js
tags: ['next', 'multi-modal']
---

# Generate object with file prompt through form submission
# Generate Object with File Prompt through Form Submission

<Note>
This feature is limited to models/providers that support PDF inputs
Expand Down
Loading