Updating github integration

This commit is contained in:
Niklas Nielsen
2024-05-24 18:26:16 -07:00
commit 65b44423c6
179 changed files with 23972 additions and 0 deletions

View 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 */})
```