refactor(core): remove tool layer exports (#34622)

This commit is contained in:
James Long
2026-06-30 11:18:41 -04:00
committed by GitHub
parent 74e7a378bb
commit 5691f36e98
18 changed files with 19 additions and 40 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export const toModelOutput = (
return `User has answered your questions: ${formatted}. You can now continue with the user's answers in mind.`
}
export const layer = Layer.effectDiscard(
const layer = Layer.effectDiscard(
Effect.gen(function* () {
const tools = yield* Tools.Service
const question = yield* QuestionV2.Service