Skip to content

Commit 03366d9

Browse files
committed
fix
1 parent 95b224e commit 03366d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/a2a/client/text_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ async def send_text_message(
7272
Args:
7373
text: The plain-text message to send.
7474
delimiter: String used to join response parts. Defaults to a
75-
single space. Use '' for token-streamed responses or '\\n'
76-
for paragraph-separated chunks.
75+
single space. Use '' for token-streamed responses or a
76+
newline for paragraph-separated chunks.
7777
context: Optional call-level context.
7878
"""
7979
request = SendMessageRequest(

0 commit comments

Comments
 (0)