Skip to content

Commit cf6800a

Browse files
patnikoCopilot
andcommitted
fix: add docs-validate skip for Python snippet in streaming-events guide
The Python subscription example uses 'session' without defining it, which fails mypy validation in CI. Add skip directive to match the Go and .NET snippets. Co-authored-by: Copilot <[email protected]>
1 parent bf0f585 commit cf6800a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/guides/streaming-events.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ session.on("assistant.message_delta", (event) => {
8282
<details>
8383
<summary><strong>Python</strong></summary>
8484

85+
<!-- docs-validate: skip -->
8586
```python
8687
from copilot.generated.session_events import SessionEventType
8788

0 commit comments

Comments
 (0)