Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Sep 12, 2024
1 parent b569dcf commit e0e1e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/vertexai/tests/unit_tests/test_function_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def search(question: str) -> str:
parameters=gapic.Schema(
type=gapic.Type.OBJECT,
description="Search tool",
title="searchSchema",
title="search",
properties={"question": gapic.Schema(type=gapic.Type.STRING, title="Question")},
required=["question"],
),
Expand Down

0 comments on commit e0e1e00

Please sign in to comment.