feat: project prepared authoring conversation
This commit is contained in:
@@ -2,7 +2,8 @@ export type WorkflowToolName =
|
||||
| "inspectDeployment"
|
||||
| "startRun"
|
||||
| "resumeIssueReview"
|
||||
| "readRunTrace";
|
||||
| "readRunTrace"
|
||||
| "runWorkflowCommand";
|
||||
|
||||
export type PresentationToolName =
|
||||
| "selectWorkflowNode"
|
||||
@@ -41,6 +42,11 @@ export const AGENT_TOOLS = {
|
||||
kind: "workflow",
|
||||
description: "Read trace frames for the completed report run.",
|
||||
},
|
||||
runWorkflowCommand: {
|
||||
name: "runWorkflowCommand",
|
||||
kind: "workflow",
|
||||
description: "Run one public wf CLI operation in the prepared authoring trace.",
|
||||
},
|
||||
selectWorkflowNode: {
|
||||
name: "selectWorkflowNode",
|
||||
kind: "presentation",
|
||||
|
||||
Reference in New Issue
Block a user