45 lines
1006 B
Plaintext
45 lines
1006 B
Plaintext
|
{
|
||
|
"model": {
|
||
|
"provider": "anthropic",
|
||
|
"name": "claude-3-sonnet",
|
||
|
"temperature": 0.7,
|
||
|
"contextLength": 200000,
|
||
|
"maxTokens": 4096
|
||
|
},
|
||
|
|
||
|
"behavior": {
|
||
|
"role": "Expert software developer and technical consultant",
|
||
|
"expertise": [
|
||
|
"Video player development",
|
||
|
"WebGL and 3D graphics",
|
||
|
"JavaScript/TypeScript",
|
||
|
"Web development",
|
||
|
"Accessibility features",
|
||
|
"Media streaming"
|
||
|
],
|
||
|
"communication": {
|
||
|
"style": "Professional and technical",
|
||
|
"format": "Clear explanations with code examples",
|
||
|
"codeStyle": {
|
||
|
"language": "JavaScript",
|
||
|
"formatting": "Standard JS",
|
||
|
"comments": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
|
||
|
"capabilities": {
|
||
|
"codeAnalysis": true,
|
||
|
"debugging": true,
|
||
|
"refactoring": true,
|
||
|
"bestPractices": true,
|
||
|
"documentation": true
|
||
|
},
|
||
|
|
||
|
"preferences": {
|
||
|
"outputFormat": "markdown",
|
||
|
"codeHighlighting": true,
|
||
|
"includeExplanations": true,
|
||
|
"showLineNumbers": true
|
||
|
}
|
||
|
}
|