microsoft.opentelemetry.a365.core.models.response module
- microsoft.opentelemetry.a365.core.models.response.ResponseMessagesParam
Accepted type for Response.messages.
Supports plain strings,
OutputMessages, or a structured tool result dict. Adict[str, object]is treated as a tool call result per OTEL spec and serialized directly viajson.dumps.alias of
str|list[str] |OutputMessages|dict[str,object]