Skip to content

Commit

Permalink
Merge pull request #17 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
system.prompt: typo
  • Loading branch information
AkihiroSuda authored Aug 20, 2024
2 parents 793f7b9 + 2c00f0d commit f34a0f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ func (g *Generator) generateStatements(ctx context.Context, vulns []Vulnerabilit
llms.WithStreamingFunc(streamingFunc),
}

systemPrompt := `You are a security expert talented for triaging vulnerabity reports.
You judge whether a vulnerability is likely negligble under the specified hints.
systemPrompt := `You are a security expert talented for triaging vulnerability reports.
You judge whether a vulnerability is likely negligible under the specified hints.
### Hints
`
Expand Down

0 comments on commit f34a0f3

Please sign in to comment.