Replies: 1 comment 4 replies
-
|
You need to ensure the response parsing includes the logging:
format: json
fields:
path: data.idThis configuration should capture the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a chat completion response that looks similar to below , i want to capture the id from this, i tried using dev data config but id is not captured. {data: {"id":"z6N2QXt63xzyxdM4YMQniE","object":"chat.completion.chunk","created":1779864435,"model":"...}
Is there way to do this ?
Beta Was this translation helpful? Give feedback.
All reactions