bobbai00 commented on code in PR #5995:
URL: https://github.com/apache/texera/pull/5995#discussion_r3564686949


##########
frontend/src/app/workspace/service/agent/agent.service.ts:
##########
@@ -347,6 +347,29 @@ export class AgentService {
     };
   }
 

Review Comment:
   please have a oneline comment to explain that "this is a helper for...."



##########
frontend/src/app/workspace/service/agent/agent.service.ts:
##########
@@ -347,6 +347,29 @@ export class AgentService {
     };
   }
 
+  private convertApiReActSteps(apiSteps: any[]): ReActStep[] {
+    return apiSteps.map(s => this.convertApiReActStep(s));
+  }
+
+  private mapApiAgentInfo(api: ApiAgentInfo): AgentInfo {

Review Comment:
   Ditto



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to