Harsh Jain
6a32dab4c6
Fix guardrail trigger in input_guardrails.py
...
Remove the `not` keyword from the `tripwire_triggered` parameter in the `math_guardrail` function in `examples/agent_patterns/input_guardrails.py`.
The not keyword prevented the guardrail from being triggered, which defeats the purpose of the example.
2025-03-12 18:10:28 +05:30
Rohan Mehta
cd942d0d2f
Merge pull request #13 from Jai0401/fix-typo-readme
...
fix: correct typo in README regarding tool responses
2025-03-11 23:25:05 -07:00
Rohan Mehta
916960184f
Update issues.yml
2025-03-11 23:21:44 -07:00
Rohan Mehta
e732428b9e
Merge pull request #57 from sumitaryal/fix-typo-models.md
...
Fix typo in models.md
2025-03-11 22:33:33 -07:00
Rohan Mehta
d153bfaeaf
Merge pull request #58 from openai/rm/templates
...
Stale issue template
2025-03-11 22:33:29 -07:00
Rohan Mehta
34e17588d5
stale issues
2025-03-11 22:31:33 -07:00
Rohan Mehta
8459970614
Update issue templates
...
Issue templates
2025-03-11 22:27:22 -07:00
sumitaryal
06547f43e9
fix: Added missing space after 'the' for better clarity
2025-03-12 11:04:29 +05:45
sumitaryal
981c6d83e7
fix: Removed the repeated the
2025-03-12 11:03:28 +05:45
sumitaryal
5c59e2dcfc
fix: hyphenated compound adjective out of the box -> out-of-the-box for clarity
2025-03-12 11:03:03 +05:45
Rohan Mehta
84057dd93b
Merge pull request #56 from sumitaryal/fix-typo-index.md
...
Fix typo in docs/index.md for better clarity
2025-03-11 22:10:05 -07:00
Rohan Mehta
e231e4924a
Merge pull request #52 from sunrabbit123/patch-1
...
Fix: remove unreached code in tool.py
2025-03-11 22:09:07 -07:00
Rohan Mehta
def8c9f7d5
Merge pull request #55 from the-praxs/fix/traces-spans-data
...
fix: count `spans` and `traces` correctly
2025-03-11 22:05:46 -07:00
sumitaryal
49f3deda6a
fix: hyphenated compound adjective real world -> real-world for clarity
2025-03-12 10:48:29 +05:45
sumitaryal
e8bd872340
fix: hyphenated compound adjective easy to use -> easy-to-use for clarity
2025-03-12 10:47:48 +05:45
Pratyush Shukla
72e35288de
resort to show total number of spans and traces
2025-03-12 10:20:15 +05:30
Pratyush Shukla
ac571ceec1
Revert "count both spans and traces"
...
This reverts commit 93bca7bf11 .
2025-03-12 10:19:14 +05:30
Rohan Mehta
de310e2692
Merge pull request #45 from junjzhang/typo_fix
...
fix typo in docs of configuring custom client
2025-03-11 21:46:42 -07:00
Rohan Mehta
44d9ba2b0b
Merge pull request #5 from hironow/hironow/chore-doc-type
...
chore: Fix typo in documentation and comments
2025-03-11 21:46:11 -07:00
Pratyush Shukla
93bca7bf11
count both spans and traces
2025-03-12 10:14:01 +05:30
오병진
9185691fde
Update tool.py
2025-03-12 13:13:48 +09:00
Dmitry Pimenov
e0d6a49e14
Merge pull request #39 from matthewford/patch-1
...
Update quickstart.md
2025-03-11 20:37:04 -07:00
Junjie_ZHANG
30fb6e57a3
fix typo
2025-03-12 11:24:12 +08:00
hironow
1b195aca12
Merge branch 'main' into hironow/chore-doc-type
...
# Conflicts:
# tests/docs/config.md
# tests/docs/guardrails.md
# tests/docs/tracing.md
2025-03-12 10:13:25 +09:00
hironow
14e1e439a5
Merge branch 'main' into hironow/chore-doc-type
2025-03-12 10:11:38 +09:00
Matthew Ford
e9b090d780
Update quickstart.md
...
Add an example that works before the guard, so people don't think the task just failed.
2025-03-12 00:48:29 +00:00
Rohan Mehta
e8bccd2d9d
Merge pull request #35 from AliYmn/28
...
docs: Fix typos in documentation files
2025-03-11 16:41:32 -07:00
Ali Yaman
3a94e4ece9
docs: Fix typos in documentation files
2025-03-12 00:12:31 +01:00
Rohan Mehta
c729225b67
Merge pull request #34 from AliYmn/27
...
fix: clarify multi-agent orchestration description
2025-03-11 16:02:43 -07:00
Ali Yaman
ecf4beab9f
docs: clarify multi-agent orchestration description
2025-03-11 23:57:03 +01:00
Rohan Mehta
86b1007342
Merge pull request #33 from AliYmn/26
...
fix: correct typos in general documentation
2025-03-11 15:55:05 -07:00
Ali Yaman
c7471a4197
fix: correct typos in general documentation
2025-03-11 23:48:34 +01:00
Rohan Mehta
97837b9e91
Merge pull request #29 from arnavsharma93/fix-ma-pattern-link
...
Fix: Multi-agent design patterns link
2025-03-11 15:37:01 -07:00
Rohan Mehta
39fc2862fb
Merge pull request #32 from openai/rm/sdk_bump
...
Bump open AI sdk version
pin to openai 1.66.2, update tests
make computer use example less verbose
2025-03-11 15:30:57 -07:00
Rohan Mehta
0abaaa0d6d
make computer use example less verbose
2025-03-11 15:27:08 -07:00
Rohan Mehta
c7058adab0
pin to openai 1.66.2, update tests
2025-03-11 15:26:06 -07:00
arnavsharma93
064e559bd6
Fix: Multi-agent design patterns link
2025-03-12 03:29:29 +05:30
Rohan Mehta
3d9a5a2e8a
Merge pull request #27 from openai/rm/fixes
...
Cleanup some more excess files
update gitignore, pycache
run make format
2025-03-11 14:55:31 -07:00
Rohan Mehta
001fb19c79
make format
2025-03-11 14:54:10 -07:00
Rohan Mehta
cfefdbe0b1
Merge pull request #3 from pierDipi/fix-guardrails-link
...
Fix guardrails examples link
2025-03-11 13:28:17 -07:00
Rohan Mehta
74878aa3cf
update gitignore, pycache
2025-03-11 13:13:44 -07:00
Rohan Mehta
e2bda4ddc9
Remove duplicated files in tests
2025-03-11 13:12:32 -07:00
Rohan Mehta
2b42a3955f
Merge pull request #20 from openai/update_doc_reference
...
Add callout on compatibility w other providers
2025-03-11 13:10:00 -07:00
jhills20
70b70c2547
tweaks to readme
2025-03-11 13:08:35 -07:00
jhills20
7be3a03bd9
fix typo
2025-03-11 12:37:40 -07:00
jhills20
a99478d63c
Add note on compatibility w other providers
2025-03-11 12:06:22 -07:00
dmitry-openai
81a67b59ac
Merge pull request #17 from openai/readme/tweaks
...
Updating links/tracing description
2025-03-11 11:45:26 -07:00
Dmitry Pimenov
4f5e837f30
updating links/tracing description
2025-03-11 11:39:26 -07:00
Rohan Mehta
21d7e04985
Merge pull request #15 from openai/rm/docs_link
...
link to documentation from readme
2025-03-11 11:30:46 -07:00
Jai0401
47a6e2721b
fix: correct wording in README for clarity on response handling
2025-03-11 23:59:23 +05:30