MCPcopy
hub / github.com/mudler/LocalAGI / Character

Struct Character

core/agent/state.go:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type Character struct {
24 Name string `json:"name"`
25 Age string `json:"age"`
26 Occupation string `json:"job_occupation"`
27 Hobbies []string `json:"hobbies"`
28 MusicTaste []string `json:"favorites_music_genres"`
29 Sex string `json:"sex"`
30}
31
32func (c *Character) ToJSONSchema() jsonschema.Definition {
33 return jsonschema.Definition{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected