Mikyo King
Mikyo King
LLM call doesn't match OTEL syntax for the name:
Output messages is a string rather than a list of messages, causing pheonix to crash - this is using the quickstart
Haystack component run shows up as leaf nodes (looks like it's OTEL).
@axiomofjoy conda forge
Only thing remaining is opentelemetry.io closing
https://vercel.com/blog/vercel-ai-sdk-3-3
Completed other than marketing tasks
Closing for now as MVP is complete. All else can be enhancements
Example vLLM client that should also support vision ```python class VLMClient: def __init__(self, vlm_model: str = VLM_MODEL, vllm_url: str = VLLM_URL): self._vlm_model = vlm_model self._vllm_client = httpx.AsyncClient(base_url=vllm_url) if VLLM_HEALTHCHECK: wait_for_ready(...
Closing as completed as images is complete. Audio will come as part of openAI realtime instrumentation