Ben Browning

Results 55 comments of Ben Browning

Closing as this was resolved - see comments above.

Generally the unit tests should not rely on bringing up external servers, and the unit tests added here are actually integration tests. See more examples of integration tests under the...

This looks reasonable to me - the documentation is quite extensive and the example python notebooks / data files are not overly large as far as file sizes for a...

For our `postgres_demo` distribution, an `OTEL_TRACE_ENDPOINT` environment variable was exposed via https://github.com/meta-llama/llama-stack/blob/6fde601765413b4748a45d3a18ec51d49ffb1456/llama_stack/templates/postgres-demo/postgres_demo.py#L119 Should we continue with that naming convention and wire that into the other distributions, as well as the...

Are the `call_id` fields for the `McpCall` objects needed? I don't see those in the spec anywhere - is this just copy/paste from function calls, or is call_id used for...