Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/copilot/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class SessionConfig(TypedDict, total=False):
"""Configuration for creating a session"""

session_id: str # Optional custom session ID
model: Literal["gpt-5", "claude-sonnet-4", "claude-sonnet-4.5", "claude-haiku-4.5"]
model: str
tools: list[Tool]
system_message: SystemMessageConfig # System message configuration
# List of tool names to allow (takes precedence over excluded_tools)
Expand Down