fetchai / agents-aea

A framework for autonomous economic agent (AEA) development

Home Page:https://docs.fetch.ai/aea/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom types are not accounted for when inside other types (e.g. `pt:union`)

5A11 opened this issue · comments

Prerequisites

Expected Behavior

The generator must take into custom types as they appear inside other types (pt:union and pt:optional).

Current Behavior

When using pt:union[...] if there is a custom type (ct:...) inside, and the custom type does not appear in other speech-acts as a standalone type, the generator does not recognise it and gives an error on the (unrecognised) protobuf snippet.

To Reproduce

No response

Context

All

Failure Logs

No response

Does this issue relate to #2599 ?

Does this issue relate to #2599 ?

No

The fix for this bug is now in develop and will be included in the next release.