2 files changed
+4
-4
lines changed- .github/workflows/deploy-tests.yaml+84-15
- CHANGELOG.md+8-2
- Makefile+13-6
- js/.nvmrc+1-1
- js/chat/chat.scss+4-3
- js/chat/chat.ts+86-28
- pytest.ini+2
- shiny/_main_create.py+13-5
- shiny/api-examples/modal_remove/app-core.py+45
- shiny/api-examples/modal_remove/app-express.py+40
- shiny/playwright/controller/__init__.py+42-17
- shiny/playwright/controller/_accordion.py+323
- shiny/playwright/controller/_base.py+440
- shiny/playwright/controller/_card.py+477
- shiny/playwright/controller/_chat.py+152
- shiny/playwright/controller/_controls.py-7.0k
- shiny/playwright/controller/_expect.py+240
- shiny/playwright/controller/_file.py+55
- shiny/playwright/controller/_input_buttons.py+466
- shiny/playwright/controller/_input_controls.py+1.6k
- shiny/playwright/controller/_input_fields.py+957
- shiny/playwright/controller/_layout.py+146
- shiny/playwright/controller/_navs.py+697
- shiny/playwright/controller/_output.py+1.3k
- shiny/playwright/controller/_overlay.py+286
- shiny/templates/chat/production/anthropic/_template.json+5
- shiny/templates/chat/production/anthropic/app.py+59
- shiny/templates/chat/production/anthropic/app_utils.py+26
- shiny/templates/chat/production/anthropic/requirements.txt+4
- shiny/templates/chat/production/openai/_template.json+5
- shiny/templates/chat/production/openai/app.py+56
- shiny/templates/chat/production/openai/app_utils.py+26
- shiny/templates/chat/production/openai/requirements.txt+4
- shiny/ui/_chat.py+91-68
- shiny/ui/_chat_tokenizer.py+3-16
- shiny/ui/_chat_types.py-6
- shiny/ui/_modal.py+1-1
- shiny/www/py-shiny/chat/chat.css+1-1
- shiny/www/py-shiny/chat/chat.css.map+2-2
- shiny/www/py-shiny/chat/chat.js+22-22
- shiny/www/py-shiny/chat/chat.js.map+3-3
- tests/playwright/deploys/express-accordion/test_deploys_express_accordion.py+2-2
- tests/playwright/deploys/express-dataframe/test_deploys_express_dataframe.py+2-2
- tests/playwright/deploys/express-folium/test_deploys_express_folium.py+2-2
- tests/playwright/deploys/express-page_default/test_deploys_express_page_default.py+2-2
- tests/playwright/deploys/express-page_fillable/test_deploys_express_page_fillable.py+2-2
- tests/playwright/deploys/express-page_fluid/test_deploys_express_page_fluid.py+2-2
- tests/playwright/deploys/express-page_sidebar/test_deploys_express_page_sidebar.py+7-2
- tests/playwright/deploys/plotly/test_plotly_app.py+2-2
- tests/playwright/deploys/shiny-client-console-error/test_shiny_client_error.py+2-2
- tests/playwright/shiny/components/chat/dynamic_ui/app.py+8
- tests/playwright/shiny/components/chat/dynamic_ui/test_chat_dynamic_ui.py+15
- tests/playwright/shiny/components/chat/stream/test_chat_stream.py+2-2
- tests/playwright/shiny/components/value_box/kitchensink/test_valuebox_ks.py+1-1
- tests/playwright/shiny/inputs/input_radio_checkbox_group/test_input_radio_checkbox_group_app.py+1-1
- tests/playwright/utils/deploy_utils.py+82-16
- tests/pytest/test_chat.py+64-48
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments