Skip to content

Conversation

@satheeshKOLA532
Copy link

- Add AzureFoundryModels type definitions
- Implement with_azure_foundry() static method
- Support Azure endpoint authentication
- Addresses issue livekit#4071
@CLAassistant
Copy link

CLAassistant commented Nov 27, 2025

CLA assistant check
All committers have signed the CLA.

@satheeshKOLA532
Copy link
Author

@theomonnom @longcw

The failing test test_chat_ctx.py::test_summarize appears to be unrelated to my changes.

My changes:

  • Only modified Anthropic plugin files (llm.py and utils.py)
  • All 71 other tests pass
  • All code quality checks pass (ruff, mypy, type-check)

The failing test:

  • Tests OpenAI chat context summarization
  • Fails due to missing OpenAI API key in CI environment (HTTP 401 error)
  • Error: "You didn't provide an API key"

This seems to be a pre-existing issue with the test suite configuration. Could you advise if:

  1. This test should be skipped when API keys aren't available?
  2. The CI should have mock API keys set up?
  3. I should wait for this to be resolved separately?

Happy to make any adjustments needed for my Anthropic Azure AI Foundry changes.

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