Skip to content

Commit 5c450d2

Browse files
authored
oss: errors + more (#1174)
- fix links - more x-refs - style (capitalizing headers properly, remove unicode whitespace artifacts) - link to `langsmith` REST API in ref homepage - migrate `langchain` error code refs
1 parent 9a31ef5 commit 5c450d2

File tree

69 files changed

+716
-382
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+716
-382
lines changed

pipeline/preprocessors/link_map.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ class LinkMap(TypedDict):
126126
"trim_messages": "langchain/messages/#langchain.messages.trim_messages",
127127
"UsageMetadata": "langchain/messages/#langchain.messages.UsageMetadata",
128128
"InputTokenDetails": "langchain/messages/#langchain.messages.InputTokenDetails",
129+
"MessageLikeRepresentation": "langchain/messages/#langchain.messages.MessageLikeRepresentation",
129130
# Content blocks
130131
"BaseMessage": "langchain_core/language_models/#langchain_core.messages.BaseMessage",
131132
"BaseMessage(content)": "langchain_core/language_models/#langchain_core.messages.BaseMessage.content",
Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
::: langchain_core.output_parsers.base.BaseOutputParser
2-
::: langchain_core.output_parsers.json.JsonOutputParser
3-
::: langchain_core.output_parsers.openai_tools.JsonOutputKeyToolsParser
4-
::: langchain_core.output_parsers.openai_tools.JsonOutputToolsParser
5-
::: langchain_core.output_parsers.openai_tools.PydanticToolsParser
6-
::: langchain_core.output_parsers.xml.XMLOutputParser
1+
::: langchain_core.output_parsers
2+
options:
3+
members:
4+
- JsonOutputParser
5+
- JsonOutputKeyToolsParser
6+
- PydanticToolsParser
7+
- XMLOutputParser
8+
- CommaSeparatedListOutputParser
9+
::: langchain_core.output_parsers
10+
options:
11+
show_inheritance_diagram: true
12+
members:
13+
- BaseOutputParser
14+
- BaseLLMOutputParser

reference/python/docs/langsmith/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,10 @@ Welcome to the LangSmith reference documentation!
2828

2929
[:octicons-arrow-right-24: Reference](./deployment/remote_graph.md)
3030

31+
- __LangSmith REST API__
32+
33+
---
34+
35+
[:octicons-arrow-right-24: Reference](https://api.smith.langchain.com/redoc)
36+
3137
</div>

reference/python/uv.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)