Skip to content

Commit

Permalink
docs: cleanup cookbook example
Browse files Browse the repository at this point in the history
  • Loading branch information
joschkabraun committed Aug 9, 2024
1 parent 87bca79 commit 4c44f31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cookbook/fetch_trace_logs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ dotenv.config();
const p = new Parea(process.env.PAREA_API_KEY);

async function main() {
const experiments = await p.listExperiments();
console.log(`found ${experiments.length} experiments`);
const response: PaginatedTraceLogsResponse = await p.getTraceLogs({
project_name: 'default',
filter_field: 'trace_name',
Expand Down

0 comments on commit 4c44f31

Please sign in to comment.