Phase 3 Testing: buildOutputFormatInstruction oneOf support #502

Closed
opened 2026-05-25 06:19:57 +00:00 by xiaoju · 0 comments
Owner

Ref: #499

测试步骤

  • Step 1: output format instruction shows per-variant fields

    bun test packages/workflow-agent-kit/ --grep "oneOf\|variant\|discriminat"
    

    预期: 有测试验证 oneOf schema 生成正确的 agent 指令

  • Step 2: agent-kit tests all pass

    bun test packages/workflow-agent-kit/
    

    预期: 全部通过

  • Step 3: full test suite passes

    bun run --filter "./packages/*" test
    

    预期: 全部通过

Ref: #499 ## 测试步骤 - [ ] **Step 1: output format instruction shows per-variant fields** ```bash bun test packages/workflow-agent-kit/ --grep "oneOf\|variant\|discriminat" ``` **预期:** 有测试验证 oneOf schema 生成正确的 agent 指令 - [ ] **Step 2: agent-kit tests all pass** ```bash bun test packages/workflow-agent-kit/ ``` **预期:** 全部通过 - [ ] **Step 3: full test suite passes** ```bash bun run --filter "./packages/*" test ``` **预期:** 全部通过
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#502