Add ChatMessage & ChatFeed edit functionality #12358
Annotations
11 errors
|
Test Unit:
panel/tests/chat/test_interface.py#L222
TestChatInterface.test_click_rerun
ValueError: String parameter '_TextInputBase.value' only takes a string value, not value of <class 'int'>.
|
Test Unit:
panel/tests/chat/test_feed.py#L201
TestChatFeed.test_add_step
ValueError: String parameter '_TextInputBase.value' only takes a string value, not value of <class 'panel.layout.card.Card'>.
|
Test Unit:
panel/tests/chat/test_feed.py#L237
TestChatFeed.test_add_step_new_user
ValueError: String parameter '_TextInputBase.value' only takes a string value, not value of <class 'panel.layout.card.Card'>.
|
Test Unit:
panel/tests/chat/test_message.py#L54
TestChatMessage.test_layout
AssertionError: assert False
+ where False = isinstance(Placeholder(Markdown, _pane=Markdown, css_classes=['placeholder'], stylesheets=['https://cdn.holoviz.org/...]), Markdown)
|
Test Unit:
panel/tests/chat/test_feed.py#L269
TestChatFeed.test_add_step_explict_not_append
ValueError: String parameter '_TextInputBase.value' only takes a string value, not value of <class 'panel.layout.card.Card'>.
|
Test Unit:
panel/tests/chat/test_message.py#L159
TestChatMessage.test_update_object
AssertionError: assert False
+ where False = isinstance(Placeholder(Markdown, _pane=Markdown, css_classes=['placeholder'], stylesheets=['https://cdn.holoviz.org/...]), Markdown)
|
Test Unit:
panel/tests/chat/test_message.py#L219
TestChatMessage.test_include_stylesheets_inplace_on_layouts
ValueError: String parameter '_TextInputBase.value' only takes a string value, not value of <class 'panel.layout.base.Row'>.
|
Test Unit:
panel/tests/chat/test_message.py#L239
TestChatMessage.test_include_message_css_class_inplace
ValueError: String parameter '_TextInputBase.value' only takes a string value, not value of <class 'panel.pane.markup.Markdown'>.
|
Test Unit:
panel/tests/chat/test_message.py#L215
TestChatMessage.test_does_not_turn_widget_into_str
ValueError: String parameter '_TextInputBase.value' only takes a string value, not value of <class 'bool'>.
|
Test Unit:
panel/tests/chat/test_feed.py#L302
TestChatFeed.test_add_step_inherits_callback_exception
ValueError: String parameter '_TextInputBase.value' only takes a string value, not value of <class 'panel.layout.card.Card'>.
|
Loading