Skip to content

Commit d435386

Browse files
committed
fix #169
1 parent b5826ca commit d435386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/copilot/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class SessionConfig(TypedDict, total=False):
219219
"""Configuration for creating a session"""
220220

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

0 commit comments

Comments
 (0)