File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ - Fix web-search not working for custom models using openai/anthropic apis.
6+
57## 0.70.4
68
79- Support ` visible ` field in hooks configuration to show or not in client.
Original file line number Diff line number Diff line change 221221 :instructions instructions
222222 :user-messages user-messages
223223 :max-output-tokens max-output-tokens
224+ :web-search web-search
224225 :reason? reason?
225226 :supports-image? supports-image?
226227 :past-messages past-messages
237238 (on-error-wrapper {:exception e})))))
238239
239240(defn simple-prompt
240- [{:keys [provider model model-capabilitiies instructions
241+ [{:keys [provider model model-capabilities instructions
241242 prompt user-messages config tools provider-auth]}]
242243 (let [result-p (promise )
243244 output* (atom " " )]
244245 (complete!
245246 {:provider provider
246247 :model model
247- :model-capabilitiies model-capabilitiies
248+ :model-capabilities model-capabilities
248249 :instructions instructions
249250 :tools tools
250251 :provider-auth provider-auth
You can’t perform that action at this time.
0 commit comments