-
Notifications
You must be signed in to change notification settings - Fork 0
[QUO-2301] Update Log and Detection Params #18
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
Conversation
examples/example_logs.ts
Outdated
| @@ -1,17 +1,17 @@ | |||
| import { QuotientAI } from 'quotientai'; | |||
| import { QuotientAI, DetectionType } from '../quotientai/index'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this should be a relative import? It assumes someone is cloning this repo over copy + paste I think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yea let me fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cruf from testing locally, should be fixed now
|
|
||
| ```typescript | ||
| import { QuotientAI } from 'quotientai'; | ||
| import { QuotientAI, DetectionType } from 'quotientai'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quotientai/types for DetectionType?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh i see we can have both?
No description provided.