I tried to add a "builtin-hello-world" function (with the same functionality as 
the echo example) by following the official documentation at 
https://teaclave.apache.org/docs/builtin-functions/.

After building with make teaclave_unit_tests and running tests with make 
run-unit-tests, everything seemed to work normally.

However, when I try to invoke this function using either the Python or Rust 
client SDKs, I get an error saying the function cannot be found.

I would like to understand:

1. Where can I verify that my builtin-function is correctly registered by the 
executor?
2. What might be going wrong that is preventing client SDKs from locating and 
invoking the function?

Any pointers on where to check or how to further troubleshoot this issue would 
be greatly appreciated! Please let me know if any other details would be 
helpful in diagnosing the problem.

Thank you for your time and assistance!

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/724
You are receiving this because you are subscribed to this thread.

Message ID: <apache/incubator-teaclave/issues/7...@github.com>

Reply via email to