Skip to content

Commit

Permalink
ADD debug info actionOptions.
Browse files Browse the repository at this point in the history
ADD debug info actionOptions.
  • Loading branch information
karminski committed Jan 23, 2024
1 parent 49660c7 commit 800419b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/actionruntime/aiagent/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func (r *AIAgentConnector) Run(resourceOptions map[string]interface{}, actionOpt
return res, errInNewAPI
}
api.OpenDebug()
fmt.Printf("[DUMP] actionOptions: %+v\n", actionOptions)
runAIAgentResult, errInRunAIAgent := api.RunAIAgent(actionOptions)
fmt.Printf("[DUMP] runAIAgentResult: %+v\n", runAIAgentResult)
fmt.Printf("[DUMP] errInRunAIAgent: %+v\n", errInRunAIAgent)
Expand Down

0 comments on commit 800419b

Please sign in to comment.