Commit Graph

546 Commits

Author SHA1 Message Date
Nate Kelley 644d7f89d8
chat update 2025-02-10 20:23:28 -07:00
Nate Kelley 7a349da981
added functions for streaming content 2025-02-10 16:43:38 -07:00
Nate Kelley 25e24b1341
close action 2025-02-10 15:35:18 -07:00
Nate Kelley 90e859b761
Update StatusIndicator.tsx 2025-02-10 15:25:55 -07:00
Nate Kelley 863bcef721
remove chunks for files 2025-02-10 15:21:59 -07:00
Nate Kelley fe8ccf4a33
container update 2025-02-10 14:15:30 -07:00
Nate Kelley f93611b7f4
code block wrapper 2025-02-10 13:23:32 -07:00
Nate Kelley 7a1f5418b3
adjust file card 2025-02-10 12:24:35 -07:00
Nate Kelley 9fa93deed4
add better indicators 2025-02-10 11:57:07 -07:00
Nate Kelley 14ca65be59
update types 2025-02-10 11:41:59 -07:00
Nate Kelley c40bdfcb4c
Reasoning file 2025-02-10 10:42:47 -07:00
Nate Kelley 4f63276de2
thought message types update 2025-02-10 09:59:54 -07:00
Nate Kelley 0138b94321
auto update layout 2025-02-09 08:25:32 -07:00
Nate Kelley dd947d1999
change up IBusterChat 2025-02-08 21:13:42 -07:00
Nate Kelley 4ef095ceba
reasoning file click 2025-02-08 15:45:56 -07:00
Nate Kelley 75873c2ef5
add reasoning messages 2025-02-08 14:37:46 -07:00
Nate Kelley 117db1c21d
responses generated 2025-02-07 22:24:18 -07:00
Nate Kelley 2785d90cd7
added query requests for chats and metrics 2025-02-07 20:52:25 -07:00
Nate Kelley d98bd17741
naming conventions 2025-02-07 20:27:07 -07:00
Nate Kelley c6ac866d72
create chats 2025-02-07 19:57:42 -07:00
Nate Kelley 07c750b801
add additional context rules 2025-02-07 19:45:48 -07:00
Nate Kelley e831a2149d
use metric fetched logic 2025-02-07 14:30:50 -07:00
Nate Kelley 9054d61cf7
replace immer with mutative 2025-02-07 14:11:05 -07:00
Nate Kelley d02874f5fd
Update useMetricUpdateConfig.ts 2025-02-07 13:24:11 -07:00
Nate Kelley d1e0ba9970
rename some vars 2025-02-07 13:20:11 -07:00
Nate Kelley 274c74587d
update how dashboards are 2025-02-07 12:45:47 -07:00
Nate Kelley 88047b5e40
abstract listing metrics 2025-02-06 19:19:39 -07:00
Nate Kelley 05ce401d15
create chat lists 2025-02-06 19:08:40 -07:00
Nate Kelley 9483d60e5f
file editor updates 2025-02-06 15:15:13 -07:00
Nate Kelley 98d62419b9
add delete chat area 2025-02-06 15:06:37 -07:00
Nate Kelley 7d95f1f008
share menu 2025-02-06 14:31:46 -07:00
Nate Kelley a2f07161f8
Merge branch 'staging' into big-nate/bus-939-create-new-structure-for-chats 2025-02-06 13:01:19 -07:00
Nate Kelley 36b36fa1a4
dots on line update 2025-02-06 12:58:37 -07:00
dal ef685d87a4
Fix x axis intervals (#105)
* xAxisTickinerval

* fix(visualization): Add x-axis time unit configuration for bar and combo charts

- Extend chart configuration to support optional x-axis time unit
- Update modify visualization agent to dynamically set x-axis time interval
- Modify bar line and combo chart prompts to include x_axis_time_unit parameter

* only use valid time units

* refactor(visualization): Simplify x-axis time unit configuration

- Modify modify_visualization_agent to extract and remove x-axis time unit more efficiently
- Update global styling result structure for x-axis time interval
- Adjust format_label_prompt comment to clarify date format default behavior

---------

Co-authored-by: Nate Kelley <nate@buster.so>
2025-02-06 11:58:25 -08:00
Nate Kelley f1381bdf50
Update useXAxis.ts 2025-02-06 12:47:08 -07:00
Nate Kelley a519a772ee
xAxisTimeInterval 2025-02-06 12:22:14 -07:00
Nate Kelley a58b8057b8
Update MOCK_DASHBOARD.ts 2025-02-06 10:40:02 -07:00
Nate Kelley 06410c3187
update faker 2025-02-06 10:19:25 -07:00
Nate Kelley f6ad1e24f0
dashboard updates 2025-02-06 10:06:28 -07:00
Nate Kelley da76a0e19b
Merge branch 'staging' into big-nate/bus-939-create-new-structure-for-chats 2025-02-06 09:05:06 -07:00
Nate Kelley 5405232de9
animation rews update 2025-02-05 22:57:56 -07:00
Nate Kelley 279d903de2
defferred updatate 2025-02-05 22:42:22 -07:00
Nate Kelley f3a4fb96ef
mock data update 2025-02-05 22:35:46 -07:00
dal e144377ada
Tweaked the fix sql to return a json output so we don't get parse errors. 2025-02-05 21:55:19 -07:00
dal b872cf63a4
feat(prompts): Enhance SQL query generation and error handling instructions
- Update failed SQL fix prompt to emphasize query output format
- Add clarification to dataset selector prompt about selecting multiple datasets
2025-02-05 18:24:34 -07:00
Nate Kelley 6c5f4c7b5f
dashboard config 2025-02-05 16:43:18 -07:00
dal 80d3662c3f
Merge pull request #101 from buster-so/dal/term_search_bug
Dal/term search bug
2025-02-05 15:23:49 -08:00
dal fb75c1f554
fix(search): Add organization_id filter to semantic and terms search queries 2025-02-05 16:23:24 -07:00
dal 7bcd7d81bc
make sure the output of fix sql is delimited 2025-02-05 16:19:23 -07:00
Nate Kelley 1a373d1e04
popup selet file container 2025-02-05 14:31:32 -07:00