5 references to Property
aspire (5)
Agents\Hooks\AgentTelemetryHook.cs (5)
120
var input =
Property
(data, "toolArgs") ??
Property
(data, "tool_input") ?? default;
182
:
Property
(data, "hook_event_name") is not null
184
:
Property
(data, "toolArgs") is not null ? "copilot-cli" : "unknown";
235
=>
Property
(element, name) is { ValueKind: JsonValueKind.String } value && !string.IsNullOrEmpty(value.GetString()) ? value.GetString() : null;