Skip to content

chore: s/MODEL_CHAT/CHAT_MODEL/ in example and test envvars for consistency and clarity #6

chore: s/MODEL_CHAT/CHAT_MODEL/ in example and test envvars for consistency and clarity

chore: s/MODEL_CHAT/CHAT_MODEL/ in example and test envvars for consistency and clarity #6

Triggered via pull request January 8, 2025 15:47
Status Success
Total duration 16s
Artifacts

slack.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
slack
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
slack
The top-level `text` argument is missing in the request payload for a chat.postMessage call - It's a best practice to always provide a `text` argument when posting a message. The `text` is used in places where the content cannot be rendered such as: system push notifications, assistive technology such as screen readers, etc.
slack
Additionally, the attachment-level `fallback` argument is missing in the request payload for a chat.postMessage call - To avoid this warning, it is recommended to always provide a top-level `text` argument when posting a message. Alternatively, you can provide an attachment-level `fallback` argument, though this is now considered a legacy field (see https://api.slack.com/reference/messaging/attachments#legacy_fields for more details).