diff --git a/packages/gnosis/customs/omen_tools/component.yaml b/packages/gnosis/customs/omen_tools/component.yaml index 734ea8ab..0e362732 100644 --- a/packages/gnosis/customs/omen_tools/component.yaml +++ b/packages/gnosis/customs/omen_tools/component.yaml @@ -2,13 +2,12 @@ name: omen_tools author: gnosis version: 0.1.0 type: custom -description: Collection of tools to prepare requests for interacting with prediction - markets on Omen. +description: Collection of tools to prepare requests for interacting with prediction markets on Omen. license: Apache-2.0 aea_version: '>=1.0.0, <2.0.0' fingerprint: __init__.py: bafybeibbn67pnrrm4qm3n3kbelvbs3v7fjlrjniywmw2vbizarippidtvi - omen_buy_sell.py: bafybeid3zaursxt2nkm2u7x7u4wlodg2ulzlieu5xxsfxjyxzi3vbcezdm + prediction_sum_url_content.py: bafybeieywowx265yycgf5735bw4zyabfy6ivwnntl6smxa2hicktipgeby fingerprint_ignore_patterns: [] entry_point: omen_buy_sell.py callable: run @@ -27,4 +26,4 @@ dependencies: langchain_community: version: ==0.2.1 openai: - version: ==1.30.2 + version: ==1.30.2 \ No newline at end of file