Skip to content

Commit e23dcb1

Browse files
committed
fix: rename ai coding session model annotation to match aiagent pattern
Rename material.aicoding.model to material.aiagent.model for consistency with the existing material.aiagent.name annotation. Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
1 parent 535fbff commit e23dcb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/attestation/crafter/materials/chainloop_ai_coding_session.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/rs/zerolog"
3131
)
3232

33-
var annotationAICodingModel = api.CreateAnnotation("material.aicoding.model")
33+
var annotationAICodingModel = api.CreateAnnotation("material.aiagent.model")
3434

3535
type ChainloopAICodingSessionCrafter struct {
3636
*crafterCommon

0 commit comments

Comments
 (0)