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