chore: Run pnpm format:fix.

This commit is contained in:
cpojer
2026-01-31 21:13:13 +09:00
parent dcc2de15a6
commit 8cab78abbc
624 changed files with 10729 additions and 7514 deletions

View File

@@ -4,6 +4,7 @@ read_when:
- You want to use GitHub Copilot as a model provider
- You need the `openclaw models auth login-github-copilot` flow
---
# GitHub Copilot
## What is GitHub Copilot?
@@ -57,7 +58,7 @@ openclaw models set github-copilot/gpt-4o
```json5
{
agents: { defaults: { model: { primary: "github-copilot/gpt-4o" } } }
agents: { defaults: { model: { primary: "github-copilot/gpt-4o" } } },
}
```