mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
4eb31f120b
* Add Integration tests * Remove DTS extension * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Add pyi file for type safety * Add samples in readme * Updated all readme instructions * Address comments * Update readmes * Fix requirements * Address comments --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
13 lines
512 B
Bash
13 lines
512 B
Bash
# Azure OpenAI Configuration
|
|
AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com/
|
|
AZURE_OPENAI_CHAT_DEPLOYMENT_NAME=your-deployment-name
|
|
AZURE_OPENAI_API_KEY=your-api-key-here
|
|
FUNCTIONS_WORKER_RUNTIME=python
|
|
RUN_INTEGRATION_TESTS=true
|
|
|
|
# Azure Functions Configuration
|
|
AzureWebJobsStorage=UseDevelopmentStorage=true
|
|
DURABLE_TASK_SCHEDULER_CONNECTION_STRING=Endpoint=http://localhost:8080;Authentication=None
|
|
|
|
# Note: TASKHUB_NAME is not required for integration tests; it is auto-generated per test run.
|