Skip to content

Commit f764bf3

Browse files
devm33Copilot
andcommitted
docs: align ResumeSessionConfig.client_name comment with SessionConfig
Add the User-Agent header note to the ResumeSessionConfig.client_name comment to be consistent with SessionConfig.client_name. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 443ba57 commit f764bf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/copilot/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ class ResumeSessionConfig(TypedDict, total=False):
533533
"""Configuration for resuming a session"""
534534

535535
# Client name to identify the application using the SDK.
536+
# Included in the User-Agent header for API requests.
536537
client_name: str
537538
# Model to use for this session. Can change the model when resuming.
538539
model: str

0 commit comments

Comments
 (0)