Skip to content

Commit

Permalink
genai: fix list syntax in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Jul 11, 2024
1 parent 07bb9dc commit 63f2f2c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions genai/content.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ const (

// A Part is a piece of model content.
// A Part can be one of the following types:
// - Text
// - Blob
// - FunctionCall
// - FunctionResponse
// - ExecutableCode
// - CodeExecutionResult
// - Text
// - Blob
// - FunctionCall
// - FunctionResponse
// - ExecutableCode
// - CodeExecutionResult
type Part interface {
toPart() *pb.Part
}
Expand Down

0 comments on commit 63f2f2c

Please sign in to comment.