mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-12 19:25:55 +00:00
16 lines
378 B
Markdown
16 lines
378 B
Markdown
# AGENT Spans
|
|
|
|
AGENT spans represent autonomous reasoning blocks (ReAct agents, planning loops, multi-step decision making).
|
|
|
|
**Required:** `openinference.span.kind` = "AGENT"
|
|
|
|
## Example
|
|
|
|
```json
|
|
{
|
|
"openinference.span.kind": "AGENT",
|
|
"input.value": "Book a flight to New York for next Monday",
|
|
"output.value": "I've booked flight AA123 departing Monday at 9:00 AM"
|
|
}
|
|
```
|