docs, google-vertex[patch]: function docs (#16231)

This commit is contained in:
Erick Friis
2024-01-18 13:15:09 -08:00
committed by GitHub
parent f2b2d59e82
commit aa35b43bcd
2 changed files with 46 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ def _format_pydantic_to_vertex_function(
return {
"name": schema["title"],
"description": schema["description"],
"description": schema.get("description", ""),
"parameters": {
"properties": {
k: {