Skip to content

Commit 6e505dc

Browse files
committed
doc: eino image resize
1 parent 46fdb35 commit 6e505dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/eino/core_modules/chain_and_graph_orchestration/orchestration_design_principles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Workflow 的类型对齐的维度,由整体的 Input & Output 改成了字段
174174

175175
在 Eino 中,编排的结果是 graph 或 chain,若要运行,则需要使用 `Compile()` 来生成一个 `Runnable` 接口。
176176

177-
Runnable 的一个重要作用就是提供了 `I``nvoke``S``tream``C``ollect``T``ransform` 四种调用方式。
177+
Runnable 的一个重要作用就是提供了 「Invoke」、「Stream」、「Collect」、「Transform」 四种调用方式。
178178

179179
> 上述几种调用方式的介绍以及详细的 Runnable 介绍可以查看: [Eino: 基础概念介绍](/zh/docs/eino/overview)
180180

0 commit comments

Comments
 (0)