| commit | 74d690e7b4794f2c164a9da30dd106a002b935d9 | [log] [tgz] |
|---|---|---|
| author | Josh Bleecher Snyder <josharian@gmail.com> | Wed May 14 18:16:03 2025 -0700 |
| committer | Josh Bleecher Snyder <josharian@gmail.com> | Thu May 15 12:40:29 2025 -0700 |
| tree | 412f1ad777e599ed61904c7f80c53859315babab | |
| parent | 039fc34bd9c8f7cf3e9f3c9aeee2e9677ce28e00 [diff] |
claudetool: remove knowledge base, focus on about sketch We should have a more general kb. Meanwhile, this is important and standalone. Make it all clearer and sharper.
diff --git a/llm/llm.go b/llm/llm.go index 9331961..3de6b7f 100644 --- a/llm/llm.go +++ b/llm/llm.go
@@ -27,6 +27,10 @@ return json.RawMessage(bytes) } +func EmptySchema() json.RawMessage { + return MustSchema(`{"type": "object", "properties": {}}`) +} + type Request struct { Messages []Message ToolChoice *ToolChoice