Typewriter animation
How animate your messages properly with Typewrite
Last updated
How animate your messages properly with Typewrite
Last updated
await agent.typewrite({
conversationId: "conversationId",
text: "Here's your message",
intervalMs: 60, // optional
initialDelayMs: 1500, // optional
});agent.typewrite(
conversationId="conversationId",
text="Here's your message",
interval_ms=60, # optional
initial_delay_ms=1600 # optional
)