Skip to content

fix: update links to the sample code and other minor fixes - #1021

Merged
kazunori279 merged 5 commits into
mainfrom
kaz-12031428
Dec 4, 2025
Merged

fix: update links to the sample code and other minor fixes#1021
kazunori279 merged 5 commits into
mainfrom
kaz-12031428

Conversation

@kazunori279

Copy link
Copy Markdown
Collaborator

fix: update links to the sample code and other minor fixes

fix: update links to the sample code and other minor fixes
@kazunori279 kazunori279 self-assigned this Dec 3, 2025

@joefernandez joefernandez left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with fixes.

Comment thread docs/streaming/dev-guide/part1.md Outdated

These components are created once when your application starts and shared across all streaming sessions. They define your agent's capabilities, manage conversation history, and orchestrate the streaming execution.

!!! info "Python Version Requirement"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't include this note, here. There is a notice on the front page.

Adding this here is too much information and it will be out of date in the future.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Comment thread docs/streaming/dev-guide/part3.md Outdated

!!! note "Async Context Required"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set your editor to trim white space

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Comment thread docs/streaming/dev-guide/part4.md Outdated
Note over ADK,Gemini: Turn Detection: finish_reason
```

!!! info "Progressive SSE Streaming (New in v1.19.0)"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

couple of issues:

  1. don't make this a note. Just add a heading and discuss how to use the feature
  2. Remove "New" notice. Generally, don't put "New" in docs; this dates the docs and you aren't going to remember to remove this in 2 months when this feature NOT new.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed, edited my style guide not to include any specific version-dependent texts.

```

!!! info "Progressive SSE Streaming (New in v1.19.0)"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To flag that this feature is v1.19 and later (and experimental) add this tag under your new heading:

<div class="language-support-tag">
  <span class="lst-supported">Supported in ADK</span><span class="lst-python">Python v1.19.0</span><span class="lst-preview">Experimental</span>
</div>

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joefernandez so far I haven't use this tag as I don't know how to. For this guide I changed it to version independent and am trying to be updated to the latest version as soon as possible. What's your recommendation on using this tag on this guide.

Comment thread docs/streaming/dev-guide/part4.md Outdated

!!! info "Progressive SSE Streaming (New in v1.19.0)"

ADK v1.19.0 introduced **progressive SSE streaming**, an experimental feature that enhances how SSE mode delivers streaming responses. When enabled, this feature improves response aggregation by:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ADK v1.19.0 introduced progressive SSE streaming, an experimental feature that

change to: (remove version and experimental language; let the tags communicate that)

Progressive SSE streaming is a feature that

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

fix: deleting the old custom streaming guides.
  - Remove version-specific references (v1.18.0, v1.19.0) for evergreen docs
  - Update source permalinks from blob/main to v1.20.0 commit hashes
  - Fix dead link: streamed-conversations → live-api (404 fix)
  - Convert info admonitions to regular sections per style guide
@kazunori279
kazunori279 merged commit 25987cb into main Dec 4, 2025
4 of 5 checks passed
@kazunori279
kazunori279 deleted the kaz-12031428 branch December 4, 2025 07:08
koverholt pushed a commit to sabrenner/google-adk-docs that referenced this pull request Apr 28, 2026
* fix: update links to the sample code and other minor fixes

fix: update links to the sample code and other minor fixes

* fix: deleting the old custom streaming guides.

fix: deleting the old custom streaming guides.

* docs(streaming): sync bidi-streaming guide updates

  - Remove version-specific references (v1.18.0, v1.19.0) for evergreen docs
  - Update source permalinks from blob/main to v1.20.0 commit hashes
  - Fix dead link: streamed-conversations → live-api (404 fix)
  - Convert info admonitions to regular sections per style guide
koverholt pushed a commit to sabrenner/google-adk-docs that referenced this pull request Apr 28, 2026
* fix: update links to the sample code and other minor fixes

fix: update links to the sample code and other minor fixes

* fix: deleting the old custom streaming guides.

fix: deleting the old custom streaming guides.

* docs(streaming): sync bidi-streaming guide updates

  - Remove version-specific references (v1.18.0, v1.19.0) for evergreen docs
  - Update source permalinks from blob/main to v1.20.0 commit hashes
  - Fix dead link: streamed-conversations → live-api (404 fix)
  - Convert info admonitions to regular sections per style guide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants