| ▲ | petra 2 hours ago | |
Is there a way in Wolfram to check whether all function names exist ? And than give it as feedback to the llm? | ||
| ▲ | aleph_minus_one an hour ago | parent [-] | |
> Is there a way in Wolfram to check whether all function names exist ? There is a way to check whether a symbol has been defined:
See https://reference.wolfram.com/language/ref/ValueQ.htmlReplace FunctionName by the function name that you want to check. | ||