[]
Gets or sets the response content returned from the AI model.
public string Content { get; set; }
Public Property Content As String
The content should be a well-formed JSON 2D array string without additional explanatory text. This ensures direct compatibility with spreadsheet cell ranges.
Examples: [["Result1", "Result2"], ["Result3", "Result4"]] or [["result"]]