Skip to content

Commit

Permalink
Update ChatEngine documentation (#12907) (#9184)
Browse files Browse the repository at this point in the history
[upstream:de41d5d077af282f1bfde22f2c1a6a136c3e96aa]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jan 30, 2025
1 parent a8c78b4 commit 9fac2ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/12907.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none
discoveryengine: update description for the `data_store_ids` field in `google_discovery_engine_chat_engine` resource.
```
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Exactly one of 'agent_creation_config' or 'dialogflow_agent_to_link' must be set
"data_store_ids": {
Type: schema.TypeList,
Required: true,
Description: `The data stores associated with this engine. Multiple DataStores in the same Collection can be associated here. All listed DataStores must be 'SOLUTION_TYPE_CHAT'. Adding or removing data stores will force recreation.`,
Description: `The data stores associated with this engine. Multiple DataStores in the same Collection can be associated here. All listed DataStores must be 'SOLUTION_TYPE_CHAT'.`,
MinItems: 1,
Elem: &schema.Schema{
Type: schema.TypeString,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/discovery_engine_chat_engine.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The following arguments are supported:

* `data_store_ids` -
(Required)
The data stores associated with this engine. Multiple DataStores in the same Collection can be associated here. All listed DataStores must be `SOLUTION_TYPE_CHAT`. Adding or removing data stores will force recreation.
The data stores associated with this engine. Multiple DataStores in the same Collection can be associated here. All listed DataStores must be `SOLUTION_TYPE_CHAT`.

* `chat_engine_config` -
(Required)
Expand Down

0 comments on commit 9fac2ff

Please sign in to comment.