somewhat working ebpf bpftrace
This commit is contained in:
@@ -241,7 +241,7 @@ type CommandResult struct {
|
||||
type EBPFEnhancedDiagnosticResponse struct {
|
||||
ResponseType string `json:"response_type"`
|
||||
Reasoning string `json:"reasoning"`
|
||||
Commands []Command `json:"commands"`
|
||||
Commands []string `json:"commands"` // Changed to []string to match current prompt format
|
||||
EBPFPrograms []EBPFRequest `json:"ebpf_programs"`
|
||||
NextActions []string `json:"next_actions,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user