open-telemetry / semantic-conventions

Defines standards for generating consistent, accessible telemetry across a variety of domains
Apache License 2.0
283 stars 175 forks source link

Support for Multi modal inputs and generations #1556

Open karthikscale3 opened 2 weeks ago

karthikscale3 commented 2 weeks ago

Area(s)

area:gen-ai

Is your change request related to a problem? Please describe.

This relates to the support for multi modal content - images/audio etc. (inputs and generation). The current GenAI spec does not have support for multi modal inputs and generations as there needs to be additional considerations around the increase the size of the span. As a result, an external blob storage is being considered for storage and hyperlinking the stored location back to the span.

The main task relates to:

Some additional comments and open questions discussed during the SIG meeting:

Describe the solution you'd like

The main task relates to:

Describe alternatives you've considered

No response

Additional context

No response