withInstructions method
Configure instructions
Implementation
DocumentReaderConfig withInstructions(InstructionsConfig config) {
_instructions = config;
return this;
}
Configure instructions
DocumentReaderConfig withInstructions(InstructionsConfig config) {
_instructions = config;
return this;
}