SDK Test Suite
Integration test harness for TEA SDK features and LLM observability across Anthropic, OpenAI, Gemini, and Agent SDK
0.0(0)
0 runs
$1.00 Input Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| skipPhases | text | No | Comma-separated phase numbers to skip (e.g. '3,4' to skip OpenAI+Gemini) |
| testNumber | number | No | A test number to validate numeric input |
| testString | text | Yes | A test string passed through to validate input handling |
Tags
test sdk observability
Sample Input
{
"testNumber": 42,
"testString": "hello"
} Sample Output
{
"summary": "All 20 tests passed"
} Reviews
No reviews yet.