fix: correct ToolSet constructor kwargs for site_editing
This commit is contained in:
parent
e68c84424f
commit
b41cf94d27
1 changed files with 4 additions and 3 deletions
|
|
@ -220,8 +220,9 @@ def _factory(context: dict) -> list:
|
||||||
|
|
||||||
site_editing_toolset = ToolSet(
|
site_editing_toolset = ToolSet(
|
||||||
name="site_editing",
|
name="site_editing",
|
||||||
system_prompt=SYSTEM_PROMPT,
|
description="Edit Better Life SG and Memoraiz project files",
|
||||||
openai_schemas=TOOLS,
|
capability="site_editing",
|
||||||
factory=_factory,
|
system_prompt_fragment=SYSTEM_PROMPT,
|
||||||
|
build_tools=_factory,
|
||||||
required_keys=[],
|
required_keys=[],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue