You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,6 @@ await client.stop()
98
98
-`github_token` (str): GitHub token for authentication. When provided, takes priority over other auth methods.
99
99
-`use_logged_in_user` (bool): Whether to use logged-in user for authentication (default: True, but False when `github_token` is provided). Cannot be used with `cli_url`.
100
100
101
-
> **Note:** On Windows, the SDK automatically hides the console window when spawning the CLI process to avoid distracting users in GUI applications.
102
-
103
101
**SessionConfig Options (for `create_session`):**
104
102
105
103
-`model` (str): Model to use ("gpt-5", "claude-sonnet-4.5", etc.). **Required when using custom provider.**
0 commit comments