|
1 | 1 | { |
2 | 2 | "log": { |
3 | | - "_recordingName": "Test AI SDK Agent Integration with Recording/should use default 'run.ai' span name when no agent metadata is provided", |
| 3 | + "_recordingName": "Test AI SDK Agent Integration with Recording/should preserve original AI SDK span name when no agent metadata is provided", |
4 | 4 | "creator": { |
5 | 5 | "comment": "persister:fs", |
6 | 6 | "name": "Polly.JS", |
|
36 | 36 | "content": { |
37 | 37 | "mimeType": "application/json", |
38 | 38 | "size": 2246, |
39 | | - "text": "{\n \"id\": \"resp_09a32c8fb2b9078a00692c6917b6a08194843f095e9729f08b\",\n \"object\": \"response\",\n \"created_at\": 1764518167,\n \"status\": \"completed\",\n \"background\": false,\n \"billing\": {\n \"payer\": \"developer\"\n },\n \"error\": null,\n \"incomplete_details\": null,\n \"instructions\": null,\n \"max_output_tokens\": null,\n \"max_tool_calls\": null,\n \"model\": \"gpt-4o-mini-2024-07-18\",\n \"output\": [\n {\n \"id\": \"fc_09a32c8fb2b9078a00692c691872d4819485b977dcc6ca8809\",\n \"type\": \"function_call\",\n \"status\": \"completed\",\n \"arguments\": \"{\\\"operation\\\":\\\"add\\\",\\\"a\\\":10,\\\"b\\\":5}\",\n \"call_id\": \"call_nCxNZlDZ4CNu6U1Wrb6QWExI\",\n \"name\": \"calculate\"\n }\n ],\n \"parallel_tool_calls\": true,\n \"previous_response_id\": null,\n \"prompt_cache_key\": null,\n \"prompt_cache_retention\": null,\n \"reasoning\": {\n \"effort\": null,\n \"summary\": null\n },\n \"safety_identifier\": null,\n \"service_tier\": \"default\",\n \"store\": true,\n \"temperature\": 1.0,\n \"text\": {\n \"format\": {\n \"type\": \"text\"\n },\n \"verbosity\": \"medium\"\n },\n \"tool_choice\": \"auto\",\n \"tools\": [\n {\n \"type\": \"function\",\n \"description\": \"Perform basic mathematical calculations\",\n \"name\": \"calculate\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"operation\": {\n \"type\": \"string\",\n \"enum\": [\n \"add\",\n \"subtract\",\n \"multiply\",\n \"divide\"\n ],\n \"description\": \"The mathematical operation to perform\"\n },\n \"a\": {\n \"type\": \"number\",\n \"description\": \"First number\"\n },\n \"b\": {\n \"type\": \"number\",\n \"description\": \"Second number\"\n }\n },\n \"required\": [\n \"operation\",\n \"a\",\n \"b\"\n ],\n \"additionalProperties\": false\n },\n \"strict\": false\n }\n ],\n \"top_logprobs\": 0,\n \"top_p\": 1.0,\n \"truncation\": \"disabled\",\n \"usage\": {\n \"input_tokens\": 79,\n \"input_tokens_details\": {\n \"cached_tokens\": 0\n },\n \"output_tokens\": 22,\n \"output_tokens_details\": {\n \"reasoning_tokens\": 0\n },\n \"total_tokens\": 101\n },\n \"user\": null,\n \"metadata\": {}\n}" |
| 39 | + "text": "{\n \"id\": \"resp_0344a918ad130e3500692c6b9b6c6c81948d2136ba18a4b7da\",\n \"object\": \"response\",\n \"created_at\": 1764518811,\n \"status\": \"completed\",\n \"background\": false,\n \"billing\": {\n \"payer\": \"developer\"\n },\n \"error\": null,\n \"incomplete_details\": null,\n \"instructions\": null,\n \"max_output_tokens\": null,\n \"max_tool_calls\": null,\n \"model\": \"gpt-4o-mini-2024-07-18\",\n \"output\": [\n {\n \"id\": \"fc_0344a918ad130e3500692c6b9c484c81949e4d78cd2cd5e3f1\",\n \"type\": \"function_call\",\n \"status\": \"completed\",\n \"arguments\": \"{\\\"operation\\\":\\\"add\\\",\\\"a\\\":10,\\\"b\\\":5}\",\n \"call_id\": \"call_bUdyZcVeNChXGxWMEhK4d1yC\",\n \"name\": \"calculate\"\n }\n ],\n \"parallel_tool_calls\": true,\n \"previous_response_id\": null,\n \"prompt_cache_key\": null,\n \"prompt_cache_retention\": null,\n \"reasoning\": {\n \"effort\": null,\n \"summary\": null\n },\n \"safety_identifier\": null,\n \"service_tier\": \"default\",\n \"store\": true,\n \"temperature\": 1.0,\n \"text\": {\n \"format\": {\n \"type\": \"text\"\n },\n \"verbosity\": \"medium\"\n },\n \"tool_choice\": \"auto\",\n \"tools\": [\n {\n \"type\": \"function\",\n \"description\": \"Perform basic mathematical calculations\",\n \"name\": \"calculate\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"operation\": {\n \"type\": \"string\",\n \"enum\": [\n \"add\",\n \"subtract\",\n \"multiply\",\n \"divide\"\n ],\n \"description\": \"The mathematical operation to perform\"\n },\n \"a\": {\n \"type\": \"number\",\n \"description\": \"First number\"\n },\n \"b\": {\n \"type\": \"number\",\n \"description\": \"Second number\"\n }\n },\n \"required\": [\n \"operation\",\n \"a\",\n \"b\"\n ],\n \"additionalProperties\": false\n },\n \"strict\": false\n }\n ],\n \"top_logprobs\": 0,\n \"top_p\": 1.0,\n \"truncation\": \"disabled\",\n \"usage\": {\n \"input_tokens\": 79,\n \"input_tokens_details\": {\n \"cached_tokens\": 0\n },\n \"output_tokens\": 22,\n \"output_tokens_details\": {\n \"reasoning_tokens\": 0\n },\n \"total_tokens\": 101\n },\n \"user\": null,\n \"metadata\": {}\n}" |
40 | 40 | }, |
41 | 41 | "cookies": [ |
42 | 42 | { |
|
46 | 46 | "path": "/", |
47 | 47 | "sameSite": "None", |
48 | 48 | "secure": true, |
49 | | - "value": "Ik4fQXWCEGLanoaMfEsjj7p0oS0y5cCFoiIlbaXW7xs-1764518169971-0.0.1.1-604800000" |
| 49 | + "value": "qhF6jlfO3kBMCCEAUYYudNtdTel7T9a5wnIXPIIsHQ0-1764518813656-0.0.1.1-604800000" |
50 | 50 | } |
51 | 51 | ], |
52 | 52 | "headers": [ |
|
60 | 60 | }, |
61 | 61 | { |
62 | 62 | "name": "cf-ray", |
63 | | - "value": "9a6b8872cab80bed-TLV" |
| 63 | + "value": "9a6b982abaa5935b-TLV" |
64 | 64 | }, |
65 | 65 | { |
66 | 66 | "name": "connection", |
|
76 | 76 | }, |
77 | 77 | { |
78 | 78 | "name": "date", |
79 | | - "value": "Sun, 30 Nov 2025 15:56:09 GMT" |
| 79 | + "value": "Sun, 30 Nov 2025 16:06:53 GMT" |
80 | 80 | }, |
81 | 81 | { |
82 | 82 | "name": "openai-organization", |
83 | 83 | "value": "traceloop" |
84 | 84 | }, |
85 | 85 | { |
86 | 86 | "name": "openai-processing-ms", |
87 | | - "value": "2301" |
| 87 | + "value": "2161" |
88 | 88 | }, |
89 | 89 | { |
90 | 90 | "name": "openai-project", |
|
100 | 100 | }, |
101 | 101 | { |
102 | 102 | "name": "set-cookie", |
103 | | - "value": "_cfuvid=Ik4fQXWCEGLanoaMfEsjj7p0oS0y5cCFoiIlbaXW7xs-1764518169971-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None" |
| 103 | + "value": "_cfuvid=qhF6jlfO3kBMCCEAUYYudNtdTel7T9a5wnIXPIIsHQ0-1764518813656-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None" |
104 | 104 | }, |
105 | 105 | { |
106 | 106 | "name": "strict-transport-security", |
|
116 | 116 | }, |
117 | 117 | { |
118 | 118 | "name": "x-envoy-upstream-service-time", |
119 | | - "value": "2307" |
| 119 | + "value": "2163" |
120 | 120 | }, |
121 | 121 | { |
122 | 122 | "name": "x-ratelimit-limit-requests", |
|
144 | 144 | }, |
145 | 145 | { |
146 | 146 | "name": "x-request-id", |
147 | | - "value": "req_daf0381385814905bcc24f1392bba285" |
| 147 | + "value": "req_96d279fdabd64f3abe3f1805c8183b32" |
148 | 148 | } |
149 | 149 | ], |
150 | 150 | "headersSize": 958, |
|
153 | 153 | "status": 200, |
154 | 154 | "statusText": "OK" |
155 | 155 | }, |
156 | | - "startedDateTime": "2025-11-30T15:56:07.341Z", |
157 | | - "time": 2500, |
| 156 | + "startedDateTime": "2025-11-30T16:06:51.063Z", |
| 157 | + "time": 2435, |
158 | 158 | "timings": { |
159 | 159 | "blocked": -1, |
160 | 160 | "connect": -1, |
161 | 161 | "dns": -1, |
162 | 162 | "receive": 0, |
163 | 163 | "send": 0, |
164 | 164 | "ssl": -1, |
165 | | - "wait": 2500 |
| 165 | + "wait": 2435 |
166 | 166 | } |
167 | 167 | } |
168 | 168 | ], |
|
0 commit comments