mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-15 12:45:57 +00:00
docs: update go sdk examples (#1393)
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
66a60afe70
commit
aaf86f6055
@@ -577,8 +577,8 @@ session, _ := client.CreateSession(&copilot.SessionConfig{
|
||||
Model: "gpt-4.1",
|
||||
MCPServers: map[string]copilot.MCPServerConfig{
|
||||
"github": {
|
||||
Type: "http",
|
||||
URL: "https://api.githubcopilot.com/mcp/",
|
||||
"type": "http",
|
||||
"url": "https://api.githubcopilot.com/mcp/",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user