Is your feature request related to a problem? Please describe.
The CrewAI autoinstrumentor maps the kickoff_id to two fields:
input.value.id
flow_inputs.id
There are two problems: (1) its not obvious this is the kickoff_id since its just named id and (2) because it is nested, it is not easy to query on in Arize. Right now the user has to use the contains operator to query for nested fields (ex: attributes.input.value contains '8439b903-710b-4e9b-a8a8-ed06bcc87056')
Can we rename the field and bring it to the root level so it can easily be queried?