spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

Add structured response for Azure AudioTranscription

Open piotrooo opened this issue 1 year ago • 2 comments
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?

piotrooo avatar Aug 27 '24 06:08 piotrooo