Skip to content

Conversation

@seratch
Copy link
Member

@seratch seratch commented Jul 17, 2025

This pull request resolves #216

@changeset-bot
Copy link

changeset-bot bot commented Jul 17, 2025

🦋 Changeset detected

Latest commit: e136854

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@openai/agents-openai Patch
@openai/agents-core Patch
@openai/agents Patch
@openai/agents-realtime Patch
@openai/agents-extensions Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Member Author

@seratch seratch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comments for reviewers

*/
file: z
.string()
.describe(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

developers can pass 1) as string or 2) { url: '....' }

id: item.id!,
code: item.providerData?.code ?? '',
results: item.providerData?.results ?? [],
// This property used to be results, so keeping both for backward compatibility
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same change with #222

@seratch seratch force-pushed the issue-216-input-pdf branch from 745d127 to dfb2d08 Compare July 17, 2025 21:31
@dkundel-openai dkundel-openai merged commit 40dc0be into main Jul 17, 2025
5 checks passed
@dkundel-openai dkundel-openai deleted the issue-216-input-pdf branch July 17, 2025 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Publicly accessible PDF file URL is not yet supported in the input_file content data

3 participants