fix: user__ask should have been renamed to user__select in graph agent user interaction invocations

This commit is contained in:
2026-08-21 14:49:27 -06:00
parent 2af6fe64d4
commit 5f23e2403f
+1 -1
View File
@@ -23,7 +23,7 @@ impl ApprovalNodeExecutor {
let response = handle_user_tool( let response = handle_user_tool(
ctx, ctx,
&format!("{USER_FUNCTION_PREFIX}ask"), &format!("{USER_FUNCTION_PREFIX}select"),
&json!({ "question": question, "options": node.options }), &json!({ "question": question, "options": node.options }),
) )
.await .await