Skip to content

Commit c873f63

Browse files
committed
Fix error text
1 parent 067528d commit c873f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/yandex_cloud_ml_sdk/_tools/search_index/call_strategy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def _validate(self):
3737
return
3838

3939
raise ValueError(
40-
'wrong {call_strategy=}, '
40+
f'wrong {call_strategy=}, '
4141
'expected `call_strategy="always"` or'
4242
'`call_strategy={"type": "function", "function": {"name": str, "instruction": str}}`'
4343
)

0 commit comments

Comments
 (0)