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

Method Set

code/services/sessionCache.go:54–54  ·  view source on GitHub ↗
(sessionId string, sessionMeta *SessionMeta)

Source from the content-addressed store, hash-verified

52type SessionServiceCacheInterface interface {
53 Get(sessionId string) *SessionMeta
54 Set(sessionId string, sessionMeta *SessionMeta)
55 GetMsg(sessionId string) []openai.Messages
56 SetMsg(sessionId string, msg []openai.Messages)
57 SetMode(sessionId string, mode SessionMode)

Callers 10

SetMethod · 0.65
SetModeMethod · 0.65
SetAIModeMethod · 0.65
SetMsgMethod · 0.65
SetPicStyleMethod · 0.65
SetPicResolutionMethod · 0.65
SetVisionDetailMethod · 0.65
TagProcessedMethod · 0.65
doAPIRequestWithRetryMethod · 0.65
ConvertToRGBAFunction · 0.65

Implementers 1

SessionServicecode/services/sessionCache.go

Calls

no outgoing calls

Tested by

no test coverage detected