Skip to content

feat: emit errors for deprecated gen_ai.response.text and validate gen_ai.output.messages against a Zod schema#145

Open
constantinius wants to merge 2 commits intomainfrom
constantinius/feat/fail-response-text-schema-check-output-messages
Open

feat: emit errors for deprecated gen_ai.response.text and validate gen_ai.output.messages against a Zod schema#145
constantinius wants to merge 2 commits intomainfrom
constantinius/feat/fail-response-text-schema-check-output-messages

Conversation

@constantinius
Copy link
Copy Markdown
Collaborator

…`gen_ai.output.messages` against a Zod schema
@linear-code
Copy link
Copy Markdown

linear-code Bot commented Apr 29, 2026

@constantinius constantinius requested review from a team, nicohrubec, obostjancic and stephanie-anderson and removed request for a team April 29, 2026 10:02
@github-actions
Copy link
Copy Markdown

🔴 AI SDK Integration Test Results

Status: 326 regressions detected

Summary

Metric main PR Change
Total Tests 799 799
Passed 625 299 -326 ⚠️
Failed 78 402 +324 ⚠️

🔴 Regressions

These tests were passing on main but are now failing:

python/openai-agents :: Basic Agent Test (async)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
python/openai-agents :: Tool Call Agent Test (async)

Error: 1 check(s) failed:

1 check(s) failed:
Should have gen_ai.output.messages
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
python/openai-agents :: Tool Error Agent Test (async)

Error: 1 check(s) failed:

1 check(s) failed:
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
python/openai-agents :: Long Input Agent Test (async)

Error: 1 check(s) failed:

1 check(s) failed:
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
python/openai-agents :: Conversation ID Agent Test (async)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
python/pydantic-ai :: Basic Agent Test (async, single)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
python/pydantic-ai :: Basic Agent Test (async, fallback)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
python/pydantic-ai :: Tool Call Agent Test (async, single)

Error: 1 check(s) failed:

1 check(s) failed:
Should have gen_ai.output.messages
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
python/pydantic-ai :: Tool Call Agent Test (async, fallback)

Error: 1 check(s) failed:

1 check(s) failed:
Should have gen_ai.output.messages
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
python/pydantic-ai :: Tool Error Agent Test (async, single)

Error: 1 check(s) failed:

1 check(s) failed:
Should have gen_ai.output.messages
python/pydantic-ai :: Tool Error Agent Test (async, fallback)

Error: 1 check(s) failed:

1 check(s) failed:
Should have gen_ai.output.messages
python/pydantic-ai :: Vision Agent Test (async, single)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
python/pydantic-ai :: Vision Agent Test (async, fallback)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
python/pydantic-ai :: Long Input Agent Test (async, single)

Error: 1 check(s) failed:

1 check(s) failed:
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
python/pydantic-ai :: Long Input Agent Test (async, fallback)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
python/pydantic-ai :: Conversation ID Agent Test (async, single)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
python/pydantic-ai :: Conversation ID Agent Test (async, fallback)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/anthropic :: Basic LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/anthropic :: Basic LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/anthropic :: Multi-Turn LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/anthropic :: Multi-Turn LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/anthropic :: Vision LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/anthropic :: Vision LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/anthropic :: Long Input LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/anthropic :: Long Input LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/anthropic :: Conversation ID LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/anthropic :: Conversation ID LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/google-genai :: Basic LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/google-genai :: Basic LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/google-genai :: Multi-Turn LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/google-genai :: Multi-Turn LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/google-genai :: Vision LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/google-genai :: Vision LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/google-genai :: Long Input LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/google-genai :: Long Input LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/google-genai :: Conversation ID LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/google-genai :: Conversation ID LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Basic LLM Test (streaming, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Basic LLM Test (streaming, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Basic LLM Test (blocking, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Basic LLM Test (blocking, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Multi-Turn LLM Test (streaming, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Multi-Turn LLM Test (blocking, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Multi-Turn LLM Test (blocking, responses)

Error: Browser test timed out (60s)

Browser test timed out (60s)
browser/openai :: Vision LLM Test (streaming, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Vision LLM Test (streaming, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Vision LLM Test (blocking, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Vision LLM Test (blocking, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Long Input LLM Test (streaming, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Long Input LLM Test (streaming, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Long Input LLM Test (blocking, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Long Input LLM Test (blocking, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Conversation ID LLM Test (streaming, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Conversation ID LLM Test (streaming, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Conversation ID LLM Test (blocking, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
browser/openai :: Conversation ID LLM Test (blocking, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/anthropic :: Basic LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/anthropic :: Basic LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/anthropic :: Multi-Turn LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/anthropic :: Multi-Turn LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/anthropic :: Vision LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/anthropic :: Vision LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/anthropic :: Long Input LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/anthropic :: Long Input LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/anthropic :: Conversation ID LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/anthropic :: Conversation ID LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/google-genai :: Basic LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/google-genai :: Basic LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/google-genai :: Multi-Turn LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/google-genai :: Multi-Turn LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/google-genai :: Vision LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/google-genai :: Vision LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/google-genai :: Long Input LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/google-genai :: Long Input LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/google-genai :: Conversation ID LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/google-genai :: Conversation ID LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Basic LLM Test (streaming, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Basic LLM Test (streaming, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Basic LLM Test (blocking, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Basic LLM Test (blocking, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Multi-Turn LLM Test (streaming, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Multi-Turn LLM Test (streaming, responses)

Error: Test execution failed: Wrangler exited with code 1

Test execution failed: Wrangler exited with code 1
stdout: 
 ⛅️ wrangler 4.86.0
───────────────────
Using secrets defined in .dev.vars
Your Worker has access to the following bindings:
Binding                                                                    Resource                  Mode
env.SENTRY_DSN ("http://public@localhost:42989/1212610...")                Environment Variable      local
env.RUN_ID ("run-1777457020185-1r6lepd")                                   Environment Variable      local
env.OPENAI_API_KEY ("(hidden)")                                            Environment Variable      local
env.ANTHROPIC_API_KEY ("(hidden)")                                         Environment Variable      local
env.GOOGLE_GENAI_API_KEY ("(hidden)")                                      Environment Variable      local

*** Fatal uncaught kj::Exception: kj/async-io-unix.c++:945: failed: ::bind(sockfd, &addr.generic, addrlen): Address already in use; toString() = 127.0.0.1:38738
stack: /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@51f7db6 /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@51f7b89 /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@51f607d /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@202f0ec /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@202fa51 /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@203057d /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@2031bfa /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@1f85289 /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@522ba95 /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@522bfb8 /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@5229a7e /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@522987e /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@1f6cd15 /lib/x86_64-linux-gnu/libc.so.6@2a1c9 /lib/x86_64-linux-gnu/libc.so.6@2a28a /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@1f6c024


stderr: �[31m✘ �[41;31m[�[41;97mERROR�[41;31m]�[0m �[1mAddress already in use (127.0.0.1:38738). Please check that you are not already running a server on this address or specify a different port with --port.�[0m


🪵  Logs were written to "/home/runner/.config/.wrangler/logs/wrangler-2026-04-29_10-13-49_581.log"

cloudflare/openai :: Multi-Turn LLM Test (blocking, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Multi-Turn LLM Test (blocking, responses)

Error: Test execution failed: Wrangler exited with code 1

Test execution failed: Wrangler exited with code 1
stdout: 
 ⛅️ wrangler 4.86.0
───────────────────
Using secrets defined in .dev.vars
Your Worker has access to the following bindings:
Binding                                                                    Resource                  Mode
env.SENTRY_DSN ("http://public@localhost:42989/1647044...")                Environment Variable      local
env.RUN_ID ("run-1777457020185-c17maoq")                                   Environment Variable      local
env.OPENAI_API_KEY ("(hidden)")                                            Environment Variable      local
env.ANTHROPIC_API_KEY ("(hidden)")                                         Environment Variable      local
env.GOOGLE_GENAI_API_KEY ("(hidden)")                                      Environment Variable      local

*** Fatal uncaught kj::Exception: kj/async-io-unix.c++:945: failed: ::bind(sockfd, &addr.generic, addrlen): Address already in use; toString() = 127.0.0.1:38740
stack: /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@51f7db6 /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@51f7b89 /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@51f607d /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@202f0ec /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@202fa51 /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@203057d /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@2031bfa /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@1f85289 /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@522ba95 /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@522bfb8 /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@5229a7e /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@522987e /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@1f6cd15 /lib/x86_64-linux-gnu/libc.so.6@2a1c9 /lib/x86_64-linux-gnu/libc.so.6@2a28a /home/runner/work/testing-ai-sdk-integrations/testing-ai-sdk-integrations/runs/cloudflare/openai-llm-4.96.0-sentry-latest/node_modules/@cloudflare/workerd-linux-64/bin/workerd@1f6c024


stderr: �[31m✘ �[41;31m[�[41;97mERROR�[41;31m]�[0m �[1mAddress already in use (127.0.0.1:38740). Please check that you are not already running a server on this address or specify a different port with --port.�[0m


🪵  Logs were written to "/home/runner/.config/.wrangler/logs/wrangler-2026-04-29_10-13-52_378.log"

cloudflare/openai :: Vision LLM Test (streaming, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Vision LLM Test (streaming, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Vision LLM Test (blocking, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Vision LLM Test (blocking, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Long Input LLM Test (streaming, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Long Input LLM Test (streaming, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Long Input LLM Test (blocking, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Long Input LLM Test (blocking, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Conversation ID LLM Test (streaming, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Conversation ID LLM Test (streaming, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Conversation ID LLM Test (blocking, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
cloudflare/openai :: Conversation ID LLM Test (blocking, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/anthropic :: Basic LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/anthropic :: Basic LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/anthropic :: Multi-Turn LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/anthropic :: Multi-Turn LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/anthropic :: Vision LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/anthropic :: Vision LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/anthropic :: Long Input LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/anthropic :: Long Input LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/anthropic :: Conversation ID LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/anthropic :: Conversation ID LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/google-genai :: Basic LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/google-genai :: Basic LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/google-genai :: Multi-Turn LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/google-genai :: Multi-Turn LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/google-genai :: Vision LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/google-genai :: Vision LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/google-genai :: Long Input LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/google-genai :: Long Input LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/google-genai :: Conversation ID LLM Test (streaming)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/google-genai :: Conversation ID LLM Test (blocking)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/langchain :: Basic LLM Test (streaming, openai)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/langchain :: Basic LLM Test (blocking, openai)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/langchain :: Basic LLM Test (blocking, anthropic)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/langchain :: Multi-Turn LLM Test (streaming, openai)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/langchain :: Multi-Turn LLM Test (blocking, openai)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/langchain :: Multi-Turn LLM Test (blocking, anthropic)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/langchain :: Vision LLM Test (streaming, openai)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/langchain :: Vision LLM Test (blocking, openai)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/langchain :: Vision LLM Test (blocking, anthropic)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/langchain :: Long Input LLM Test (streaming, openai)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/langchain :: Long Input LLM Test (streaming, anthropic)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
gen_ai.response.model is missing (optional but recommended)
nextjs/langchain :: Long Input LLM Test (blocking, openai)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/langchain :: Long Input LLM Test (blocking, anthropic)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/langchain :: Conversation ID LLM Test (streaming, openai)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/langchain :: Conversation ID LLM Test (blocking, openai)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/langchain :: Conversation ID LLM Test (blocking, anthropic)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/openai :: Basic LLM Test (streaming, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/openai :: Basic LLM Test (streaming, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/openai :: Basic LLM Test (blocking, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/openai :: Basic LLM Test (blocking, responses)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
nextjs/openai :: Multi-Turn LLM Test (streaming, chat)

Error: 1 check(s) failed:

1 check(s) failed:
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messages
Deprecated attribute "gen_ai.response.text" is not allowed; use "gen_ai.output.messages" instead
Should have gen_ai.output.messag...*[Comment body truncated]*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants