-
Notifications
You must be signed in to change notification settings - Fork 189
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
Fix links #1814
base: main
Are you sure you want to change the base?
Fix links #1814
Conversation
@@ -23,10 +23,10 @@ linkTitle: Generative AI events | |||
|
|||
<!-- tocstop --> | |||
|
|||
GenAI instrumentations MAY capture user inputs sent to the model and responses received from it as [events](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#emit-an-event). | |||
GenAI instrumentations MAY capture user inputs sent to the model and responses received from it as [events](../general/events.md). |
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.
@lmolkova alternatively could do
GenAI instrumentations MAY capture user inputs sent to the model and responses received from it as [events](../general/events.md). | |
GenAI instrumentations MAY capture user inputs sent to the model and responses received from it as [events](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#emit-a-logrecord). |
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.
Let's link the events section there?
GenAI instrumentations MAY capture user inputs sent to the model and responses received from it as [events](../general/events.md). | |
GenAI instrumentations MAY capture user inputs sent to the model and responses received from it as [events](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.41.0/specification/logs/data-model.md#events). |
Note that the patching done via Is minimal to ensure that the link checker is happy. I haven't matched all the changes proposed in this PR. (Probably what you already expect, but wanted to make that explicit.) |
Link checker isn't checking anchors on external links, I've opened #1813 to look into (and hopefully fix) the underlying issue in lychee, but fixing the links @chalin has found via the website link checker in the meantime...