Skip to content

Commit a46d68f

Browse files
committed
remove angry prompt
1 parent 6b28bc8 commit a46d68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/workers-observability/src/tools/observability.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This tool provides three primary views of your Worker data:
6464
const response = await queryWorkersObservability(agent.props.accessToken, accountId, query)
6565

6666
if (query.view === 'calculations') {
67-
let data = 'DISPLAY THE CALCULATIONS IN A GRAPHICAL WAY'
67+
let data = ''
6868
for (const calculation of response?.calculations || []) {
6969
const alias = calculation.alias || calculation.calculation
7070
const aggregates = calculation.aggregates.map((agg) => {

0 commit comments

Comments
 (0)