Skip to content

For the AI: Test getting it to not use reserved words #23

Description

@morehavoc

I think I need to add a line to the prompt that is something like "don't use any keywords as variable names" b/c it does things like var distance = Distance($feature, test); and you can't do that in arcade, distance is a reserved word, but the error is lame, it says something like "not callable" and the line number.

In a similar way, arcade does not have a ternary expression, so I should add a line like "only use supported expressions in arcade" and "do not use any ternary expressions"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions