Skip to content

Commit d3de275

Browse files
committed
fix web-search support for custom providers.
1 parent 4bfc0be commit d3de275

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- fix web-search support for custom providers.
6+
57
## 0.12.5
68

79
- Improve tool call result marking as error when not expected output.

src/eca/handlers.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
(assoc m
2121
(str (name provider) "/" model)
2222
{:tools true
23+
:web-search true
2324
:custom-provider? true
2425
:default-model? (= model default-model)}))
2526
models

0 commit comments

Comments
 (0)