Interface GenAiAttributesGetter<REQUEST,RESPONSE>


public interface GenAiAttributesGetter<REQUEST,RESPONSE>
An interface for getting GenAI attributes.

Instrumentation authors will create implementations of this interface for their specific library/framework. It will be used by the GenAiAttributesExtractor to obtain the various GenAI attributes in a type-generic way.