17 lines
588 B
Bash
17 lines
588 B
Bash
# Required: the bot runs a CopilotKit BuiltInAgent and exits without this.
|
|
OPENAI_API_KEY=
|
|
# Optional: defaults to openai/gpt-5.5.
|
|
# OPENAI_MODEL=
|
|
|
|
# The Microsoft 365 Agents Playground connects to the bot anonymously, so NO
|
|
# Microsoft credentials are needed for local development. Just run `pnpm start`.
|
|
|
|
# Port for the bot's POST /api/messages endpoint (the Playground default).
|
|
PORT=3978
|
|
|
|
# --- Only needed to talk to REAL Microsoft Teams via Azure Bot Service ---
|
|
# (lowercase names: the M365 Agents SDK reads these via loadAuthConfigFromEnv)
|
|
# clientId=
|
|
# clientSecret=
|
|
# tenantId=
|