diff options
| author | t <t@tjp.lol> | 2026-06-10 10:06:07 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-06-10 12:17:27 -0600 |
| commit | bb85e867bc938138f29fb45230169af1ba60761c (patch) | |
| tree | 5ad1cf50274c61ccfffab7048b4a4e28003d82b5 /build.zig.zon | |
| parent | d26890bbc52e9f0050db40f208763a7f2b714ddd (diff) | |
Add addUserText helper; update all call sites
Conversation.addUserMessage now takes a []ContentBlock (symmetric with
addAssistantMessage). Introduce a thin addUserText wrapper in agent.zig
for the plain-text case and update every call site in agent.zig and
anthropic_messages_json.zig accordingly.
Diffstat (limited to 'build.zig.zon')
| -rw-r--r-- | build.zig.zon | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.zig.zon b/build.zig.zon index 19feb70..6a04444 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -6,6 +6,9 @@ .panto = .{ .path = "libpanto", }, + .panto_lua = .{ + .path = "libpanto-lua", + }, .lua_src = .{ .url = "https://www.lua.org/ftp/lua-5.4.7.tar.gz", .hash = "N-V-__8AAIMvFABt-Qcpk24RD10ldEN743D8Q2e19Er8x3dJ", |
