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
0
28k
新米到上手 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
Live Activities in LINE
line_developers_tw
PRO
0
7
Neumorphism x Liquid Glass
line_developers_tw
PRO
0
9
猜你喜歡 – 打造高度擴展的個人化電商推薦
line_developers_tw
PRO
0
21
打造新電商搜尋體驗- 搜尋意圖辨識
line_developers_tw
PRO
0
7
比價群組
line_developers_tw
PRO
0
11
從混亂到優雅,讓專案不再失控:ATDD 與 Clean Architecture 的後端實戰之路
line_developers_tw
PRO
0
10
2049智能共存:透過LINE Bot Agent迎接後人類時代
line_developers_tw
PRO
0
36
菸酒生在 LINE Taiwan 的後端雙刀流
line_developers_tw
PRO
0
1.4k
讓測試不再 BB! 從 BDD 到 CI/CD, 不靠人力也能 MVP
line_developers_tw
PRO
0
1.4k
Other Decks in Technology
See All in Technology
ZOZOTOWNフロントエンドにおけるディレクトリの分割戦略
zozotech
PRO
18
5.8k
AIエージェントの活用に重要な「MCP (Model Context Protocol)」とは何か
masayamoriofficial
0
200
アジャイルテストで高品質のスプリントレビューを
takesection
0
140
JOAI発表資料 @ 関東kaggler会
joai_committee
1
480
Gaze-LLE: Gaze Target Estimation via Large-Scale Learned Encoders
kzykmyzw
0
400
7月のガバクラ利用料が高かったので調べてみた
techniczna
3
750
事業価値と Engineering
recruitengineers
PRO
6
4.6k
DuckDB-Wasmを使って ブラウザ上でRDBMSを動かす
hacusk
1
130
認知戦の理解と、市民としての対抗策
hogehuga
0
410
AIとTDDによるNext.js「隙間ツール」開発の実践
makotot
6
770
mruby(PicoRuby)で ファミコン音楽を奏でる
kishima
1
330
Postman MCP 関連機能アップデート / Postman MCP feature updates
yokawasa
1
210
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
284
13k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Optimizing for Happiness
mojombo
379
70k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
How STYLIGHT went responsive
nonsquared
100
5.8k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Typedesign – Prime Four
hannesfritz
42
2.8k
Speed Design
sergeychernyshev
32
1.1k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Statistics for Hackers
jakevdp
799
220k
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