Skip to content

Commit

Permalink
Create Chat with Code.Sophia
Browse files Browse the repository at this point in the history
  • Loading branch information
NoraMA-01 authored Jan 20, 2025
1 parent b37aa8e commit 1ee413a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions SophiaIII/chains /Chat with Code.Sophia
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"chain_name": "Chat with Code",
"steps": [
{
"step": 1,
"agent_name": "Claude",
"prompt_type": "Command",
"prompt": {
"command_name": "Get Github Repository Code Contents",
"repo_url": "{repo_url}",
"conversation": "Sophia Terminal"
}
},
{
"step": 2,
"agent_name": "Claude",
"prompt_type": "Prompt",
"prompt": {
"user_input": "{user_input}",
"prompt_name": "Chat with Code",
"prompt_category": "Default",
"code": "{STEP1}",
"shots": 1,
"context_results": 0,
"browse_links": false,
"websearch": false,
"websearch_depth": 0,
"disable_memory": true,
"inject_memories_from_collection_number": 0,
"conversation_results": 0,
"conversation": "Sophia Terminal"
}
}
]
}

0 comments on commit 1ee413a

Please sign in to comment.