threads

Installation
SKILL.md

Threads and Input

Manages conversations, suggestions, voice input, and image attachments.

Quick Start

import { useTambo, useTamboThreadInput } from "@tambo-ai/react";

const { thread, messages, isIdle } = useTambo();
const { value, setValue, submit } = useTamboThreadInput();

await submit(); // sends current input value

Thread Management

Access and manage the current thread using useTambo() and useTamboThreadInput():

Related skills

More from tambo-ai/tambo

Installs
103
Repository
tambo-ai/tambo
GitHub Stars
11.2K
First Seen
Feb 5, 2026