Skip to content

Commit

Permalink
fix(wren-ai-service): put the lacking project id for previewing data …
Browse files Browse the repository at this point in the history
…in the question recommendation (#949)
  • Loading branch information
paopa authored Nov 25, 2024
1 parent 0eb39e4 commit 5f0c4d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ async def _validate_question(
contexts=documents,
exclude=[],
configuration=Configuration(),
project_id=project_id,
)

post_process = generated_sql["post_process"]
Expand Down

0 comments on commit 5f0c4d1

Please sign in to comment.