chore: generate
This commit is contained in:
@@ -63,9 +63,7 @@ export const TaskTool = Tool.define(
|
|||||||
|
|
||||||
const taskID = params.task_id
|
const taskID = params.task_id
|
||||||
const session = taskID
|
const session = taskID
|
||||||
? yield* sessions.get(SessionID.make(taskID)).pipe(
|
? yield* sessions.get(SessionID.make(taskID)).pipe(Effect.catchCause(() => Effect.succeed(undefined)))
|
||||||
Effect.catchCause(() => Effect.succeed(undefined)),
|
|
||||||
)
|
|
||||||
: undefined
|
: undefined
|
||||||
const nextSession =
|
const nextSession =
|
||||||
session ??
|
session ??
|
||||||
|
|||||||
Reference in New Issue
Block a user