Support for PDF using OpenAI's File Inputs #13139
Anthony Wong (awonglk)
started this conversation in
General
Replies: 1 comment
|
You gotta use the Responses API. In SK - OpenAIResponsesAgent |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Can I check what is the right way to do the equivalent of "File inputs" using Semantic Kernel?
https://platform.openai.com/docs/guides/pdf-files?api-mode=chat
Looking at the "Contents" package listed here:
https://learn.microsoft.com/en-us/python/api/semantic-kernel/semantic_kernel.contents?view=semantic-kernel-python
I am guessing it would be "file_reference_content". But I'm not sure if that corresponds to "File Input" in Open AI's API.
All reactions