-
Notifications
You must be signed in to change notification settings - Fork 600
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
OpenAI: Attach custom attributes to llm_events when prefixed with llm.
#2437
Comments
llm.
llm.
While we're working on this, let's make sure the attributes are applied to all custom events. Not just chat completion summaries. The |
@hannahramadan - When you get back to this, let me know if you think removing the plumbing for |
@kaylareopelle Yes let's throw that on here ◡̈ |
@kaylareopelle jsky Im going to remove |
Customers should be able to add custom attributes to a transaction via
add_custom_attribute
API. If a custom attribute is prefixed withllm.
, we should automatically attach it to the llm event, iellm.<user_defined_metadata>
The conversation_id is now being handled like any other llm.* custom event and should be added to all events when available. Update the references to
conversation_id
to use this newllm.
style.Let's make sure the attributes are applied to all custom events. Not just chat completion summaries.
We should make sure this is captured in documentation and may need to additionally describe this functionality in the reserved keyword docs.
The text was updated successfully, but these errors were encountered: