feat: update ResumeData type from map[string]any to map[string]string for consistency
This commit is contained in:
@@ -23,7 +23,7 @@ type ResumeRequest struct {
|
||||
AIAgent *models.AIAgent
|
||||
AIConfig *models.AIConfig
|
||||
CheckPointID string
|
||||
ResumeData map[string]any
|
||||
ResumeData map[string]string
|
||||
ToolSet *registry.ToolSet
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user