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(
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user