Context(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A collection of context to apply to this conversation
Attributes |
|
---|---|
Name | Description |
system_instruction |
str
Optional. The basic entry point for data owners creating domain knowledge for Agent. Why: Business jargon (e.g., YTD revenue is calculated as…, Retirement Age is 65 in the USA, etc) and system instructions (e.g., answer like a Pirate) can help the model understand the business context around a user question. |
datasource_references |
google.cloud.geminidataanalytics_v1alpha.types.DatasourceReferences
Required. Datasources available for answering the question. |
options |
google.cloud.geminidataanalytics_v1alpha.types.ConversationOptions
Optional. Additional options for the conversation. |