How to extract additional response data? #2420
Unanswered
hstaudacher
asked this question in
Q&A
Replies: 1 comment
-
I've opened an issue for this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the OpenAI API/ChatModel to do requests to perplexity. Perplexity adds an additional field to the
ChatCompletion
response calledcitations
as described in their documentation.Is there a way to enrich the repsonse (
ChatResponse
maybe?) or metadata to make it contain these additional fields?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions