InlineAIAssistantsPlatformConfig1
InlineAIAssistantsPlatformConfig1
JSON Example
{
"_revision": 1,
"is_broadcom_account": false,
"embedding_model_id": "gemini-gemini-embedding-001",
"customer_account": {
"is_custom_config": false,
"llm_region": "us-east1",
"llm_provider": "GCP"
}
}
boolean
is_broadcom_account
Optional
Whether to use Broadcom managed account. If true, requires BroadcomAccountConfig to be configured.
customer_account
Optional
Customer account configuration. Supports two mutually exclusive paths selected by is_custom_config. When false (default), the deployment uses GCP/Gemini credentials and Broadcom controls model selection. When true, the deployment uses explicit per-tier model configuration supplied via custom_model_config.
string
embedding_model_id
Optional
Identifies which embedding model is active for this configuration. Populated automatically based on the active LLM configuration.