Skip to content

Conversation

@kzu
Copy link
Member

@kzu kzu commented Jun 24, 2025

This allows agents to send additional typing indicators even after an initial reply, to signal to the user that the work isn't done yet.

The two main usages align with existing Response API:

  • IWhatsAppClient.SendTyping: directly via the client
  • UserMessage.Typing: extension method on UserMessage for pipeline handlers to return during processing.

NOTE: we also reorder the number/service parameters in responses so they align with the Message record for consistency.

This allows agents to send additional typing indicators even after an initial reply, to signal to the user that the work isn't done yet.

The two main usages align with existing Response API:

- IWhatsAppClient.SendTyping: directly via the client
- UserMessage.Typing: extension method on UserMessage for pipeline handlers to return during processing.

NOTE: we also reorder the number/service parameters in responses so they align with the Message record for consistency.
@kzu kzu added the enhancement New feature or request label Jun 24, 2025
@kzu kzu enabled auto-merge (rebase) June 24, 2025 22:15
@kzu
Copy link
Member Author

kzu commented Jun 24, 2025

37 passed 37 passed 8 skipped

🧪 Details on Ubuntu 24.04.2 LTS

from dotnet-retest v0.7.1 on .NET 8.0.17 with 💜 by @devlooped

@kzu kzu merged commit b1c5db1 into main Jun 24, 2025
7 checks passed
@kzu kzu deleted the dev/PublicTyping branch June 24, 2025 22:18
@devlooped devlooped locked and limited conversation to collaborators Jul 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants