Skip to content

Commit 759d682

Browse files
Fix package path in prompt_builder.py
1 parent dc2b2a8 commit 759d682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/agent/adk/gemini_enterprise/cloud_run/prompt_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from a2ui.core.schema.constants import A2UI_CLOSE_TAG, A2UI_OPEN_TAG
15+
from a2ui.schema.constants import A2UI_CLOSE_TAG, A2UI_OPEN_TAG
1616

1717
ROLE_DESCRIPTION = (
1818
"You are a helpful contact lookup assistant. Your final output MUST always"

0 commit comments

Comments
 (0)