How to integrate OpenAI ResponseTool.CreateFileSearchTool? #6390
-
OpenAI added the new ResponseClient which can be transformed to an IChatClient also, with everything working the same. I was wondering is there a way to add the ResponseTool from open AI to the ChatOptions.Tools? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There will be, we just haven't added it yet. As noted in one of those issues, the intent is also to have an escape hatch so that future such hosted tools can be used directly if you know which provider you're talking to and want to just add it directly into the tools collection. |
Beta Was this translation helpful? Give feedback.
There will be, we just haven't added it yet.
Related issues:
#6378
#6293
As noted in one of those issues, the intent is also to have an escape hatch so that future such hosted tools can be used directly if you know which provider you're talking to and want to just add it directly into the tools collection.