telemetry & sample

This commit is contained in:
Xi Yan 2024-12-26 18:12:51 -08:00
parent c4b9b3cb52
commit 71d50ab368
3 changed files with 18 additions and 10 deletions

View file

@ -4,12 +4,10 @@
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
from llama_stack.apis.telemetry import Telemetry
from .config import SampleConfig
from llama_stack.apis.telemetry import * # noqa: F403
class SampleTelemetryImpl(Telemetry):
def __init__(self, config: SampleConfig):
self.config = config