Langbase is a serverless AI developer platform that enables developers to build, collaborate, and deploy AI agents and applications with composable AI infrastructure.
Tool to split content into smaller chunks. Use when processing large text segments to fit downstream limits.
Tool to create a new conversation thread. Use when starting a fresh chat session or grouping messages into a distinct thread.
Tool to list documents in a specific memory. Use when you need to fetch document metadata (and optionally vectors) from a memory after confirming its name. Supports pagination via limit and startAfter parameters.
Tool to retrieve details of a specific conversation thread. Use when you need the full thread details by its ID after confirming its existence.
Tool to list all messages in a conversation thread. Use after obtaining the thread ID to fetch its messages.
Tool to create a new memory. Use when storing a new memory record in Langbase after confirming memory details.