6 lines
322 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 人机交互
openmcp-sdk 支持强大的人机交互HIL工作流程允许在自动化流程的任何环节进行人工干预。这一功能在由大语言模型LLM驱动的应用中尤为实用因为这类模型的输出可能需要验证、修正或补充上下文信息。
// to be continued ...