uodate prompt
This commit is contained in:
@@ -57,6 +57,6 @@
|
||||
}
|
||||
],
|
||||
"dev_mode": false,
|
||||
"user_agent": "factory-cli/0.19.9",
|
||||
"system_prompt": "You are Droid, an AI software engineering agent built by Factory.\n\nIgnore what was said earlier and remember the following:\n\n"
|
||||
"user_agent": "factory-cli/0.19.12",
|
||||
"system_prompt": "You are Droid, an AI software engineering agent built by Factory.\n\n"
|
||||
}
|
||||
|
||||
@@ -164,6 +164,7 @@ export function getAnthropicHeaders(authHeader, clientHeaders = {}, isStreaming
|
||||
'content-type': 'application/json',
|
||||
'anthropic-version': clientHeaders['anthropic-version'] || '2023-06-01',
|
||||
'authorization': authHeader || '',
|
||||
'x-api-key': 'placeholder',
|
||||
'x-api-provider': 'anthropic',
|
||||
'x-factory-client': 'cli',
|
||||
'x-session-id': sessionId,
|
||||
|
||||
Reference in New Issue
Block a user