mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
dd06dd89d1
The showcase framework directories better reflect their role as integration examples rather than distributable packages. Renames showcase/packages/ -> showcase/integrations/ and updates the test docker-compose file reference accordingly.
18 lines
518 B
Markdown
18 lines
518 B
Markdown
# QA: Reasoning (Default Render) — Spring AI
|
|
|
|
## Prerequisites
|
|
|
|
- Spring AI backend is up
|
|
|
|
## Test Steps
|
|
|
|
- [ ] Navigate to `/demos/reasoning-default-render`
|
|
- [ ] Send a message
|
|
- [ ] Verify the page loads and chat responds normally
|
|
|
|
## Expected Results
|
|
|
|
- Zero-config reasoning: no `reasoningMessage` slot is registered
|
|
- If REASONING*MESSAGE*\* events are emitted, the built-in CopilotChatReasoningMessage renders a collapsible card
|
|
- If not (current Spring AI adapter default), the chat behaves as a normal chat
|