fix(lint): gofmt formatting fixes for 3 files

Align struct field assignments and fix indentation detected by
golangci-lint v2.9's gofmt checker.
This commit is contained in:
shaw
2026-03-07 23:18:19 +08:00
parent cab60ef735
commit 03bf348530
4 changed files with 11 additions and 11 deletions

View File

@@ -60,7 +60,7 @@ type AnthropicContentBlock struct {
// AnthropicTool describes a tool available to the model.
type AnthropicTool struct {
Type string `json:"type,omitempty"` // e.g. "web_search_20250305" for server tools
Type string `json:"type,omitempty"` // e.g. "web_search_20250305" for server tools
Name string `json:"name"`
Description string `json:"description,omitempty"`
InputSchema json.RawMessage `json:"input_schema"` // JSON Schema object