mirror of
https://github.com/usestrix/strix.git
synced 2026-08-24 03:42:37 +02:00
refactor: remove custom llm provider layer
This commit is contained in:
@@ -242,7 +242,7 @@ def build_strix_agent(
|
||||
# looping through think/list_todos forever.
|
||||
reset_tool_choice=interactive,
|
||||
# model=None so ``RunConfig.model`` drives provider selection
|
||||
# via :func:`build_multi_provider` rather than the SDK's default.
|
||||
# through the SDK's default MultiProvider.
|
||||
model=None,
|
||||
capabilities=[Filesystem(), Shell()],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user