feat: Add NaliiaTools

This commit is contained in:
2026-02-16 16:35:15 -05:00
parent 63758f5f9c
commit 66fe0a2a13
7 changed files with 100 additions and 34 deletions

View File

@@ -35,7 +35,9 @@ class LLMFactory:
def _create_anthropic(self):
model_name = "claude-sonnet-4-5-20250929"
model = ChatAnthropic(model=model_name)
model = ChatAnthropic(
model=model_name
)
return model