llmModelPath property

  1. @TagNumber.new(4)
String get llmModelPath

LLM sub-config (mirrors rac_voice_agent_llm_config_t).

Implementation

@$pb.TagNumber(4)
$core.String get llmModelPath => $_getSZ(3);
  1. @TagNumber.new(4)
set llmModelPath (String value)

Implementation

@$pb.TagNumber(4)
set llmModelPath($core.String value) => $_setString(3, value);