Skip to content

Commit 05bbd04

Browse files
committed
shared_context typo in npc_compiler.
1 parent d8c9294 commit 05bbd04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

npcpy/npc_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ def handle_agent_pass(self,
641641
return target_npc.check_llm_command(
642642
updated_command,
643643
messages=messages,
644-
shared_context=self.shared_context,
644+
context=self.shared_context,
645645
stream = stream
646646

647647

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def package_files(directory):
8383

8484
setup(
8585
name="npcpy",
86-
version="1.0.13",
86+
version="1.0.14",
8787
packages=find_packages(exclude=["tests*"]),
8888
install_requires=base_requirements, # Only install base requirements by default
8989
extras_require={

0 commit comments

Comments
 (0)