Skip to content

Commit ef801ca

Browse files
committed
Another attempt
1 parent b406663 commit ef801ca

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

llms_wrapper/llms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,7 @@ def query(
11131113
llmalias,
11141114
messages=messages,
11151115
tools=tools,
1116+
tool_map=tool_map,
11161117
return_cost=return_cost,
11171118
return_response=return_response,
11181119
debug=debug,

llms_wrapper/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import importlib.metadata
2-
__version__ = "0.9.1.2"
2+
__version__ = "0.9.1.3"
33

0 commit comments

Comments
 (0)