langchain · LangGraph and LangChain Agents Docs
Langsmith Update Thread State
Provides the OpenAPI specification and technical details for adding state to an existing thread via the LangSmith Agent Server API.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Langsmith Update Thread State
Provides the OpenAPI specification and technical details for adding state to an existing thread via the LangSmith Agent Server API.
When To Use
Use when you need to programmatically inject or modify the current state of a specific conversation thread within the LangSmith Agent Server.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/langsmith-agent-server-api-threads-update-thread-state-workflow-guide.md | OpenAPI specification details for the Langsmith Agent Server API endpoint used to add state to a thread. | Questions about openAPI specification details for the Langsmith Agent Server API endpoint used to add state to a thread. |
examples/langsmith-agent-server-api-threads-update-thread-state-langsmith-agent-s.text | An OpenAPI 3.1.0 specification defining the endpoint for updating the state of a thread within the LangSmith Agent Server API. | Exact payloads, commands, or snippets shown in An OpenAPI 3.1.0 specification defining the endpoint for updating the state of a thread within the LangSmith Agent Se... |
What This Skill Covers
-
Documentation Index Fetch the complete documentation index at: https://docs.langchain.com/llms.txt Use this file to discover all available pages before ex...
- Main sections:
OpenAPI.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.langchain.com/langsmith/agent-server-api/threads/update-thread-state.md