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
4 changes: 2 additions & 2 deletions agent/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func init() {
})
listProperties.Set("repository_name", &jsonschema.Schema{
Type: "string",
Description: "The type of the repository",
Description: "The name of the repository",
})

createProperties := orderedmap.New[string, *jsonschema.Schema]()
Expand Down Expand Up @@ -77,7 +77,7 @@ func init() {
}
}

// Service provides and endpoint for this agent to perform chat completions
// Service provides endpoint for this agent to perform chat completions
type Service struct {
pubKey *ecdsa.PublicKey
}
Expand Down