Skip to content

Commit 5a3ad6c

Browse files
committed
fix
1 parent 41c5b8c commit 5a3ad6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sempy_labs/rti/_copilot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ def nl_to_kql(
114114
method="post",
115115
client="fabric_sp",
116116
)
117-
return response.get("kqlQuery")
117+
return response.json().get("kqlQuery")

0 commit comments

Comments
 (0)