llm_team_push
Send the team's cost savings report to Slack, Discord, or Telegram. Supports custom period: today, week, month, or all.
Instructions
Push the team savings report to the configured notification channel.
Sends a formatted message to the endpoint set by ``LLM_ROUTER_TEAM_ENDPOINT``.
Channel is auto-detected from the URL:
- hooks.slack.com → Slack Block Kit message
- discord.com/api/webhooks → Discord Embed
- api.telegram.org/bot* → Telegram MarkdownV2 message
- anything else → Generic JSON POST
Args:
period: ``"today"``, ``"week"``, ``"month"``, or ``"all"``.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | week |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |