Skip to content

Commit 09da960

Browse files
authoredSep 21, 2023
Merge pull request #1788 from itowlson/llm-everywhere
Add `llm` import to other worlds
2 parents 766b449 + 9532450 commit 09da960

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎wit/preview2/reactor.wit

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ world redis-trigger {
2121
import redis
2222
import key-value
2323
import http
24+
import llm
2425
export inbound-redis
2526
}
2627

@@ -32,5 +33,6 @@ world http-trigger {
3233
import redis
3334
import key-value
3435
import http
36+
import llm
3537
export inbound-http
3638
}

0 commit comments

Comments
 (0)
Please sign in to comment.