-
Notifications
You must be signed in to change notification settings - Fork 64
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
Improve the OpenAI integration #104
Conversation
Deploying logfire-docs with Cloudflare Pages
|
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
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.
otherwise LGTM
|
||
from ..main import Logfire, LogfireSpan | ||
|
||
_AsyncStreamT = TypeVar('_AsyncStreamT', bound=AsyncStream[Any]) |
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.
can you add a comment explaining roughly what these do and why they're needed - just one comment for all of them is probably enough.
Does this take #54 into account? |
ddaa2db
to
f76ef10
Compare
No. Unrelated. |
.with_raw_response
is used #62