llmConfigJson property
Backend-specific config JSON passed to the LLM provider.
Implementation
@$pb.TagNumber(11)
$core.String get llmConfigJson => $_getSZ(10);
Implementation
@$pb.TagNumber(11)
set llmConfigJson($core.String value) => $_setString(10, value);