GenerationContentResponse - Go SDK

GenerationContentResponse type definition

The Go SDK and docs are currently in beta. Report issues on GitHub.

Stored prompt and completion content for a generation

Fields

FieldTypeRequiredDescriptionExample
Datacomponents.GenerationContentData✔️Stored prompt and completion content{"input": {"messages": [{"content": "What is the meaning of life?","role": "user"}
]
},
“output”: {"completion": "The meaning of life is a philosophical question...","reasoning": null}
}