# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/aig2wia
提示工程中的 10 個設計模式**
我們可以將提示詞定義爲向大型語言模型 (Large Language Model,LLM) 提供的一個查詢或一組指令,這些指令隨後使模型能夠維持一定程度的自定義或增強,以改進其功能並影響其輸出。我們可以通過提供細節、規則和指導來引出更有針對性的輸出,從而使提示詞更加具體。提示詞越具體,輸出就越精確,關於提示工程的更多信息可以參考《解讀提示工程(Prompt Engineering)》以及《Agen ⌘ Read more