Skip to content

Commit

Permalink
Update app/pkg/config/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: standard-input[bot] <183254018+standard-input[bot]@users.noreply.github.com>
  • Loading branch information
jlewi and standard-input[bot] authored Oct 29, 2024
1 parent 755a086 commit 7164c97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ func (c *Config) GetModel() string {
return c.Agent.Model
}

// GetAgentName returns the name of the agent from the configuration.
func (c *Config) GetAgentName() string {
if c.Metadata.Name == "" {
return ""
Expand Down

0 comments on commit 7164c97

Please sign in to comment.