Matthias Wessendorf
Matthias Wessendorf
@rahulii thanks for showing interest! If you need help. Just let us know, either here or on the slack channel
/test reconciler-tests
# Bind a Function to Event Types for consumption In order to allow a Knative Function (aka a Knative Serving `Service`) to consume events for a given set of event...
I'd group `prompts` and `tools` into a package. and if needed, even sub-group the tools. I'd than do something like https://github.com/containers/kubernetes-mcp-server/blob/main/pkg/toolsets/core/toolset.go#L23 for registering those.
yeah, to have it more flexible 🤷♂️ Sent from Gmail Mobile On Tue 20. Feb 2024 at 13:30, Doug Davis ***@***.***> wrote: > ***@***.**** commented on this pull request. >...
@acolombier Thanks for the feedback. That sounds like a great addition
yes, we know -thanks for raising. See: * https://github.com/knative/eventing/issues/8544 * https://github.com/knative/eventing/issues/8718
```python import logging from cloudevents.http import from_http from http.server import BaseHTTPRequestHandler, HTTPServer logging.basicConfig(level=logging.DEBUG) class CloudEventHandler(BaseHTTPRequestHandler): def do_POST(self): headers = {key.lower(): value for key, value in self.headers.items()} content_length = int(self.headers.get("content-length", 0))...
/triage accepted
@astelmashenko I's ask on the repo that provides the nats channel - as they may have special logic for reconciling the triggers (e.g. like Kafka broker has code that runs...