mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 19:12:42 +00:00
docs, google-vertex[patch]: function docs (#16231)
This commit is contained in:
@@ -24,7 +24,7 @@ def _format_pydantic_to_vertex_function(
|
||||
|
||||
return {
|
||||
"name": schema["title"],
|
||||
"description": schema["description"],
|
||||
"description": schema.get("description", ""),
|
||||
"parameters": {
|
||||
"properties": {
|
||||
k: {
|
||||
|
Reference in New Issue
Block a user