示例# 链式调用大模型chain=few_shot_prompt_template|llm resp=chain.stream(input={"text":"Apple"})完整代码