Mark Daoust
Mark Daoust
> genai.Tool( Where are you getting that example from? it should be `genai.types.Tool`
Thanks! Note we do need you to sign the CLA before we can move the PR farther along.
Thanks for the reminder! I'll review today.
Thanks for the ping. I'll try and merge it this week.
It is documented on `Layer` and `Model` is a sub-class: https://www.tensorflow.org/api_docs/python/tf/keras/layers/Layer#build_from_config It looks like its set not to show the inherited methods, but I'm not 100% sure where.
It looks like that's configured here: https://github.com/tensorflow/tensorflow/blob/15d1d0e499989fcc497655afe2795a2724e4417a/tensorflow/tools/docs/generate2.py#L263 What behavior do we want?
Yes, all the api reference pages on tensorflow.org are generated from the pip package and it's docstrings. It's configurable, but mainly it tries to generate doc pages for everything in...
Thanks for pointing this out. Can you create a pull request with these changes?
> which branch main please
@vishwakneelamegam correct. The API supports streaming output, but no streaming input. This is impossible right now.