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
@@ -115,7 +115,7 @@ const convert = (content: string, contentType: string, format: Format) => {
return content
}
export const layer = Layer.effectDiscard(
const layer = Layer.effectDiscard(
Effect.gen(function* () {
const tools = yield* Tools.Service
const http = yield* HttpClient.HttpClient