@@ -53,6 +53,14 @@ variable "test_agent_endpoint_description" {
5353 default = " test agent endpoint"
5454}
5555
56+ variable "test_agent_tool_display_name" {
57+ default = " test_agent_tool"
58+ }
59+
60+ variable "test_agent_tool_description" {
61+ default = " test agent tool"
62+ }
63+
5664variable "test_knowledge_base_display_name" {
5765 default = " test_knowledge_base"
5866}
@@ -85,4 +93,74 @@ variable "test_freeform_tags" {
8593 default = {
8694 " bar-key" = " value"
8795 }
96+ }
97+
98+ variable "should_enable_multi_modality" {
99+ default = " true"
100+ }
101+
102+ variable "test_agent_id" {}
103+
104+ variable "test_knowledge_base_id" {}
105+
106+ variable "test_bucket" {}
107+
108+ variable "test_namespace" {}
109+
110+ variable "test_prefix" {}
111+
112+ variable "agent_endpoint_guardrail_config_content_moderation_config_input_guardrail_mode" {
113+ default = " DISABLE"
114+ }
115+
116+ variable "agent_endpoint_guardrail_config_content_moderation_config_output_guardrail_mode" {
117+ default = " DISABLE"
118+ }
119+
120+ variable "agent_endpoint_guardrail_config_personally_identifiable_information_config_input_guardrail_mode" {
121+ default = " DISABLE"
122+ }
123+
124+ variable "agent_endpoint_guardrail_config_personally_identifiable_information_config_output_guardrail_mode" {
125+ default = " DISABLE"
126+ }
127+
128+ variable "agent_endpoint_guardrail_config_prompt_injection_config_input_guardrail_mode" {
129+ default = " DISABLE"
130+ }
131+
132+ variable "agent_endpoint_human_input_config_should_enable_human_input" {
133+ default = false
134+ }
135+
136+ variable "agent_endpoint_metadata" {
137+ default = " metadata"
138+ }
139+
140+ variable "agent_endpoint_output_config_output_location_bucket" {
141+ default = " bucket"
142+ }
143+
144+ variable "agent_endpoint_output_config_output_location_namespace" {
145+ default = " namespace"
146+ }
147+
148+ variable "agent_endpoint_output_config_output_location_output_location_type" {
149+ default = " OBJECT_STORAGE_PREFIX"
150+ }
151+
152+ variable "agent_endpoint_output_config_output_location_prefix" {
153+ default = " prefix"
154+ }
155+
156+ variable "agent_endpoint_output_config_retention_period_in_minutes" {
157+ default = 10
158+ }
159+
160+ variable "agent_endpoint_should_enable_multi_language" {
161+ default = false
162+ }
163+
164+ variable "agent_llm_config_routing_llm_customization_instruction" {
165+ default = " instruction"
88166}
0 commit comments