diff --git a/agent/service.go b/agent/service.go index 5d4630d..3d0425a 100644 --- a/agent/service.go +++ b/agent/service.go @@ -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]() @@ -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 }