fix: user__ask should have been renamed to user__select in graph agent user interaction invocations
This commit is contained in:
@@ -23,7 +23,7 @@ impl ApprovalNodeExecutor {
|
||||
|
||||
let response = handle_user_tool(
|
||||
ctx,
|
||||
&format!("{USER_FUNCTION_PREFIX}ask"),
|
||||
&format!("{USER_FUNCTION_PREFIX}select"),
|
||||
&json!({ "question": question, "options": node.options }),
|
||||
)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user