llm_team_push
Sends a formatted team savings report to Slack, Discord, Telegram, or custom webhooks. Automatically detects the channel type from the endpoint URL.
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 |