Skip to content

Commit

Permalink
今世紀最高のコミット
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama86 committed Apr 21, 2023
1 parent 490de2e commit a737138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mention.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const appMention: any = async ({ event, client, say }) => {

const preContext = [{
role: ChatCompletionRequestMessageRoleEnum.User,
content: 'これから質問をします。わからないときはわからないと答えてください'
content: 'これから質問をします。わからないときはわからないと答えてください。業務と関係なさそうであれば、解答の最後に、「この質問は業務と関係ないかもしれません」と追記してください。'
}]

const nonNullable = <T>(value: T): value is NonNullable<T> => value != null
Expand Down

0 comments on commit a737138

Please sign in to comment.