Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
新米到上手 LangChain: 藉由 Function Agent 在 LINE Bot ...
Search
LINE Developers Taiwan
PRO
August 17, 2023
Technology
1
27k
新米到上手 LangChain: 藉由 Function Agent 在 LINE Bot 上處理 Calendar 資訊!
LINE Developers Taiwan
PRO
August 17, 2023
Tweet
Share
More Decks by LINE Developers Taiwan
See All by LINE Developers Taiwan
研究生的 LINER生活
line_developers_tw
PRO
0
18
#Rookie’s Adventure: A 0 to 1 Dev Journey
line_developers_tw
PRO
0
23
LINE 購物幕後推手
line_developers_tw
PRO
0
700
從校園到職場 我的實習旅程
line_developers_tw
PRO
0
120
探索數據未來
line_developers_tw
PRO
0
20
MLE 的修煉之路
line_developers_tw
PRO
0
94
LINE 實習分享 & 國際黑客松參賽分享
line_developers_tw
PRO
0
50
在 GCP 運用 Parse 全家餐管理那堆 AI 應用的資料
line_developers_tw
PRO
0
43
40歲的我會給20歲的自己,關於軟體開發的7個建議
line_developers_tw
PRO
0
9.8k
Other Decks in Technology
See All in Technology
AIコードエディタは開発を変えるか?Cursorをチームに導入して1ヶ月経った本音
ota1022
1
700
プラットフォームとしての Datadog / Datadog as Platforms
aoto
PRO
1
340
Cursor Meetup Tokyo
iamshunta
2
470
GigaViewerにおけるMackerel APM導入の裏側
7474
0
460
技術書典18結果報告
mutsumix
2
180
Houtou.pm #1
papix
0
660
令和トラベルQAのAI活用
seigaitakahiro
0
520
Introduction to Bill One Development Engineer
sansan33
PRO
0
240
名刺メーカーDevグループ 紹介資料
sansan33
PRO
0
740
新卒から4年間、20年もののWebサービスと向き合って学んだソフトウェア考古学 - PHPカンファレンス新潟2025 / new graduate 4year software archeology
oguri
2
360
面接を通過するためにやってて良かったこと3選
sansantech
PRO
0
130
ソフトウェアテストのAI活用_ver1.10
fumisuke
0
240
Featured
See All Featured
Side Projects
sachag
454
42k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
19
1.3k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.2k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
The Power of CSS Pseudo Elements
geoffreycrofte
76
5.8k
The Cost Of JavaScript in 2023
addyosmani
49
8.1k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
The Invisible Side of Design
smashingmag
299
50k
Raft: Consensus for Rubyists
vanstee
137
7k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Designing for humans not robots
tammielis
253
25k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
15
890
Transcript
None
新米到上⼿ LangChain: 別再更新了,快學不動了
SECTION --- Why Google Calendar
最近跑去上課了
Google -> Apple
01 同步很快 (< 60s) 果粉(蠅)要原⽣的! 02 Google GET API ⽅便
03 ⼿機電腦平板都同步
標題 時間 位置 簡述
⼀個 GET API 就能⽤
SECTION --- How Do I Do in ChatGPT
暴 ⼒ 破 解
01 像是型別定義 轉換成 LangChain Function Agent 02 寫描述宣告 03 ⽣成對應欄位
04 給範圍調整
01 像是型別定義 轉換成 LangChain Function Agent 02 寫描述宣告 03 ⽣成對應欄位
04 給範圍調整
01 ⽤ class 寫新功能 轉換成 LangChain Function Agent 02 選擇
model 03 ⾃動判別意圖
SECTION --- ⽬前得到的好處
01 不⽤寫⿊魔法 轉換成 LangChain Function Agent 02 判斷今天、明天 、兩天後 03
通通 Chain 起來 04 不會爆 Token 吧
AS-IS
TO-BE
SECTION --- 還不知道怎麼把網址拆出來
01 不會被吃參數 比較能控制 從魔法來的東⻄ 02 避免出現在 IAB 03 不⽤綁 OAuth
None