Skip to content

Conversation

@mike-goitia
Copy link
Contributor

No description provided.

console.log('pollForDetectionResults with logId: ', logId);

// poll for the detection results
const detectionResults = await quotientLogger.pollForDetectionResults(logId);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be pollForDetection?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@@ -1,49 +1,63 @@
import { QuotientAI } from '../quotientai';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think this should be from quotientai?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

README.md Outdated

```typescript
new QuotientAI(apiKey?: string)
QUOTIENT_API_KEY={{YOUR_API_KEY}} ts-node examples/example_logs.ts
Copy link
Member

@freddiev4 freddiev4 May 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would actually just copy and paste example_logs.ts directly in here rather than have it be in the repo. Assume people won't clone this but instead have only done npm install quotientai

QUOTIENT_API_KEY={{YOUR_API_KEY}} ts-node example.ts

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok I did this. This makes a lot of sense!

@mike-goitia mike-goitia requested a review from freddiev4 May 15, 2025 22:51
freddiev4
freddiev4 previously approved these changes May 15, 2025
@freddiev4 freddiev4 merged commit af24fc0 into main May 16, 2025
1 of 2 checks passed
@quotient-ai quotient-ai deleted a comment from linear bot May 16, 2025
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.

3 participants