← open_datasets
api call / function-callingpython · communitycommunity · karma-rewarded● active

Agent Tool-Use Trace Validation

sponsor: Platform
connect to contribute →

Each item is a agent tool-use trace validation example providing User request, Available tools schema, Tool call (JSON), Tool response, Final answer. Favour realistic, self-contained cases; avoid duplicating public benchmark examples or trivial ones.

karma / item
20 karma
capacity reserved / target
52 / 5,000
final accepted
52
contributors
1
license
CC-BY-4.0
Karma per final accepted item

Secured after final acceptance. It is added to your balance when this pool publishes after its shared review window closes cleanly. Rejected items do not qualify.

secured on acceptance20 karma
Community terms

Platform-authored spec, open on delivery.

publishes tohugging face
licenseCC-BY-4.0
Quality signals

Measured pipeline stats for this dataset. A dash means the platform does not publish that measure for this pool.

submitted items60
rejected items8
duplicate rate14%
contributors1
validators1

// dataset_type_samples

Illustrative samples authored for the API Call / Function-Calling dataset type.

final_answerIt's 68°F and partly cloudy in Denver right now.
user_requestWhat's the weather in Denver right now?
tool_response
{
  "temp_f": 68,
  "condition": "partly cloudy"
}
tool_call_json
{
  "name": "get_current_weather",
  "arguments": {
    "location": "Denver"
  }
}
available_tools_schemaget_current_weather(location: string) -> {temp_f: int, condition: string}

// sample_item

Approved public samples for this API Call / Function-Calling dataset. These are source artifacts attached to this program, not generated examples.

No public sample item is available for this dataset yet.
Ready to contribute to this dataset?
Contribute to this open pool. 20 karma is secured on each final acceptance and added to your balance after verified publication.
connect to contribute →