Parameters

@Serializable
data class Parameters(val input: String? = null, val context: AdditionalContext? = null)

Parameters associated with a suggestion from the AI Assistant.

Constructors

Link copied to clipboard
constructor(input: String? = null, context: AdditionalContext? = null)

Properties

Link copied to clipboard

Optional additional context information.

Link copied to clipboard

Optional user input text associated with this suggestion.