Files
2024-10-10 15:20:12 -07:00

10 lines
270 B
Python

from humanlayer import ContactChannel, SlackContactChannel
dm_with_ceo = ContactChannel(
slack=SlackContactChannel(
channel_or_user_id="C07HR5JL15F",
context_about_channel_or_user="a DM with the ceo",
experimental_slack_blocks=True,
)
)