Skip to content

Commit 4cb0813

Browse files
authored
Apply suggestion from @glebedel
1 parent e8d7a5d commit 4cb0813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/openai-responses-integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const openaiResponsesIntegration = async (): Promise<void> => {
3232
// Create a response with tool calls using the Responses API
3333
const response = await openai.responses.create({
3434
model: 'gpt-5.1',
35-
instructions: 'You are a helpful assistant that can access HRIS information.',
35+
instructions: 'You are a helpful assistant that can access various tools.',
3636
input: 'What is the employee with id: c28xIQaWQ6MzM5MzczMDA2NzMzMzkwNzIwNA phone number?',
3737
tools: openAIResponsesTools,
3838
});

0 commit comments

Comments
 (0)