Why hard code in source code of VertexAiCodeExecutor? #900
NBestsuNgan
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In data-science-agent from this video data-science if you looking in the prompt of Analytic subsagent, there will be unknow name like
explore_df
which define in_IMPORTED_LIBRARIES
of source code and we can't edit it, so that mean in our custom use case like a want to add my own function. I cannot do it right?the sample is really great but only work with only usecase in video, VertexAiCodeExecutor have many more library out of this like CV2, seaborn, etc. but we cannot use it because we cannot edit this default value in source code.
And the person who wonder why didn't I just edit it, because I will deploy it to vertex ai agent engine and plugins into agentspace so edit the source code can't be do for my case.
please give me suggestion how can I adjust it or
another way
because the things that I only need is just show a custom image that all.Beta Was this translation helpful? Give feedback.
All reactions