Alexander Raskin

Results 4 comments of Alexander Raskin

the solution is to add the `name=` in the add weight function: ``` self.W = self.add_weight(name="weight", shape=[d, self.n_output_nodes]) # note the dimensionality self.b = self.add_weight(name="bias", shape=[1, self.n_output_nodes]) # note the...

This happens if you provide `response_schema` to the agent. Then `convert_adk_base_model_to_dict` cannot execute it, because it runs `value.model_dump` on a class instead of instance

@ihrpr We'd appreciate if this is prioritized higher. MCP is not usable under windows. Same issue occurs when using google agent development kit, not only streamlit. https://github.com/google/adk-python/issues/1321 @theailanguage thanks for...

@aksg87 this happens also with `gpt-4o` . I guess it will also happen on smaller and weaker models. Could the framework just clean out from the result the values that...