MCPcopy
hub / github.com/ConnectAI-E/feishu-openai / SessionService

Struct SessionService

code/services/sessionCache.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10type SessionMode string
11type VisionDetail string
12type SessionService struct {
13 cache *cache.Cache
14}
15type PicSetting struct {
16 resolution Resolution
17 style PicStyle

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected