Skip to content

Commit 217765c

Browse files
committed
Typo
1 parent 7ee2dec commit 217765c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/samples/getting_started_with_agents/openai_assistant/step4_assistant_tool_code_interpreter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Python code to print Fibonacci numbers.
1111
"""
1212

13-
TASK = "Use code to determine the values in the Fibonacci sequence that that are less then the value of 101?"
13+
TASK = "Use code to determine the values in the Fibonacci sequence that that are less than the value of 101?"
1414

1515

1616
async def main():

0 commit comments

Comments
 (0)