await step.chat('chat', async () => {
    return {
        body: 'A new post has been created',
    };
});

Chat Output

await step.chat('chat', async () => {
    return {
        body: 'A new post has been created',
    };
});
body
string
required

The message to be sent to the chat channel.

Chat Result

The Chat step does not return any result object.