File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11node_modules
22yarn-error.log
3+ codegen.log
34dist
45/* .tgz
Original file line number Diff line number Diff line change 6767 "build" : " bash ./build" ,
6868 "prepack" : " echo 'to pack, run yarn build && (cd dist; yarn pack)' && exit 1" ,
6969 "prepublishOnly" : " echo 'to publish, run yarn build && (cd dist; yarn publish)' && exit 1" ,
70- "format" : " prettier --write . " ,
70+ "format" : " prettier --write --cache --cache-strategy metadata . !dist " ,
7171 "tsn" : " ts-node -r tsconfig-paths/register" ,
7272 "fix" : " eslint --fix --ext ts,js ."
7373 },
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ export class Anthropic extends Core.APIClient {
161161 return { arrayFormat : 'comma' } ;
162162 }
163163
164+ static Anthropic = this ;
164165 static HUMAN_PROMPT = '\n\nHuman:' ;
165166 static AI_PROMPT = '\n\nAssistant:' ;
166167
You can’t perform that action at this time.
0 commit comments