chore: generate
This commit is contained in:
parent
1f37c26574
commit
ce82b21073
1 changed files with 1 additions and 3 deletions
|
|
@ -11,9 +11,7 @@ import { testEffect } from "../lib/effect"
|
|||
|
||||
// Skip tests if no API key is available
|
||||
const hasApiKey = !!process.env.ANTHROPIC_API_KEY
|
||||
const it = testEffect(
|
||||
AppNodeBuilder.build(LayerNode.group([SessionPrompt.node, Session.node, Ripgrep.node])),
|
||||
)
|
||||
const it = testEffect(AppNodeBuilder.build(LayerNode.group([SessionPrompt.node, Session.node, Ripgrep.node])))
|
||||
const live = hasApiKey ? it.instance : it.instance.skip
|
||||
|
||||
describe("StructuredOutput Integration", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue