mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-28 02:01:01 +00:00
d044bc9f6a
This reverts commit 51bf994ef2.
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
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"
|
|
}
|
|
```
|