Skip to content

feat: move OpenAISharp realtime client into package #435

feat: move OpenAISharp realtime client into package

feat: move OpenAISharp realtime client into package #435

Triggered via push June 25, 2026 20:33
Status Failure
Total duration 6m 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Example_MeaiToolCalling: src/tests/OpenAI.IntegrationTests/Examples/MeaiToolCalling.cs#L15
Test method tryAGI.OpenAI.IntegrationTests.Tests.Example_MeaiToolCalling threw exception: tryAGI.OpenAI.RateLimitException: { "error": { "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota" } } ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 429 (Too Many Requests).
Example_MeaiEmbeddings: src/tests/OpenAI.IntegrationTests/Examples/MeaiEmbeddings.cs#L15
Test method tryAGI.OpenAI.IntegrationTests.Tests.Example_MeaiEmbeddings threw exception: tryAGI.OpenAI.RateLimitException: { "error": { "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota" } } ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 429 (Too Many Requests).
Example_MeaiChatStreaming: src/tests/OpenAI.IntegrationTests/Examples/MeaiChatStreaming.cs#L15
Test method tryAGI.OpenAI.IntegrationTests.Tests.Example_MeaiChatStreaming threw exception: tryAGI.OpenAI.RateLimitException: { "error": { "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota" } } ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 429 (Too Many Requests).
Example_MeaiChatCompletion: src/tests/OpenAI.IntegrationTests/Examples/MeaiChatCompletion.cs#L15
Test method tryAGI.OpenAI.IntegrationTests.Tests.Example_MeaiChatCompletion threw exception: tryAGI.OpenAI.RateLimitException: { "error": { "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota" } } ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 429 (Too Many Requests).
Example_JsonResponseFormat: src/tests/OpenAI.IntegrationTests/Examples/JsonResponseFormat.cs#L13
Test method tryAGI.OpenAI.IntegrationTests.Tests.Example_JsonResponseFormat threw exception: tryAGI.OpenAI.RateLimitException: { "error": { "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota" } } ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 429 (Too Many Requests).
Example_ImageGeneration: src/tests/OpenAI.IntegrationTests/Examples/ImageGeneration.cs#L13
Test method tryAGI.OpenAI.IntegrationTests.Tests.Example_ImageGeneration threw exception: tryAGI.OpenAI.ApiException: { "error": { "message": "Billing hard limit has been reached.", "type": "billing_limit_user_error", "param": null, "code": "billing_hard_limit_reached" } } ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request).
Example_Embeddings: src/tests/OpenAI.IntegrationTests/Examples/Embeddings.cs#L13
Test method tryAGI.OpenAI.IntegrationTests.Tests.Example_Embeddings threw exception: tryAGI.OpenAI.RateLimitException: { "error": { "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota" } } ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 429 (Too Many Requests).
Example_ChatWithVision: src/tests/OpenAI.IntegrationTests/Examples/ChatWithVision.cs#L13
Test method tryAGI.OpenAI.IntegrationTests.Tests.Example_ChatWithVision threw exception: tryAGI.OpenAI.RateLimitException: { "error": { "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota" } } ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 429 (Too Many Requests).
Example_ChatCompletionStreaming: src/tests/OpenAI.IntegrationTests/Examples/ChatCompletionStreaming.cs#L13
Test method tryAGI.OpenAI.IntegrationTests.Tests.Example_ChatCompletionStreaming threw exception: tryAGI.OpenAI.RateLimitException: { "error": { "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota" } } ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 429 (Too Many Requests).
Example_ChatCompletion: src/tests/OpenAI.IntegrationTests/Examples/ChatCompletion.cs#L13
Test method tryAGI.OpenAI.IntegrationTests.Tests.Example_ChatCompletion threw exception: tryAGI.OpenAI.RateLimitException: { "error": { "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota" } } ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 429 (Too Many Requests).