generated from RageAgainstThePixel/upm-template
-
-
Notifications
You must be signed in to change notification settings - Fork 84
com.openai.unity 8.8.2 #410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
b538af4
com.openai.unity 8.8.2
StephenHodgson 480dc78
Fix a bug in parsing the Response on Android (#403)
dudziakl 04cb92c
Added missing feature: Noise reduction settings for Realtime (#407)
eapark a209111
Update ConversationItemTruncateRequest.cs (#408)
eapark 7c0ca53
Add file_url for responses api
StephenHodgson 1d2f13d
fix noise reduction impl
StephenHodgson d5a318d
added response conversation endpoint
StephenHodgson d37dd91
preserve
StephenHodgson 3e9fc34
fix reasoning content impl
StephenHodgson 634a170
update response streaming debug
StephenHodgson 4fd799d
see event
StephenHodgson 8b05965
- fix MCPTool serialzations
StephenHodgson b547c99
add custom tool call output
StephenHodgson 017182b
update icons
StephenHodgson f4b4f0b
refactor the responses behaviour with new conversation endpoint
StephenHodgson 184c926
update com.utilities.rest 4.1.0
StephenHodgson a95e422
more refactoring for image gen tool
StephenHodgson 58e151e
completely rework and refactor the responses streaming event handling
StephenHodgson 062f8b9
missing server event setters
StephenHodgson 4baecb9
update build workflow
StephenHodgson 143b8bf
fix typos
StephenHodgson 37229bf
updated docs
StephenHodgson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"os": [ | ||
"ubuntu-latest", | ||
"windows-latest", | ||
"macos-latest" | ||
], | ||
"unity-version": [ | ||
"2022.x", | ||
"6000.0.x", | ||
"6000.1.x", | ||
"6000.2.x" | ||
], | ||
"include": [ | ||
{ | ||
"os": "ubuntu-latest", | ||
"build-target": "StandaloneLinux64" | ||
}, | ||
{ | ||
"os": "ubuntu-latest", | ||
"build-target": "WebGL" | ||
}, | ||
{ | ||
"os": "ubuntu-latest", | ||
"build-target": "Android" | ||
}, | ||
{ | ||
"os": "ubuntu-latest", | ||
"build-target": "iOS" | ||
}, | ||
{ | ||
"os": "windows-latest", | ||
"build-target": "StandaloneWindows64" | ||
}, | ||
{ | ||
"os": "windows-latest", | ||
"build-target": "WSAPlayer" | ||
}, | ||
{ | ||
"os": "macos-latest", | ||
"build-target": "StandaloneOSX" | ||
} | ||
] | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.