mirror of
https://github.com/LukeHagar/log10go.git
synced 2025-12-06 04:20:12 +00:00
21 lines
323 B
Markdown
21 lines
323 B
Markdown
# Content
|
|
|
|
The contents of the user message.
|
|
|
|
|
|
|
|
## Supported Types
|
|
|
|
###
|
|
|
|
```go
|
|
content := components.CreateContentStr(string{/* values here */})
|
|
```
|
|
|
|
###
|
|
|
|
```go
|
|
content := components.CreateContentArrayOfChatCompletionRequestMessageContentPart([]components.ChatCompletionRequestMessageContentPart{/* values here */})
|
|
```
|
|
|