second clean commit

This commit is contained in:
Evan Lohn
2025-01-19 18:24:26 -08:00
parent 715359c120
commit 4fd6e36c2f
96 changed files with 7558 additions and 255 deletions

View File

@@ -174,6 +174,7 @@ class AnswerPromptBuilder:
)
# TODO: rename this? AnswerConfig maybe?
class LLMCall(BaseModel__v1):
prompt_builder: AnswerPromptBuilder
tools: list[Tool]