Documentation ¶ Index ¶ type Service func New(options ...fs.Option[provider.Config]) *Service func (s *Service) Load(ctx context.Context, URL string) (*provider.Config, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { *fs.Service[provider.Config] } Service provides model data access operations func New ¶ func New(options ...fs.Option[provider.Config]) *Service New creates a new model service instance func (*Service) Load ¶ func (s *Service) Load(ctx context.Context, URL string) (*provider.Config, error) Load resolves bare model names against the standard workspace folder before delegating to the generic FS loader so that callers can simply refer to "o3" instead of "models/o4-mini.yaml". Source Files ¶ View all Source files decoder.goservice.go Click to show internal directories. Click to hide internal directories.