Tool Calls

  • Searching docs
  • Reading file
  • Running query
  • Writing answer
About this piece

Tool Calls

A plain ledger of tool calls: a hairline fills under the step that is running, its duration lands on the right when it finishes, and the answer settles in below.

Usage

The import and the props worth knowing about, in one place.

import { Ai47 } from "@/components/beste/piece/ai47";

<Ai47
  tools={[
    {
      "label": "Searching docs",
      "ms": 800
    },
    {
      "label": "Reading file",
      "ms": 1100
    },
    {
      "label": "Running query",
      "ms": 1400
    },
    {
      "label": "Writing answer",
      "ms": 900
    }
  ]}
  answer="Churn rose 2.1% in August, mostly from trial accounts that never connected a data source."
/>

More AI pieces

View all AI
search_docs
done
query:"rate limiting"
limit:5

Function Call

Tool invocation card with the function name, typed arguments in monospace, and a running or done status pill.

Reasoning3 steps

Thinking Steps

Reasoning panel whose numbered steps stagger in once while a thin connector draws down between them, finishing on a final answer row that stays in place.

Parse user intent
Search knowledge base
Draft response
Format citations

Agent Steps

Vertical agent plan with done, active, and pending states indicated by check, spinner, and dot icons.

42%
Monthly requests4,200 / 10,000resets in 12d

Usage Ring

Monthly quota meter with a tone-colored SVG donut arc, percentage in the middle, used/total request count, and reset countdown.

llama-3-8b+support_tickets
running

Fine-tune Run

Fine-tuning job row with base model + dataset, a status indicator, and a tone-colored progress bar that flips emerald on success.

Query
Retrieve
Rerank
Answer

RAG Pipeline

Horizontal pipeline diagram with tone-tinted stage nodes connected by arrows, showing the path from query to answer.