源码索引 / CURRENT IMPLEMENTATION
examples/error_delivery.py
5 行 · 构建时读取的实际文件,不是讲解用伪代码。
try:
price = tool("lookup", key=inputs["item"])
missing = tool("lookup", key="absent")
except RuntimeError:
result = {"price": price, "caught": True}5 行 · 构建时读取的实际文件,不是讲解用伪代码。
try:
price = tool("lookup", key=inputs["item"])
missing = tool("lookup", key="absent")
except RuntimeError:
result = {"price": price, "caught": True}