fix(hooks): switch session.prompt to promptAsync in all hooks
This commit is contained in:
@@ -364,7 +364,7 @@ export function createRalphLoopHook(
|
||||
: undefined
|
||||
}
|
||||
|
||||
await ctx.client.session.prompt({
|
||||
await ctx.client.session.promptAsync({
|
||||
path: { id: sessionID },
|
||||
body: {
|
||||
...(agent !== undefined ? { agent } : {}),
|
||||
|
||||
Reference in New Issue
Block a user