MCPcopy Create free account
hub / github.com/aurora-develop/aurora / String

Method String

typings/official/response.go:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func (chunk *ChatCompletionChunk) String() string {
24 resp, _ := json.Marshal(chunk)
25 return string(resp)
26}
27
28type Choices struct {
29 Delta Delta `json:"delta"`

Callers 15

ConvertToStringFunction · 0.95
nightmareMethod · 0.95
responsesMethod · 0.80
BuildInstructionsFunction · 0.80
compactToolsPromptFunction · 0.80
FinalNudgeFunction · 0.80
FeedMethod · 0.80
fixLoneBackslashesFunction · 0.80

Calls

no outgoing calls