Skip to content

Commit 6f59100

Browse files
Ark-kuncopybara-github
authored andcommitted
fix: LLM - Fixed the InlineContext grounding source
PiperOrigin-RevId: 615887256
1 parent f7f53e8 commit 6f59100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertexai/language_models/_language_models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1036,9 +1036,9 @@ def _to_grounding_source_dict(self) -> Dict[str, Any]:
10361036
"sources": [
10371037
{
10381038
"type": self._type,
1039+
"inlineContext": self.inline_context,
10391040
}
10401041
],
1041-
"inlineContext": self.inline_context,
10421042
}
10431043

10441044

0 commit comments

Comments
 (0)