systemInstruction

public abstract GenerateContentConfig.Builder systemInstruction(Content systemInstruction)

Setter for systemInstruction.

systemInstruction: Instructions for the model to steer it toward better performance. For example, "Answer as concisely as possible" or "Don't use technical terms in your response".


@CanIgnoreReturnValue()
public GenerateContentConfig.Builder systemInstruction(Content.Builder systemInstructionBuilder)

Setter for systemInstruction builder.

systemInstruction: Instructions for the model to steer it toward better performance. For example, "Answer as concisely as possible" or "Don't use technical terms in your response".