AppGenerationConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)The configuration to be used to generate the app.
Attributes |
|
|---|---|
| Name | Description |
context |
str
Optional. The context which describes the requirements of the agents & tools to be generated. |
file_contexts |
MutableSequence[google.cloud.ces_v1beta.types.FileContext]
Optional. The files to be used as context. |
dataset_id |
str
Optional. The insights dataset to be used to fetch conversation data for generating the agents & tools. Format: projects/{project}/locations/{location}/datasets/{dataset}.
|
generate_evaluations |
bool
Optional. Whether to generate the evaluations for the app. If true, the provided context will be used to generate the evaluations data. |
gcs_location |
str
Optional. The Cloud Storage location to store the generated question answer data to be used by the Datastore tool. This data is generated only when using conversation data as an input source. The location must be in the same project as the app. Format: gs://....
|