You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Return the same response that the Genie Space would have given back. Ideally, a SQL query runs and the output is returned.
Is it a regression?
No.
Debug Logs
{
"content": "REDACTED"
}
< {
< "error_code": "PERMISSION_DENIED",
< "message": "This API is not yet supported in this workspace."
< }
Other Information
Version: [0.39.0]
The text was updated successfully, but these errors were encountered:
lohithmunakala
changed the title
[ISSUE] w.genie API is does not yet supported in the workspace.
[ISSUE] w.genie API is not yet supported in the workspace.
Dec 17, 2024
Description
I've been trying to call a Genie Space using the genie api call on 0.39.0. All the settings to the workspace have Genie enabled as well.
Reproduction
response = w.genie.start_conversation(space_id=<space_id>, content=<question>)
Expected behavior
Return the same response that the Genie Space would have given back. Ideally, a SQL query runs and the output is returned.
Is it a regression?
No.
Debug Logs
Other Information
The text was updated successfully, but these errors were encountered: