fix(code-execution): support bracket notation and multiple import styles (#6290)

Signed-off-by: rabi <ramishra@redhat.com>
This commit is contained in:
Rabi Mishra
2026-01-06 00:21:52 +05:30
committed by GitHub
parent 59088e033e
commit ddaedd8b76
2 changed files with 100 additions and 26 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ async fn test_acp_with_builtin_and_mcp() {
include_str!("./test_data/openai_builtin_read_modules.txt"),
),
(
r#"get_code({ }): string - Get the code"#.into(),
r#"lookup[\"get_code\"]({}): string - Get the code"#.into(),
include_str!("./test_data/openai_builtin_execute.txt"),
),
(