spring-ai
spring-ai copied to clipboard
Add structured response for Azure AudioTranscription
trafficstars
Motivation
For the Azure AudioTranscription, we need to obtain a structured response in the verbose_json response format. Currently, it is not being returned.
Description
I have introduced a core, general-purpose StructuredResponse to handle a detailed response (verbose_json).
I've assumed that the data are associated with ResponseMetadata. I'm also considering using ResultMetadata, but I'm not sure which is a better fit? @tzolov and @markpollack do you have any thoughts on this?