docs: baseUrl for ganalytics, throw on broken links (#21455)

This commit is contained in:
Erick Friis
2024-05-10 06:49:59 -07:00
committed by GitHub
parent 913792f5e6
commit 64c47224a0
10 changed files with 23 additions and 22 deletions

View File

@@ -193,8 +193,8 @@ def get_chat_model_table() -> str:
"Async invoke",
"Stream",
"Async stream",
"[Tool calling](/docs/modules/model_io/chat/function_calling/)",
"[Structured output](/docs/modules/model_io/chat/structured_output/)",
"[Tool calling](/docs/how_to/tool_calling/)",
"[Structured output](/docs/how_to/structured_output/)",
"Python Package",
]
rows = [title, [":-"] + [":-:"] * (len(title) - 1)]