mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
chore: assign todos (#7297)
This commit is contained in:
@@ -47,7 +47,7 @@ export class CopilotWorkflowService {
|
||||
return workflow;
|
||||
}
|
||||
|
||||
// todo: get workflow from database
|
||||
// TODO(@darksky): get workflow from database
|
||||
private async getWorkflow(graphName: string): Promise<WorkflowGraph> {
|
||||
const graph = WorkflowGraphs.find(g => g.name === graphName);
|
||||
if (!graph) {
|
||||
|
||||
@@ -74,7 +74,7 @@ export class WorkflowNode {
|
||||
private async evaluateCondition(
|
||||
_condition?: string
|
||||
): Promise<string | undefined> {
|
||||
// todo: evaluate condition to impl decision block
|
||||
// TODO(@darksky): evaluate condition to impl decision block
|
||||
return this.edges[0]?.id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user