mirror of
https://github.com/LukeHagar/log10go.git
synced 2025-12-06 04:20:12 +00:00
Updating github integration
This commit is contained in:
20
docs/models/components/content.md
Normal file
20
docs/models/components/content.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Content
|
||||
|
||||
The contents of the user message.
|
||||
|
||||
|
||||
|
||||
## Supported Types
|
||||
|
||||
###
|
||||
|
||||
```go
|
||||
content := components.CreateContentStr(string{/* values here */})
|
||||
```
|
||||
|
||||
###
|
||||
|
||||
```go
|
||||
content := components.CreateContentArrayOfChatCompletionRequestMessageContentPart([]components.ChatCompletionRequestMessageContentPart{/* values here */})
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user