systemInstruction

public abstract LiveConnectConfig.Builder systemInstruction(Content systemInstruction)

Setter for systemInstruction.

systemInstruction: The user provided system instructions for the model. Note: only text should be used in parts and content in each part will be in a separate paragraph.


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

Setter for systemInstruction builder.

systemInstruction: The user provided system instructions for the model. Note: only text should be used in parts and content in each part will be in a separate paragraph.