Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streamline show table #907

Merged
merged 2 commits into from
Jan 2, 2025
Merged

Streamline show table #907

merged 2 commits into from
Jan 2, 2025

Conversation

ahuang11
Copy link
Contributor

@ahuang11 ahuang11 commented Dec 27, 2024

Makes finding the user message and removing the need to determine join a bit more robust.

Before:
image

After:
image

No longer startswith because the planner now mutates the user message with additional instructions.

3 (u). "Show the table: 'passengers.csv'" -- Here's the current instructions from the multi-step plan: "Generate and execute a query to retrieve all data from the 'passengers.csv' table."

@ahuang11 ahuang11 requested a review from philippjfr December 27, 2024 20:09
@ahuang11 ahuang11 changed the title streamline show Streamline show table Dec 27, 2024
Copy link

codecov bot commented Dec 27, 2024

Codecov Report

Attention: Patch coverage is 0% with 19 lines in your changes missing coverage. Please review.

Project coverage is 51.59%. Comparing base (82df710) to head (f45e0dd).
Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
lumen/ai/agents.py 0.00% 19 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #907      +/-   ##
==========================================
- Coverage   51.66%   51.59%   -0.07%     
==========================================
  Files         108      108              
  Lines       13701    13718      +17     
==========================================
  Hits         7078     7078              
- Misses       6623     6640      +17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

lumen/ai/agents.py Outdated Show resolved Hide resolved
@philippjfr philippjfr enabled auto-merge (squash) December 30, 2024 11:30
@philippjfr philippjfr merged commit 5d347d5 into main Jan 2, 2025
12 checks passed
@philippjfr philippjfr deleted the streamline_show_table branch January 2, 2025 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants