Skip to content
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

[Feature]: Support LangSmith "extra" field #5179

Closed
MarkRx opened this issue Aug 13, 2024 · 3 comments
Closed

[Feature]: Support LangSmith "extra" field #5179

MarkRx opened this issue Aug 13, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@MarkRx
Copy link
Contributor

MarkRx commented Aug 13, 2024

The Feature

The "extra" field can be used to pass in custom metadata.

Example:

"extra": {
    "metadata": {
        "my-key": "my-value"
    }
},

See
REST API
Documentation
#4853

Motivation, pitch

The ability to pass in custom metadata using LangSmith with LiteLLM isn't possible at the moment.

Twitter / LinkedIn details

No response

@MarkRx MarkRx added the enhancement New feature or request label Aug 13, 2024
@ishaan-jaff ishaan-jaff self-assigned this Aug 13, 2024
@ishaan-jaff
Copy link
Contributor

hi @MarkRx - thanks for the issue do you want to do this through the LiteLLM proxy or on the LiteLLM python SDK ?

@MarkRx
Copy link
Contributor Author

MarkRx commented Aug 13, 2024

hi @MarkRx - thanks for the issue do you want to do this through the LiteLLM proxy or on the LiteLLM python SDK ?

The python SDK

@krrishdholakia
Copy link
Contributor

great idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants