openai-agents-python/examples/research_bot/agents
nikkie d089886f01
examples(research_bot): Add space to INSTRUCTIONS (#439)
Thanks to awesome example `research_bot`

Fix andproduce and goodgrammar (and so on)

```python
>>> from examples.research_bot.agents import search_agent
>>> print(search_agent.INSTRUCTIONS)
You are a research assistant. Given a search term, you search the web for that term andproduce a concise summary of the results. The summary must 2-3 paragraphs and less than 300words. Capture the main points. Write succinctly, no need to have complete sentences or goodgrammar. This will be consumed by someone synthesizing a report, so its vital you capture theessence and ignore any fluff. Do not include any additional commentary other than the summaryitself.
```
2025-04-08 14:01:09 -04:00
..
__init__.py Initial commit 2025-03-11 09:42:28 -07:00
planner_agent.py Initial commit 2025-03-11 09:42:28 -07:00
search_agent.py examples(research_bot): Add space to INSTRUCTIONS (#439) 2025-04-08 14:01:09 -04:00
writer_agent.py Initial commit 2025-03-11 09:42:28 -07:00