mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 04:55:14 +00:00
docs: baseUrl for ganalytics, throw on broken links (#21455)
This commit is contained in:
@@ -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)]
|
||||
|
Reference in New Issue
Block a user