mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
Add workflow logic for weather forecast demo (#24)
This commit is contained in:
parent
7ef68eccfb
commit
33f9dd22e6
32 changed files with 1902 additions and 459 deletions
|
|
@ -13,17 +13,17 @@
|
|||
"path": "embedding-server"
|
||||
},
|
||||
{
|
||||
"name": "chatbot-client",
|
||||
"path": "chatbot-client"
|
||||
"name": "chatbot-ui",
|
||||
"path": "chatbot-ui"
|
||||
},
|
||||
{
|
||||
"name": "open-message-format",
|
||||
"path": "open-message-format"
|
||||
},
|
||||
{
|
||||
"name": "demos",
|
||||
"path": "./demos"
|
||||
},
|
||||
"name": "demos/weather-forecast",
|
||||
"path": "./demos/weather-forecast",
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue