MCPcopy Create free account
hub / github.com/aurora-develop/aurora / NoteTurnResult

Method NoteTurnResult

internal/chatgpt/client_state.go:71–81  ·  view source on GitHub ↗
(conversationID, parentMessageID string)

Source from the content-addressed store, hash-verified

69}
70
71func (s *ChatClientState) NoteTurnResult(conversationID, parentMessageID string) {
72 if s == nil {
73 return
74 }
75 if conversationID != "" {
76 s.ConversationID = conversationID
77 }
78 if parentMessageID != "" {
79 s.ParentMessageID = parentMessageID
80 }
81}
82
83func ensureClientContextualInfo(request *chatgpt_types.ChatGPTRequest) {
84 if request.ClientContextualInfo == nil {

Callers 3

nightmareMethod · 0.95
responsesMethod · 0.95
handleToolCallingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected