llmModelPath property
LLM sub-config (mirrors rac_voice_agent_llm_config_t).
Implementation
@$pb.TagNumber(4)
$core.String get llmModelPath => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set llmModelPath($core.String value) => $_setString(3, value);