Skip to content

Commit 2d1574c

Browse files
committed
fix(dojo): re-enable agentic generative UI test
Signed-off-by: Tyler Slaton <[email protected]>
1 parent 88f24ef commit 2d1574c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

typescript-sdk/apps/dojo/e2e/tests/pydanticAITests/agenticGenUI.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { AgenticGenUIPage } from "../../pages/pydanticAIPages/AgenticUIGenPage";
33

44
test.describe("Agent Generative UI Feature", () => {
55
// Flaky. Sometimes the steps render but never process.
6-
test.fixme("[PydanticAI] should interact with the chat to get a planner on prompt", async ({
6+
test("[PydanticAI] should interact with the chat to get a planner on prompt", async ({
77
page,
88
}) => {
99
const genUIAgent = new AgenticGenUIPage(page);

typescript-sdk/integrations/pydantic-ai/examples/server/api/agentic_generative_ui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class JSONPatchOp(BaseModel):
5858
- Do NOT repeat the plan or summarise it in a message
5959
- Do NOT confirm the creation or updates in a message
6060
- Do NOT ask the user for additional information or next steps
61+
- Do NOT leave a plan hanging, always complete the plan via `update_plan_step` if one is ongoing.
6162
6263
Only one plan can be active at a time, so do not call the `create_plan` tool
6364
again until all the steps in current plan are completed.

0 commit comments

Comments
 (0)