Starters/Agent playground
Claude Sonnet 4.6 · trace
complete · 5 steps
get_weather( )
// args
{
  "location": "Tokyo, JP",
  "units": "celsius"
}
// result
{"temp_c":18,"conditions":"clear","humidity":54,"wind_kph":12}
get_forecast( )
// args
{
  "location": "Tokyo, JP",
  "days": 3
}
// result
[{"date":"2026-04-26","high_c":20,"low_c":12,"conditions":"partly cloudy"},{"date":"2026-04-27","high_c":22,"low_c":14,"conditions":"sunny"},{"date":"2026-04-28","high_c":17,"low_c":13,"conditions":"rain"}]
Tool call · sample
234ms
User prompt

Search the knowledge base for "pgvector vs pinecone scaling" and quote the top match.

Calling search_knowledge_base
{
  "query": "pgvector vs pinecone scaling",
  "topK": 3
}
Result
  • pgvector index types — IVFFlat vs HNSW91%
  • Pinecone scaling tiers and recall guarantees83%
  • Chunking strategies for technical documentation71%