summaryrefslogtreecommitdiff
path: root/libpanto/src/file_system_jsonl_store.zig
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-06-09 11:56:15 -0600
committert <t@tjp.lol>2026-06-09 11:56:35 -0600
commita7fe265365ba5e8bfbd0e65c827d38c038be7b0f (patch)
tree6c7bc4a5ef2f1ba6167b498aa03d17c5b7afb609 /libpanto/src/file_system_jsonl_store.zig
parent1cef19b12d59147ec32e4c0cd6a4828384b16417 (diff)
anthropic thinking
Diffstat (limited to 'libpanto/src/file_system_jsonl_store.zig')
-rw-r--r--libpanto/src/file_system_jsonl_store.zig4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpanto/src/file_system_jsonl_store.zig b/libpanto/src/file_system_jsonl_store.zig
index bbf8ea5..c77d7d2 100644
--- a/libpanto/src/file_system_jsonl_store.zig
+++ b/libpanto/src/file_system_jsonl_store.zig
@@ -1351,6 +1351,10 @@ pub const FileSystemJSONLStore = struct {
.base_url = pm.identity.base_url,
.model = pm.identity.model,
.reasoning = pm.identity.reasoning,
+ .thinking = pm.identity.thinking,
+ .effort = pm.identity.effort,
+ .thinking_budget_tokens = pm.identity.thinking_budget_tokens,
+ .thinking_interleaved = pm.identity.thinking_interleaved,
};
built += 1;
}