Skip to content

Commit

Permalink
feat(deriver) Claude Caching
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Oct 22, 2024
1 parent 1af4539 commit 98ca916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/deriver/voe.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ async def tom_inference(
{
"type": "text",
"text": "Hello there! I'm Claude, an AI assistant. I'm excited to explore what you could be thinking! To start, could you please provide the conversation and the representation of you if it exists?",
"cache_control": {"type": "emphemeral"},
}
],
},
Expand Down Expand Up @@ -108,6 +109,7 @@ async def user_representation(
{
"type": "text",
"text": "Hello there! I'm Claude, an AI assistant. I'm excited to explore how best to represent you! To start, could you please provide the conversation, the other instance's theory of mind prediction, and the representation of you if they exist?",
"cache_control": {"type": "emphemeral"},
}
],
},
Expand Down

0 comments on commit 98ca916

Please sign in to comment.