Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Sample] Bot Streaming in python for Microsoft Teams #1455

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Jegadeesh-MSFT
Copy link
Contributor

No description provided.

@Pawank-MSFT Pawank-MSFT requested a review from Copilot January 2, 2025 15:25

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 7 out of 22 changed files in this pull request and generated no comments.

Files not reviewed (15)
  • samples/bot-streaming/python/.gitignore: Language not supported
  • samples/bot-streaming/python/.vscode/extensions.json: Language not supported
  • samples/bot-streaming/python/.vscode/launch.json: Language not supported
  • samples/bot-streaming/python/.vscode/settings.json: Language not supported
  • samples/bot-streaming/python/.vscode/tasks.json: Language not supported
  • samples/bot-streaming/python/appManifest/manifest.json: Language not supported
  • samples/bot-streaming/python/assets/sample.json: Language not supported
  • samples/bot-streaming/python/env/.env.local: Language not supported
  • samples/bot-streaming/python/infra/azure.bicep: Language not supported
  • samples/bot-streaming/python/infra/azure.parameters.json: Language not supported
  • samples/bot-streaming/python/requirements.txt: Language not supported
  • samples/bot-streaming/python/resources/CardTemplate.json: Language not supported
  • samples/bot-streaming/python/README.md: Evaluated as low risk
  • samples/bot-streaming/python/app.py: Evaluated as low risk
  • samples/bot-streaming/python/bots/init.py: Evaluated as low risk
Comments suppressed due to low confidence (2)

samples/bot-streaming/python/config.py:14

  • The environment variable name 'MicrosoftAppId' is inconsistent with 'MICROSOFT_APP_TENANT_ID'. Consider using 'MICROSOFT_APP_ID' for consistency.
APP_ID = os.environ.get("MicrosoftAppId", "<<MICROSOFT-APP-ID>>")

samples/bot-streaming/python/config.py:15

  • The environment variable name 'MicrosoftAppPassword' is inconsistent with 'MICROSOFT_APP_TENANT_ID'. Consider using 'MICROSOFT_APP_PASSWORD' for consistency.
APP_PASSWORD = os.environ.get("MicrosoftAppPassword", "<<MICROSOFT-APP-PASSWORD>>")
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.

1 participant