Mercurial Hosting > lang
comparison src/lib/ai/claude/Ai_chat.luan @ 40:6cdb2c761e08
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 10 Aug 2025 11:29:02 +0900 |
parents | 238a91f224b1 |
children | 2a4c83ce3deb |
comparison
equal
deleted
inserted
replaced
39:df72d5d5d9dc | 40:6cdb2c761e08 |
---|---|
78 end | 78 end |
79 | 79 |
80 local functions = { | 80 local functions = { |
81 get_thread = { | 81 get_thread = { |
82 tool = { | 82 tool = { |
83 cname = "get_thread" | |
84 description = "Get the contents of a thread/chat with Claude on this website. The contents will be JSON in the format of the Claude API." | 83 description = "Get the contents of a thread/chat with Claude on this website. The contents will be JSON in the format of the Claude API." |
85 input_schema = { | 84 input_schema = { |
86 type = "object" | 85 type = "object" |
87 properties = { | 86 properties = { |
88 thread_id = { | 87 thread_id = { |